@import url("contentarea.css");

body {
	color: #FFF;
	text-align: center;
	font: normal 12px/165% Georgia, "Times New Roman", Times, serif;
	background-color: #031229;
	padding: 0;
	margin: 0;
}

a { 
	color: #FF9900;
	text-decoration: none;
}  

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

hr {
	color: #052450;
}

td, p {
	color:#FFF;
	font: normal 12px/165% Georgia, "Times New Roman", Times, serif;
}

h1 {
	color:#FF9900;
	font: bold 20px/100% Georgia, "Times New Roman", Times, serif;
}

html>body h1 {
	color:#FF9900;
	font: bold 20px/100% Georgia, "Times New Roman", Times, serif;
	margin-top:0px;
}

h2 {
	color: #FFCC66;
	font: bold 15px/100% Georgia, "Times New Roman", Times, serif;
}

h3 {
	color: #7D9BC8;
	font: bold 13px/100% Georgia, "Times New Roman", Times, serif;
}

li {
	color:#FFF;
}

ol {
	color:#FFF;
	list-style-type: none;
}

ul {
	color:#FFF;
	list-style-type: none;
}

input, select, textarea {
	background-color: #FFF;
	border: 1px #1E3557 solid;
	color: #031229;
	font: normal 12px/120% Georgia, "Times New Roman", Times, serif;
}

.checkbox {
	background-color:transparent;
	border: none;
	color: #031229;
	font: normal 12px/120% Georgia, "Times New Roman", Times, serif;
}

.smallsubmit {
	background-color: #07306D;
	border: 1px solid #F09205;
	color:#FFF;
	font: normal 12px/120% Georgia, "Times New Roman", Times, serif;
}

.submit {
	background-color: #07306D;
	border: 1px solid #F09205;
	color:#FFF;
	font: bold 16px/120% Georgia, "Times New Roman", Times, serif;
	padding: 2px;
}

#topnav {
	font: normal 12px/100% Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color:#FFF;
	background:url(images/header_side.png) left repeat-x;
}

#topnav a {
	color:#FFF;
	text-decoration: none;
	text-align:center;
	vertical-align:top;
	margin: 10px 0 0;
	padding:15px 0;
}  

#topnav a:hover {
	color:#FF9900;
}

#topnav .topnav_div {
	margin: 0 16px 6px;
}

#imagearea {
	margin:0;
	width:100%;
}

#imagearea td {
	padding:0;
}

#imagearea .background-left {
	background:url(images/side_l.gif) top right no-repeat;
}

#imagearea .background-right {
	background:url(images/side_r.gif) top left no-repeat;
}

#maintable {
	margin:auto;
	width:760px;
}

#maintablediv {
	width:10px;
	text-align:center;
	vertical-align:top;
	background-color:#041B3D;
}

#leftcol {
	background:#052554 url(images/leftcol_bg.png) top left repeat-x;
	width:225px;
	vertical-align:top;
}

#leftnav ul {
	list-style-type: none;
	font: normal 12px/100% Georgia, "Times New Roman", Times, serif;
	padding: 0;
	width: 225px;
	margin: 5px 0;
} 

#leftnav li {
	margin-bottom: 0;
	padding-right: 15px;
	text-align: right;
}

html>body #leftnav li {
	margin-bottom: 10px;
	padding-right: 15px;
	text-align: right;
} 
 
#leftnav li a { 
	color:#FFF;
	display: block;
	font: normal 12px/100% Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	text-align: right;
	padding-right: 14px;
	background:url(images/bullet.gif) right no-repeat;
}

#leftnav a:hover {
	color:#FF9900;
	background:url(images/bullet_hover.gif) right no-repeat;
}

#leftnav li a#current {
	color:#FFF;
	display: block;
	text-decoration: none;
	text-align: right;
	background:url(images/bullet_select.gif) right no-repeat;
}

#footer {
	font: normal 10px/150% Georgia, "Times New Roman", Times, serif;
	color: #8C3800;
	padding-top:8px;
	background:url(images/footer_bg.png) left repeat-x;
}

#footer a {
	text-decoration:none;
	color: #8C3800;
}
	
#footer a:hover {
	text-decoration:underline;
}