@charset "utf-8";
/* CSS Document */

/*****  tags  *****/
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #041032;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin: 10px 0px 8px 0px;
}
li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .8em;
	padding-bottom: 2px;
}


/*****  floats  *****/
.floatLeft {
	float: left;
	width: 236px;
	margin-right: 10px;
}
.floatRight {
	float: right;
	width: 148px;
}


/*****  fonts  *****/
.font { font-family: Verdana, Geneva, sans-serif; }
.bold {	font-weight: bold; }
.italic { font-style: italic; }
.size10 { font-size: 10px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.blueLight { color: #529381; }
.blueDark { color: #FE9238; }

.footFont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.footFont2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
.footFont2:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FE9238;
	text-decoration: none;
}
.navFont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.navFont:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FE9238;
	text-decoration: none;
}

.smallFont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.smallFont2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.smallFont:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FE9238;
	text-decoration: none;
}
.smallFontBlue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #254995;
	text-decoration: none;
}
.smallFontBlue2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #254995;
	text-decoration: none;
}
.smallFontBlue:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FE9238;
	text-decoration: none;
}
.smallFontBold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.smallFontBoldBlue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #254995;
	font-weight: bold;
	text-decoration: none;
}
.smallFontBoldOrange {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FE9238;
	font-weight: bold;
	text-decoration: none;
}
.smallFontBold:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FE9238;
	font-weight: bold;
	text-decoration: none;
}
.normalFont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.normalFont2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.normalFontBlue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #254995;
	text-decoration: none;
}
.normalFont:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FE9238;
	text-decoration: none;
}
.formFont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.bigFont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #254995;
	font-weight: bolder;
}
.pdfLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FE9238;
	cursor: pointer;
}
.searchTerm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #900;
	font-weight: bold;
	background-color: #FF0;
}
