body{
	margin:0px;
	*margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#003366
}
.pageWidth{
	width:990px;
	background-color:#FFF;
	padding:20px;
}
.bodyText{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
.header{
	background-image:url(../images/top.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	height:94px;
}
.banner{
	background-image:url(../images/menu_back.png);
	background-position:bottom left;
	background-repeat:
}
.menu{
	background-image:url(../images/menu_back.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	height:50px;
	position:relative;
	z-index:99;
	margin-top:-50px;
}
.menu ul{
	margin:0px;
	padding:0px;
}
.menu ul li{
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	float:left;
}
.menu ul li a{
	float:left;
	width:138px;
	margin-left:10px;
	margin-right:10px;
	background-image:url(../images/li_back.png);
	background-position:top left;
	background-repeat:no-repeat;
	color:#333;
	line-height:41px;
	height:41px;
	text-decoration:none;
	margin-top:1px;
	*margin-bottom:0px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}
.menu ul li a:hover{
	color:#FC0;
	text-decoration:none;
	text-shadow:#333 1px 1px 1px;
}
.leftCol{
	width:206px;
}
.headingBack{
	background-image:url(../images/heading_bar.png);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:34px;
	color:#036;
	padding-left:15px;
	font-weight:bold;
	text-shadow:#666 1px 1px 1px;
}
.left{
}
.left ul{
	margin:10px;
	padding:0px;
}
.left ul li{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	background-image:url(../images/bullet.png);
	background-position:0px 3px;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:5px;
	border-bottom:1px outset #ccc;
}
.left ul li a{
	color:#FFF;
	text-decoration:none;
	text-align:left;
	line-height:18px;
	
}
.left ul li a:hover{
	color:#0CF;
	text-decoration:none;
}
.more{
	float:right;
	margin-right:10px;
}
.welcomeBack{
	background-image:url(../images/welcome_heading.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:30px;
	padding-left:15px;
	font-size:18px;
	color:#FC0;
}
.threeHeadingBack{
	background-image:url(../images/heading.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:30px;
	width:172px;
	font-size:12px;
	text-indent:15px;
	text-transform:uppercase;
	color:#FC0;
	font-weight:bold;
}
.rightBack{
	background-image:url(../images/right_box_back.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}
.right{
}
.right ul{
	margin:10px;
	padding:0px;
}
.right ul li{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	background-image:url(../images/bullet1.jpg);
	background-position:0px 3px;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:5px;

}
.right ul li a{
	color:#FFF;
	text-decoration:none;
	text-align:left;
	line-height:18px;
	
}
.right ul li a:hover{
	color:#333;
	text-decoration:none;
}
.footer{
	background-color:#CCC;
	color:#333;
	height:35px;
	font-size:11px;
	font-family:inherit;
}
.email a {
	color:#FFF;
	text-decoration:none;
	
}
.email a:hover {
	color:#000;
	text-decoration:underline;
	
}