@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 18px;
	color: #666666;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
}
.index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.indextitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
a, a:link, a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.textSubhead {
 font-size: 15px;
 font-weight:bold;
 color: #333333;
}

.contentBG {
	background: url(images/BG.jpg) repeat-x top;

}

.small {
	font-size: 10px;
}li {
	list-style-image: url(images/dotBlue.gif);
	padding-top: 0px;
	margin-top: 0px;
}
body {
	background-image: url(images/Nav_BG.jpg);
	background-repeat: repeat-y;
	background-position:left;
}

