/* CSS Document */

html {
	height: 100%;
}

body {
	margin: 0px;
	margin-top: 0px;
	height: 100%;
	padding: 0px;
	background: #FFFFFF;
}

body, td, p, font {
	font-family: "Microsoft Sans Serif", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link, a:active, a:visited, a:hover {
	font-weight: bold;
	color: #01102e;
	text-decoration: none;	
}



.clr {
	clear: both;
}

#container {
	background-image: url('../images/bgTop.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	vertical-align: top;
	height: 100%;
	width: 100%;
	text-align: center;
}

#mainContainer {
	width: 90%;
	text-align: center;
	margin-left: 15px;
}

#topBanner {
	text-align: center;
	margin-left: 15px;
}

#footer {
	background-image: url('../images/bgBottom.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	height: 95px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 55px;
}

/* topNav */

#topNav {
	text-align: left;
	height: 22px;
	margin-left: 15px;
}

#topNav img {
	margin-left: 30px;	
}

#topNav a:link, #topNav a:active, #topNav a:visited {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 27px;
	text-decoration: none;	
	padding: 5px 25px 9px 25px;
}

#topNav a:hover {
	font-weight: normal;
	color: #333333;	
	background-image: url('../images/btn2.gif');
	background-position: center top;
	background-repeat: repeat-x;
	padding: 5px 25px 9px 25px;
}




/* menuLeft */

#menuLeft {
	height: 100%;
	text-align: left;
	padding-left: 10px;
	padding-top: 20px;
}

#menuLeft tr {	
	background-image: url(../images/bgNav.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 26px;	
}

#menuLeft tr:hover, #menuLeft tr:active  {	
	background-image: url(../images/bgNavHov.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#menuLeft td {	
	margin-left: 15px;
}

#menuLeft a {
	font-family: "Microsoft Sans Serif", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	line-height: 26px;
	height: 26px;
	width: 170px;
	text-decoration: none;
	padding-left: 25px;
}

#menuLeft a:hover, #menuLeft a:active {
	background-image: url(../images/bgNavHov.jpg);
	background-repeat: no-repeat;
	background-position: left;	
	color: #01102e;
	font-weight: normal;
	text-decoration: none;
}



div.componentheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color:#134F60;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight:normal;
	clear:both;
}

td.contentheading {
	font-size: 12px;
	font-weight: bold;
	color: #01102e;
	background-image: url(../images/bullet1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;

}


#mainBody {
	text-align: left;
	width: 100%;
}

.txtintro {
	font-family: "Microsoft Sans Serif", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #007289;
	font-variant: normal;
}

