/* CSS Document */

body {
	margin: 0px;
	background-color: #3B88C0;
	font-family: Arial, Helvetica, sans-serif;

}

td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}
a:link, a:visited { color: #069; text-decoration: none; }
a:hover, a:active { color: #C90; } 

p.bluetitle { color: #3B88C0; font-weight:bold; font-size:12pt; }
p.bluetitle_small { color: #3B88C0; font-weight:bold; font-size:10pt; }

/* LEFT NAVIGATION */
 #leftnav {
	margin-left: 15px;
	margin-top: 12px;
	margin-right: 8px;
	margin-bottom: 10px;
	font-size: 11pt;
	line-height: 15pt;
	text-align: left;
} 
 #leftnav p {
	font-size: 11pt;
	line-height: 15pt;
	color: #FFF; 
	text-align: left;

} 


#leftnav a:link, #leftnav a:visited { color: #069; text-decoration: none; }
#leftnav a:hover, #leftnav a:active { color: #FFF; } 
/* END LEFT NAVIGATION */

/* CONTENT AREA */
#contentarea {
	/* margin-top: 20px; */
	margin-left: 20px;
	margin-right: 18px;
	margin-bottom: 12px;
	font-size:10pt;
	color: #000;
	text-align: left;

		}
#contentarea p.bulletheader {
	margin-bottom: 0;
}
#contentarea img.border {
	border:2px solid #F1CC65;
	margin: 10px;
}

/* END CONTENT AREA */

/* BOTTOM BOXES */
.bottomboxes {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
	text-align: left;

		}
.bottomboxes img {	padding-right: 10px; }	
/* END BOTTOM BOXES */	

/* BOTTOM NAVIGATION */
#bottomnav { margin-bottom: 3px; margin-top: 3px; text-align: center; color: #F7E99A; font-size: 10pt;  /*letter-spacing: -.2px;*/ }
#bottomnav  a:link, #bottomnav a:visited { color: #FFF; text-decoration: none; 	padding-left: 1px;	padding-right: 1px;	padding-top: 3px;	padding-bottom: 3px; }	
#bottomnav  a:hover, #bottomnav  a:active {	color: #F1CC65;	padding-left: 1px;	padding-right: 1px;	padding-top: 3px;	padding-bottom: 3px; }	
/* END BOTTOM NAVIGATION */


/* CREDIT */

#credit { margin-bottom: 3px; margin-top: 3px; text-align: center; color: #BBD5E9; font-size: 8pt;  /*letter-spacing: -.2px;*/ }
#credit a:link, #credit a:visited {
	color: #B1CFE6;
	text-decoration: none;
	text-align: center;
	padding-bottom: 1px;
	padding-top: 2px;
}
#credit a:hover, #credit a:active { color: #FFF; } 


/* END CREDIT */
