
body {
	background: #ffffff;
 	margin: 0; 
 	padding: 0;
 	font: 12px/15px Arial, Verdana, Helvetica, Sans-Serif; 
 	color: #003366;
}

td {
    font: 12px Arial, Verdana, Helvetica, Sans-Serif; 
    color: #003366;
    
}
.title{
padding-left:20px;
}

a:link {
	color: #40668C;
	text-decoration: NONE;
}

a:visited {
	color: #003366;
}

a:hover {
	color: #FF0000;
}

a:active {
	color: #FF0000;
}


.boxlinks {
	padding: 0px 0 0 0px;
}

.boxlinks a:link, .boxlinks a:visited {
	background: #F4F7F8;
	border: 1px solid #F4F7F8;
	display: block;
	vertical-align: middle;
	height: 13px;
	width: 140px; 
 	text-decoration: none;
 	color: #003366;
}

.boxlinks a:hover {
	border: 1px solid #BBCAD7;
	background: #D7DFE7;
	text-decoration: none;
}


.line {
	border-bottom: 1px dotted #B7C2CC;
	width: 140px;
	height: 20px;
}



#separator {
	width: 780px;
	height: 11px;
	margin-top: 3px;
	margin-bottom: 3px;
	background: url('apimages/top-separator-bar.gif') no-repeat;
}

#leftnavbox {
	margin: 0px 10px 15px 0;
	background: #F4F7F8;
	padding: 0px 0 10px 0;
}	

#leftnav {
	font-size: 11px;
	marker-offset: 0px;
	list-style: none;
	margin: 0px 0px 20px 15px;
	padding: 0px 0 0 0px;
}
#rightcol {
	margin-bottom: 20px;
	text-align: left;
	
}


#container {
    text-align: left;
	margin: 0px auto;
	margin-top: 5px;
	margin-left: 0px;
	/*width: 780px;*/
	
}

#bottom {
	background: #ffffff;
	margin: 0;
	padding: 0;
	clear: both;
	height: 20px;
	width: 780px;
	text-align: left;
}

#footer {
	background: url('APImages/footerbkground.gif') top left;
	clear: both;
	width: 780px;
	height: 25px;
	border-top: 1px solid #869DB5;
	border-bottom: 1px solid #869DB5;
	border-right: 1px solid #869DB5
}

#footer a:link {
 	color: #ffffff;
 	text-decoration: none;
}

#footer a:visited {
 	color: #ffffff;
 	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:active {
	color: #ffffff;
}


#footerlist {
	color: #ffffff;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	vertical-align: middle;
}

#footerlist li {
	float: left;
	padding: 4px 2px 0px 2px;
	margin: 0;
}



#copyright {
	padding: 4px 0 0px 10px;
}



