@charset "utf-8";

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #00629F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#apDiv1 {
	position:absolute;
	width:490px;
	height:48px;
	z-index:1;
	left: 50%;
	top: 25px;
	margin-left:-20px;
}

.leftnav {
	background-image: url(images/left-nav-bg.jpg);
	background-repeat: repeat-x;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #0006F2;
}
a:visited {
	color: #0006F2;
}
a:hover {
	color: #6266FF;
}
a:active {
	color: #6266FF;
}
#footertext {color: #0099F3;}

#footertext a:link{color: #0099F3;}
#footertext a:visted{color: #0099F3;}
#footertext a:hover{color: #FFFFFF;}
#footertext a:active{color: #0099F3;}

.headertext {
	color: #0006F2;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005C9B;
	padding-bottom: 5px;
}

