@charset "UTF-8";
body  {
	font-family: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #011B72;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container { 
	width: 780px;  
	background: #011B72;
	margin: 0 auto; 
	border: 1px solid #011B72;
	text-align: left; 
} 
#header { 
	background: #011B72; 
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;  
} 
#header h1 {
	font-weight: bold;
	font-size: 24pt;
	color: #FFFFFF;
}
#header h2 {
	font-size: 18px;
	color: #FFFFFF;
	margin: 0 0 0 10px;
}
#sidebar1 {
	float: left; 
	width: 200px;
	background: #011B72 url(images/gradient.gif) no-repeat left top; 
	padding: 0px;
	margin-top: 0px;
}
#sidebar1 ul{
	list-style-type: none;	
}
#sidebar1 ul li a { 
	color: #ffffff;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 20px;
	text-align: right;
	list-style-type: none;
	font: italic bold 10pt/36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#sidebar1 a:link {
	color: #ffffff;
	line-height: 36px;
}
#sidebar1 a:visited {
	color: #ffffff;
}
#sidebar1 a:hover {
	color: #ffffff;
	text-shadow: red 0.2em 0.3em 0.2em
}
#mainContent { 
	margin: 0 0 0 200px; 
	background: #FFFFFF;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-top: 1px solid #fff;
} 
#mainContent p{
	color: #000000;
	margin: 0;
	font-size: 10pt;
	line-height: 14pt;
	padding-left: 20px;
	padding-right: 20px;
}
#mainContent h1{
	color: #ff0000;
	background-color: #ccc;
	font-size: 14pt; 
	width: 560px;
	padding-left: 20px;
}
#mainContent h2{
	color: #000000;
	background-color: #ccc;
	font-size: 14pt; 
	width: 560px;
	padding-left: 20px;
}
#mainContent h3 { 
	color:  #011B72;
	font-size: 14pt; 
	padding-left: 20px;
}
#mainContent h4{
	color: #ff0000;
	padding-left: 20px;
}
#mainContent h5{
	color: #000000;
	font-size: 10pt;
	margin: 0;
	padding-left: 20px;
}
#mainContent ul{
	color: #000000;
	margin: 10px;
	font-size: 10pt;
	line-height: 14pt;
	padding-left: 30px;
	padding-right: 20px;
}
#mainContent a{
	margin: 0;
	font-size: 10pt;
	line-height: 14pt;
}
#mainContent a:link{
	color: #011B72;
}
#mainContent a:visited{
	color: #ff0000;
}
#mainContent a:hover{
	color: #2F4FB9;
}
#footer { 
	padding: 0 10px 0 20px; 
	background:#011B72; 
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}