@charset "ISO-8859-1";
/* CSS Document */

a {
	text-decoration:none;
}

.mainnav {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color:#999999;
	font-variant:small-caps;
}

a.mainnav {
	color:#999999;
	text-decoration:none;
}

a.mainnavon {
	color:#003399;
	text-decoration:none;
	font-weight:bold;
}

a.mainnav:hover {
	color:#333333;
	text-decoration: none;
}

.pagetitle {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration:none;
}

.subhead {
	font-family:"Times New Roman", Times, serif;
	color:#003399;
	font-size: 12px;
	font-weight:bold;
	line-height: 21px;
	text-decoration:none;
}

.pagetitle_sm {
	font-size: 21px;
	color:#003399;
	font-weight: bold;
}

.body {
	font-family:"Times New Roman", Times, serif;
	color:#666666;
	font-size: 12px;
	font-weight:normal;
	line-height: 21px;
	text-decoration:none;
}

a.body {
	color:#003366;
	text-decoration:none;
}

a.body:hover {
	color:#FF0000;
	text-decoration:none;
}

a.body:visited {
	color:#660099;
	text-decoration:none;
}

.directions {
	font-family:"Times New Roman", Times, serif;
	color:#666666;
	font-size: 12px;
	font-weight:normal;
	line-height: 12px;
	text-decoration:none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-decoration:none;
}

a.footer {
	color:#666666;
	text-decoration:none;
}

a.footer:hover {
	color:#333333;
	text-decoration: none;
}

.links1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#000000;
	text-decoration:none;
}

a.links1 {
	color:#657389;
}

a.links1:hover {
	color:#333333;
}

.links2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

a.links2 {
	color:#FFFFFF;
}

a.links2:hover {
	color:#333333;
}

.featuredtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.featuredtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.contentarea {
	background-image:url(../images/content_fill.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

.pageBG {
	background-image:url(../images/blue_gradient_BG.jpg);
	background-repeat:repeat-x;
}

@media print {
	body {
		background-color:#FFFFFF;
	}
	
	.body {
		font-family:"Times New Roman", Times, serif;
		color:#000000;
		font-size: 12px;
		font-weight:normal;
		line-height: 21px;
		text-decoration:none;
	}
	
	a.body {
		color:#3366CC;
		text-decoration:underline;
	}
	.contentarea {
		background-image:url(../images/spacer.gif);
		background-color:#FFFFFF;
	}
	
	.pagetitle_sm {
		font-size: 21px;
		color:#000000;
		font-weight: bold;
	}
	
	.pageBG {
		background-image:url(../images/spacer.gif);
		background-color:#FFFFFF;
	}
}