@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	text-align:center;
	margin:0px;
	background-image: url(../../../MyImages/bodybg.jpg);
	background-repeat: repeat-x;
	background-color: #00CCFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a:link {
	color: #0066CC;
	text-decoration: underline;
}

a:visited {
	color: #0066CC;
}

a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}

a:active {
	color: #FF0000;
}


.boxlinks {
	padding: 10px 0 0 0px;
	list-style-type: none;
	text-align: left;
}

.boxlinks a:link, .boxlinks a:visited {
	text-decoration: none;
	color: #990000;
	font-size: 14px;
}

.boxlinks a:hover {
	text-decoration: none;
	color: #990000;
	background-color: #FFFFCC;
}
strong {
	font-size: 16px;
	font-weight: bold;
}

.line {
	border-bottom: 1px dotted #FFFFCC;
	width: 100px;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#separator {
	width: 780px;
	height: 11px;
	margin-top: 3px;
	margin-bottom: 3px;
	background: url("apimages/top-separator-bar.gif") no-repeat;
}

.leftnavbox {
	background-color: #F3B747;
	padding: 10px;
	color: #990000;
	vertical-align: top;
	text-align: left;
}	

#leftnav {
	font-size: 11px;
	marker-offset: 0px;
	list-style: none;
	margin: 0px 0px 20px 15px;
	padding: 0px 0 0 0px;
}
.rightcol {
	background-color: #FFFFFF;
	padding: 20px;
	color: #003399;
	vertical-align: top;
}


#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") repeat 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;
}

.menu {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}

.menu li {
	display: inline;
}
.menu a:link {
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}
.menu a:visited {
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}
.menu a:hover {
	color:#FFFFFF;
	background-color: #FF0000;
	font-size: 12px;
}

h3 {
	font-size: 16px;
	color: #FFFFCC;
	margin-top: 0px;
}
APPlainText h5 {
	font-size: 26px;
	font-weight: lighter;
	color: #FF0000;
	margin: 0px;
}