h1{
font-size:1.1em;
color:#229;
}

body{
font-family: "Trebuchet MS";
background:#4A538C;
margin:0;
}
#container {
width:800;
background:#767790;
border:solid black 1px;
}

#header {
background:#ffffff;
}
#header a{
color:#777EA9;
font-weight:bold;
text-decoration:none;
padding:0;
margin:15;
font-size:16px;
background:#ffffff;
}
#header a:hover{
text-decoration:underline;
}

#content {
background:#ffffff;
background-repeat: no-repeat;
margin:0;
padding:0;
}


#content table{
color:#FAE49B;
text-align:right;
font-size:.8em;
margin-bottom:20px;
background:#cccccc;
}
#content  tr {
}
.firstcolumn{
width:150px;
background:#767790;
}
.oddcolumn{
width:110px;
background:#767790
}
.evencolumn{
width:110px;
background:#4A538C;
}



#content p{
color:#4A538C;
text-align:left;
margin:20px 20px 20px 85px;
font-size:.8em;
}

#content h3{
color:#4A538C;
text-align:left;
margin:20px 20px 20px 85px;
font-size:1em;
}
#content ul{
color:#4A538C;
text-align:left;
margin:20px 20px 20px 85px;
font-size:.8em;
}
#content hr{
color:#4A538C;
margin:20px 20px 20px 85px;
}



#page_bottom{
background:#ffffff;
padding:30 10 10 10;
margin:-20px 0 15px 0;
}
#page_bottom p{
color:#4A538C;
text-align:left;
font-size:.8em;
}

#page_bottom td{
vertical-align: top;
}
#page_bottom img{
border:0;
}




#footer{
background-color:#313a73;
color:#fae49b;
font-size:12px;
}
#footer a{
color:#fae49b;
font-weight:bold;
}




