@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	margin:0;
	padding:0;
}

#container {
	width:900px;
	margin:0 auto;
	background-color:#fff;
}

div.header {
	background-image:url('../images/headerGradient.gif');
	background-repeat:repeat-y;
	background-position:center;
	height:150px;
	border-bottom:solid 5px #0133AA;
}

div.headerInside {
	width:762px;
	margin:0 auto;
	height:19px;
}

div.nav {
	width:762px;
	background-color:#0133AA;
}

div.nav img {
	margin-right:3px;
}

div.banner {
	width:762px;
	margin:0 auto;
	height:146px;
}

div.contentLeft {
	width:195px;
	float:left;
	margin:25px 0 25px 25px;
}

div.contentLeft ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

div.contentLeft li{
	font-size:14px;
	margin:2px 0;
}

div.contentLeft img{
	margin-top:50px;
}

div.contentLeft a:active{
	color:#101e98;
	text-decoration:none;
}

div.contentLeft a:link{
	color:#101e98;
	text-decoration:none;
}

div.contentLeft a:visited{
	color:#101e98;
	text-decoration:none;
}

div.contentLeft a:hover{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

div.contentLeft hr {
	margin:0;
	padding:0;
	color:#101e98;
	font-weight:normal;
}

div.contentRight {
	width:581px;
	float:left;
	margin-left:30px;
	margin-top:25px;
	text-align:justify;
}

div.contentRight p {
	margin:0 0 10px 0;
	padding:0;
	line-height:21px;
	font-size:14px;
}

div.contentRight ul{
	line-height:21px;
	font-size:14px;
}

div.footer {
	background-image:url('../images/greyGradient.gif');
	height:249px;
}

div.footerInside {
	width:900px;
	margin:0 auto;
	text-align:center;
	padding:15px 0;
}

div.footerInside p{
	 font-size:12px; 
	 font-weight:bold; 
	 text-align:center; 
	 margin-top:30px;
}

div.footerInside ul{
	list-style-type:none;
	margin:25px 0 25px 133px;
}

div.footerInside li{
	float:left;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
}

div.footer a:active, a:link, a:visited{
	color:#7b7b7b;
	text-decoration:underline;
}

div.footer a:hover{
	color:#000;
	text-decoration:underline;
}

div.boxMiddle {
	margin:15px 0;
	padding:0 5px;
	width:185px;
	font-size:14px;
	line-height:21px;
	background-color:#0133AA;
	color:#FFF;
}

div.boxMiddle p{
	margin:0 0 15px 0;
	padding:0;
}

div.boxMiddle ul, li{
	margin:0;
	padding:0;
}

img.holder {
	border:5px solid #5A77FE;
}

.blueText {
	color:#09F;
	font-weight:bold;
	text-decoration:underline;
}

.darkBlue {
	color:#0133AA;
	font-weight:bold;
}

div.contentRight a:active {
	color:#09F;
	font-weight:bold;
	text-decoration:underline;
}

div.contentRight a:link {
	color:#09F;
	font-weight:bold;
	text-decoration:underline;
}

div.contentRight a:visited {
	color:#09F;
	font-weight:bold;
	text-decoration:underline;
}

div.contentRight a:hover {
	color:#09F;
	font-weight:bold;
	text-decoration:none;
}

div.boxMiddle a:active {
	color:#BFDFFF;
	font-weight:bold;
	text-decoration:underline;
}

div.boxMiddle a:link {
	color:#BFDFFF;
	font-weight:bold;
	text-decoration:underline;
}

div.boxMiddle a:visited {
	color:#BFDFFF;
	font-weight:bold;
	text-decoration:underline;
}

div.boxMiddle a:hover {
	color:#BFDFFF;
	font-weight:bold;
	text-decoration:none;
}

td.right {
	background-color:#039;
	color:#fff;
}

td.left {
	background-color:#BFDFE3;
}