@charset "utf-8";

body  {
	background: #7B7C76;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #1C4B93;

}



#container {
	position: relative;
	width: 1024px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	height: auto;
	border-top: 1px none #000000;
	border-right: 1px double #000000;
	border-bottom: 1px none #000000;
	border-left: 1px double #000000;

} 

#header {
	height: 120px;
	background: #2458AE url(../images/BG2.jpg) no-repeat;
	text-align: left;
} 

#header1{
	height: 200px;
	background: #FFFFFF url(../images/top.jpg) no-repeat;

} 

#navigation {
	height: 30px; 
	background: #2157AD;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;

} 



#navigation2 {

	height: 40px; 

	background: #FFFFFF;

	padding: 0 10px 0 20px;  

} 

#header h1 {

	margin: 0; 

	padding: 10px 0; 

}

#sidebar1 {

	position: absolute;

	top: 394px;

	left: 8px;

	width: 150px; 

	background: #FFFFFF; 

	padding: 15px 10px 15px 20px; 

	height: 343px;

}

#sidebar2 {

	position: absolute;

	top: 388px;

	right: 7px;

	width: 160px; 

	background: #FFFFFF; 

	padding: 15px 10px 15px 20px; 

	height: 361px;

}

#mainContent {
	margin: 0 200px;
	padding: 0 10px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 14px;

}

 #footer {
	background:#2157AD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	line-height: normal;

} 

#footer p {
	margin: 0; 
	padding: 10px 0; 
	color: #999999;

}

.fltrt { 

	float: right;

	margin-left: 8px;

}


.fltlft { 

	float: left;

	margin-right: 8px;

}

a:link {
	color: #FFFFFF;
	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #FFFFFF;

}

a:hover {
	color: #000000;

}

a:active {

	text-decoration: none;

}

