@charset "UTF-8";
/* CSS Document */

body  {
	font: 12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #8da7a8;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.twoColFixRtHdr #container {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	background-color:#FFFFFF;
	background:url(images/background.jpg) no-repeat left top;
	border: 1px solid #000000;
	text-align: left;
	min-height:800px;
	height:auto !important;
	height:800px;
} 
.twoColFixRtHdr #header {
	padding: 18px 0px 0px 40px;
	font-size: 16px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #FFFFFF;
} 
.twoColFixRtHdr #container #header a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixRtHdr #container #header a:hover {
	color: #003366;
	text-decoration: none;
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 240px;
	padding: 0px 20px 0px 0px;
	text-align:right;
	margin-top: 190px;
}
.twoColFixRtHdr #container #sidebar1 h2 {
	font-size: 16px;
	font-weight: bold;
	color: #117AC3;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #mainContent {
	margin: 0px 250px 0px 0px;
	padding: 100px 0px 0px 80px;
	width: 400px;
} 
#mainContent h1 {
	font-size: 18px;
	font-weight: bolder;
	color: #003366;
}
.twoColFixRtHdr #footer {
	clear:both;
	width: 980px;
	margin: 0 auto;
	padding: 10px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
} 
.twoColFixRtHdr #footer a {
	color: #ffffff;
	text-decoration: none;
}
.twoColFixRtHdr #footer a:hover {
	text-decoration: underline;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	color: #117AC3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
sup {
	line-height: 0px;
}
