@charset "UTF-8";

A:link {  
	color: #666666; 
	text-decoration: none; 
}
A:active { 
	color: #006296; 
	text-decoration: underline; 
}
A:visited { 
	color: #666666; 
	text-decoration: underline; 
}
A:hover { 
	color: #006296; 
	text-decoration: underline; 
}
body {
	background-image: url(images/page_bg.jpg);
}
.footerBg {
	background-color: #FFFFFF;
}
.footerContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006296;
}
.navDivider {
	background-color: #CCCCCC;
}
.navContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
A.navContent:link { 
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #666666; 
	text-decoration: none; 
}
A.navContent:active { 
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006296; 
	text-decoration: none; 
}
A.navContent:visited { 
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666; 
	text-decoration: none; 
}
A.navContent:hover { 
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006296; 
	text-decoration: none; 
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #006296;
}
.BodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
}
.BodyNavLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.navBG {
	background-image: url(images/leftnav_base.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
