@charset "utf-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0px 0px 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}

#container {
	width: 839px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#footer{
	width: 832px;
	height: 18px;
	font:9px/9px Verdana, Arial, Helvetica, sans-serif;

	background: #373391;
	text-align: Center; /* this overrides the text-align: center on the body element. */
}

#footer a {
	color: #FFFFFF;
	/* text-decoration: none; */
}

#footer p {
	color: #FFFFFF;
}

#header {
	width: 839px;
	height: 120px;
	background:url(images/topBanner.gif) ;
}

#menu{
	padding-top: 98px;
	padding-left: 18px;
	font:14px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	color:#FF0000;
	text-decoration: none;
}


#leftmenu {
	width: 203px;
	height: 572px;
	background:url(images/leftmenu.jpg) no-repeat ;
	float:left;
		padding-top: 18px;
		padding-left:10px;
}

#PageBodyRight {
	width: 630px;
	float:right;
	padding-top: 20px;
	padding-left: 15px;
	font:8px/8px Verdana, Arial, Helvetica, sans-serif;

}

#PageBodyRight th {
	color: #000000;

}

#mainContent {
	width: 800px;
	height: 300px;
	background: url(images/bodymiddle.jpeg) no-repeat ;
	font:14px/14px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 47px;
	padding-left: 28px;
	padding-right: 25px;
	line-height:18px;
}

#mainContent a {
	text-decoration: none;
}

#bottomleft {
	float:left;
	width: 350px;
	height: 224px;
	padding-top: 11px;
	background: url(images/bottomleft.jpg) no-repeat ;

}

h1 {
	font-size:8px;
	color:#000066;
	font-weight:bold;
	margin-bottom:10px;
	padding:0px;
	line-height:25px;
}



#bottomright {
	float:left;
	width: 482px;
	padding-top: 8px;	
	height: 224px;
	background: url(images/bottomright.jpg) no-repeat ;
	font:14px/14px Verdana, Arial, Helvetica, sans-serif;
}
