BODY {
 background: #FFFFFF url('bg.jpg') repeat-y;
 font-family: "Times New Roman";
 font-size: 16px;
 color: #000000;
 margin: 0px;
 padding: 0px;
 text-decoration: none;
 text-align: left;
}

.center {
 text-align: center;
}

TABLE {
 font-size: 16px;
 font-family: "Times New Roman";
 text-align: justify;
 border-color: #000000;
}

A {
 color: #006600;
 text-decoration: underline;
 font-weight: none;
 font-style: normal;
}

A:HOVER {
 color: #009900;
}

UL {
 font-style: italic;
 font-size: 16px;
 margin-left: 10px;
}

OL {
 font-style: italic;
 font-size: 16px;
 margin-left: 10px;
}

#headder {
 background-color: #00AA00;
 font-size: 12px;
 color: #FFFFFF;
 text-align:center;
 padding: 5px;
 margin: 10px;
 width: 733px;
}

#left {
 margin-left: 10px;
 padding: 0px;
 font-size: 16px;
 color: #000000;
 text-align: center;
 width: 150px;
 float: left;
 height: auto;
}

#content {
 margin-left: 170px;
 margin-right: 10px;
 width: 583px;
 min-height: 300px;
}

#bottom {
 background-color:#FFF0B2;
 font-size: 12px;
 padding: 5px;
 margin: 10px;
 width: 733px;
 text-align: center;
 height: auto;
}
