/* STYLE CSS */

/* DEFAULT STYLES HERE */
BODY	{
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	background-color: #FFFFFF;	
}

img {
	border: 0px;
}

.imgPadRight {
	padding-right: 60px;
}

.homeP {
	margin: 8px 0 0 0;
}

/* Content header */
h2 {
	font-size: 23px;
	font-weight: bold;
	color: #100b65;
	text-transform: capitalize;
	margin-top: 20px;
}

/* Content Subhead */
h3 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Content copy */
h4 {
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	text-transform: inherit;
	margin-top: 0px;
}

/* Homepage content */
.subContent {
	font-size: 11px;
}

/* Homepage date */
.date	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Homepage small links */
.secondaryNav	{
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}

.secondaryNav:link	{
}

.secondaryNav:visited	{
}

.secondaryNav:hover	{
	color: #292B8B;
}

.secondaryNav:active {
}

/* Left column content navigation */
.leftContentNav {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}

.leftContentNav:link {
}

.leftContentNav:visited {
}

.leftContentNav:hover {
	color: #100b65;
	text-decoration:underline;
}

.leftContentNav:active {
}

/* Body Links content navigation */
.bodyContentNav {
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	text-decoration: underline;
}

.bodyContentNav:link {
}

.bodyContentNav:visited {
}

.bodyContentNav:hover {
	color: #100b65;
}

.bodyContentNav:active {
}

/* Footer Copy and Links */
.footerCopy {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

a.footerCopy:link {
	color: #999999;	
}

a.footerCopy:visited {
	color: #999999;	
}

a.footerCopy:hover {
	color: #666666;
}

a.footerCopy:active {
	color: #999999;
}

/* Homepage Middle Navigation Rollover Image */
a.leftRollover {
display: block;
width: 260px;
height: 80px;
background: url("images/leftNav.jpg") 0 0 no-repeat;
text-decoration: none;
}

a:hover.leftRollover {
background-position: 0px -80px;
}

a.middleRollover {
display: block;
width: 260px;
height: 80px;
background: url("images/middleNav.jpg") 0 0 no-repeat;
text-decoration: none;
}

a:hover.middleRollover {
background-position: 0px -80px;
}

a.rightRollover {
display: block;
width: 260px;
height: 80px;
background: url("images/rightNav.jpg") 0 0 no-repeat;
text-decoration: none;
}

a:hover.rightRollover {
background-position: 0px -80px;
}

a:link {
text-decoration: none; }

a:hover {
text-decoration: underline; }

a:visited {
text-decoration: none; }