@charset "utf-8";
body  {
	font: 90% "Century Gothic", Verdana, sans-serif;
	background: #00385D;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}

.twoColElsRtHdr #container {
	width: 770px;  
	background: #FFFFFF url(images/main.jpg) repeat;
	margin: 15px auto;
	text-align: left;
} 
.twoColElsRtHdr #header {
	background: url(/images/top.jpg) no-repeat top;
	padding: 25px 35px;
} 
.twoColElsRtHdr #container #footer a {
	color: #333333;
	text-decoration: none;
}

.twoColElsRtHdr #container #header h1 {
	position: absolute;
	top: -100px;
}

.twoColElsRtHdr #header h1 {
	margin: 0; 
	padding: 20px; 
}
.twoColElsRtHdr #sidebar1 {
	width: 360px; 
	padding: 0 15px 0 0;
	float: right;
	margin-top: -170px;
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}
.twoColElsRtHdr #mainContent {
	margin: -40px 20px 20px 35px; 
	width: 340px;
} 
.twoColElsRtHdr #footer {
	padding: 10px 30px;
	background:url(/images/bot.jpg) no-repeat bottom;
	text-align: center;
} 
.twoColElsRtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	font-size: 20px;
	line-height: 16px;
	margin-bottom: -10px;
	color: #00496C;
	font-family: "Century Gothic", Verdana, sans-serif;
}
h3 {
	font-size: 16px;
	line-height: 14px;
	color: #00496C;
	margin-bottom: -10px;
}

