/* CSS Document */

img { border: 0; }

a.menu { color: #EFEAA6; text-decoration:none; }
a.menu:hover { color: #EFEAA6; text-decoration:none; }

a.botmenu { color: #42507B; text-decoration:none; }
a.botmenu:hover { color: #42507B; text-decoration:underline; }

a { color: #C5861B; }
a:hover { color: #C5861B; text-decoration: none; }

.main { padding-right: 20px; line-height: 18px; font-size: 12px; }
.mainhead { font-style: normal; padding-left: 4px; padding-right: 20px; color: #EFEAA6; font-size: 13px; padding-top: 2px; }
.lil { font-size: 11px; }

hr { height:1px; color: #b9b9b9; background: #b9b9b9; border: none;}

.truebreak { clear: both; }

.logbox {
	line-height: 25px;
}

.header { background-color: #53659D; height: 18px; }

.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EFEAA6;
	margin: 0px;
	padding-top: 6px;
}

.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B4B79;
	margin: 0px;
}

#wrap { 
width: 770px;
position: absolute;
text-align: center;
left: 50%;
margin-left: -385px;
margin-top: 0px;
background-color: #FFFBC5;
border-left: 1px solid #EFEAA6;
border-right: 1px solid #EFEAA6;
 }

#head {
width:770px;
height:150px;
 }

#menu {
width:770px;
height:25px;
background-color: #42507B;
top: 150px;
 }
 
#left {
float: left;
clear: none;
width: 250px;
padding-top: 45px;
padding-left: 10px;
text-align: left;
 }
 
#right {
float: right;
clear: right;
width: 510px;
padding-top: 45px;
text-align: left;
}

#footer {
width: 760px;
border-top: 1px solid #CCC;
padding-top: 20px;
margin-left: 5px;
}

textarea {
border: 1px solid #3B4B79;
background: #CCC;
color: #3B4B79;
} 

body {
background-color:#42507B;
margin:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3B4B79;
 }
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B4B79;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 16px;
}
h1 {
	font-size: 20px;
	color: #3B4B79;
}
h2 {
	font-size: 18px;
	color: #3B4B79;
}
h3 {
	font-size: 16px;
	color: #3B4B79;
}
h4 {
	font-size: 14px;
	color: #3B4B79;
}
h5 {
	font-size: 13px;
	color: #3B4B79;
}