/* CSS Document */

/******** RESET STYLES *********/
div, h1, h2, h3, h4, h5, h6, h7, h8, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}
.clear{
clear:both;
}

/*fixes*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	

/******** BODY STYLES *********/

body{ 
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	background: url(../images/bg.jpg);
	margin:0 auto;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#outer{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	background:#FFF;
	clear:both;
	float:left;
}

/******** HEADER STYLES *********/

#header{ 
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	background:#FFF;
	overflow:auto;
	float:left;
}
#buttons{ 
	width:713px;
	height:27px;
	margin:0 0 0 15px;
	padding:0;
	float:left;
}
#buttons p{ 
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:11px;
	padding:7px 0 0 0;
	text-align:center;
}
#buttons p a{ 
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#00145c;
	text-decoration:none;
}
#buttons p a:hover{ 
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:11px;
	color: #F00;
	text-decoration:none;
}
#button1{ 
	width:167px;
	height:27px;
	margin:0 auto;
	padding:0;
	background:url(../images/button1.png);
	float:left;
}
#button2{ 
	width:125px;
	height:27px;
	margin:0 0 0 5px;
	padding:0;
	background:url(../images/button2.png);
	float:left;
}
#button3{ 
	width:126px;
	height:27px;
	margin:0 0 0 5px;
	padding:0;
	background:url(../images/button3.png);
	float:left;
}
#button4{ 
	width:126px;
	height:27px;
	margin:0 0 0 5px;
	padding:0;
	background:url(../images/button4.png);
	float:left;
}
#button5{ 
	width:135px;
	height:27px;
	margin:0 0 0 5px;
	padding:0;
	background:url(../images/button5.png);
	float:left;
}

/******** CONTENT STYLES *********/

#content{ 
	width:100%;
	height:auto;
	margin:1px 0 0 0;
	padding:0;
	background:#eeecf3;
	overflow:auto;
	float:left;
	border-top:#001871 10px solid;
}
#content-left{ 
	width:160px;
	height:auto;
	margin:0 auto;
	padding:9px 0 0 0;
	overflow:auto;
	float:left;
}
#content-left p{ 
	width:142px;
	height:auto;
	margin:0 0 0 9px;
	padding:0;
	overflow:auto;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#content-left h1{ 
	width:142px;
	height:auto;
	margin:5px 0 5px 9px;
	padding:0;
	overflow:auto;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#1c1fbe;
	font-weight:bold;
}
#content-center{ 
	width:620px;
	height:auto;
	margin:0 auto;
	padding:0;
	background:#FFF;
	overflow:auto;
	float:left;
}
#content-center h1{
	width:80%;
	overflow:auto;
	float:left;
	padding:15px 0 0 15px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#1c1fbe;
	clear:both;
}
#content-center h2{
	width:95%;
	overflow:auto;
	padding:5px 0 0 15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	clear:both;
	color:#1c1fbe;
}
#content-center h2 a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	clear:both;
	color:#1c1fbe;
}
#content-center h2 a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	clear:both;
	color: #F00;
}
#content-center p{
	width:95%;
	overflow:auto;
	padding:15px 0 0 15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	clear:both;
}
#content-field{
	width:600px;
	overflow:auto;
	padding:20px 0 20px 0;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:5px;
	border:4px solid #e5e5e5;
	font-weight:bold;
	color:#999999;
}
#content-bottom{
	width:607px;
	height:auto;
	margin:0 auto;
	margin-top:10px;
	padding:0;
	border-top:1px solid #1c1fbe;
}
#content-bottom ul{
	width:607px;
	height:auto;
	margin:0 0 0 0;
	padding:0;
}
#content-bottom li{
	width:190px;
	height:auto;
	margin:0 auto;
	margin-top:10px;
	padding:0 0 10px 10px;
	border-right:1px dashed #babbeb;
	float:left;
	list-style:none;
}
#content-bottom li.no-border{
	border-right:none;
}
#content-bottom h3{
	width:80%;
	height:auto;
	margin:0 auto;
	padding:0;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#1c1fbe;
}
#content-bottom h3 a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#1c1fbe;
	text-decoration:none;
}
#content-bottom h3 a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #F00;
	text-decoration:none;
}
#content-bottom p{
	width:95%;
	height:auto;
	margin:13px 0 0 0;
	padding:0;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}

/******** FOOTER STYLES *********/

#footer{ 
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	background:#FFF;
	overflow:auto;
	float:left;
	border-top:#001871 10px solid;
}
#footer p{ 
	width:auto;
	height:auto;
	margin:0 auto;
	padding:13px 13px 13px 13px;
	float:left;
	color:#001871;
	font-weight:bold;
	font-size:11px;
}
#footer p a{ 
	color:#001871;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
#footer p a:hover{ 
	color: #F00;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}