a:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
	color: #0033cc;
	text-decoration: none;
	white-space: nowrap;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
	color: #0033cc;
	text-decoration: none;
	white-space: nowrap;
}
a:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
	color: #0033cc;
	text-decoration: none;
	white-space: nowrap;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
	color: #009900;
	text-decoration: underline;
	white-space: nowrap;
}
/* CSS Document */
body{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	font-size:9pt;
	line-height:1.5em;
	}

#pageArea{
	width:1010px;
	background:url(../images/background.gif) repeat-y;
	}

#pageHeader{
	background:url(../images/header.jpg) no-repeat; height:196px;
	}

#pageContent{
	padding:10px 45px 10px 0;
	width:750px;
	float:right;
	text-align:left;
	}

#mainMenu{
	width:210px;
	float:left;
	text-align:left;
	}
#mainMenu ul{	
	list-style:none;
	text-align:center;
	margin:0;
	padding:0;
	width:200px;
	}
#mainMenu ul li{
	background:url(../images/nav-button-bg.jpg) no-repeat; 
	height:34px;
	width:185px;
	margin:0;
	padding:15px 0 0 15px;
	}
#mainMenu a:link, #mainMenu a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#020F5D;
	font-size:9pt;
	font-weight:bolder;
	text-decoration:none;
	display:block;
	}
#mainMenu a:hover{
	color:#7B0100;
	}
#pageFooter{
	background:url(../images/footer.jpg) no-repeat;
	height:52px;
	}
#subLinks{}
#copyRight{
	background-color:#FFFFFF;
	font-size:10pt;
	color:#030E5D;
	font-weight: bolder;
	}
