@charset "utf-8";
/* CSS Document */
body {
	background-image:url(micro/bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-color:#bed9f9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}


#container {

	margin-left:auto;
	margin-right:auto;
}

h1{margin-left:35px; padding-top:15px; font-size:28px; font-weight:bold; color:#ffffff; font-family:Arial, Helvetica, sans-serif;}

#topBar {
	background-image:url(micro/top_bar.png);
	width:100%;
	height:57px;
	background-repeat:no-repeat;
}

h3{ line-height:0px; font-weight:bold; font-size:14px; color:#003178; font-family:Arial, Helvetica, sans-serif;}

h2{ line-height:12px; font-weight:bold; font-size:16px; font-family:Arial, Helvetica, sans-serif;}

#topBarHolder {
	width:969px;
	height:57px;
	margin-left:auto;
	margin-right:auto;
	background-color:transparent;
	color:#ffffff;
}
#sponsored {
	margin-left:140px;
	width:150px;
	height:25px;
	display:block;
	color:#003178;
	font-size:21px;
	font-weight:bold;
}
#logo {
	width:315px;
	height:200px;
	margin-left:25px;
	margin-top:25px;
	float:left;
}
#rightContent {
	width:300px;
	margin-left:35px;
	margin-top:15px;
	float:left;
}
#content {
	background:url(micro/container.png) top center;
	background-repeat:no-repeat;
	width:969px;
	min-height:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
#leftContent {
	width:560px;
	margin-left:25px;
	margin-top:25px;
	float:left;
	padding-left:15px;
	padding-right:20px;
	text-align:justify;
}
#rightContentBody {
	color:#003178;
	font-size:11px;
	display:block;
	text-align:justify;
}
#rightContentHeading {
	font-size:15px;
	font-weight:bold;
	color:#003178;
	display:block;
}
#bottomBar {
	background-image:url(micro/bottom_bar.png);
	width:100%;
	height:119px;
	background-repeat:no-repeat;
}
#bottomBarHolder {
	width:969px;
	height:119px;
	margin-left:auto;
	margin-right:auto;
	background-color:transparent;
}
#bottomBarContent {
	margin-left:45px;
	height:30px;
	width:800px;
	padding-top: 40px;
	color:#ffffff;
	font-style:italic;
	font-size:13px;
}

#bottomBar a{color:#ffffff;}
.lightBlue {
	color:#88BAF4;
}
.title{font-color:#FFF; text-decoration:none;}



