/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

/* Layout Styles */
#header{
	height:78px;
	width:100%;
	background-color:#000000;
	background-image:url(/images/logo.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#printheader{
visibility:hidden;
height: 0px;

}

#subheader{
	background-color:#00025c; 
	border-top: 2px solid #dfc200; 
	height:21px; 
	width:100%;
}
#menu{
	background-image:url(/images/topmenu_background.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:23px;
	width:100%;
	border-bottom: 1px solid #00025c;
	font-size: 9pt;
}
#menu a{
	text-decoration:none;
	color:#00025c;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 9pt;
}
#menu img{
	width: 2px;
	height: 23px;
	vertical-align:middle;
}
#content{ 
	padding: 20px;
	background-color:#e9e9e9;
}
#content a {color:#00025C; }
#homecontent{ 
	width: 100%;
	background-color:#e9e9e9;
}
#homecontent p{
margin-left: 20px;
}
#footer{ 
	height:19px; 
	width: 100%; 
	background-color:#00025c; 
	clear: both;
	color:#FFFFFF; text-align:center; padding-top: 4px;
	
}
#subfooter {
background-color:#e9e9e9; 
color:#00025C;
text-align:center; padding: 10px;
font-size: 8pt;
}
#subfooter a {color:#00025C; }

/* Formating Styles */
h1{
	font-size: 14pt;
	color: #00025c;
}
h2{
	font-size: 12pt;
	color: #00025c;
}
li{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size: 11pt;
	padding-left: 10px;
}
.red{
	color:#FF0000;
}
.quote{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size: 11pt;
}
.frm { border: 1px solid #666666; font-size: 9pt;}