.subheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #00689A;
	line-height: normal;
	text-align: left;
	padding: 0px;
}
.subsubheader {
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	color: #1372D0;
	text-align: left;
	margin: 0px;
	text-indent: 0pt;
	line-height: 1.15em;
	list-style-position: inside;
	list-style-type: disc;}
	
	.formBlue { font-size: 11px; line-height: 15px; font-family: Arial, Sans-serif, Helvetica; color: #000066}
}
.indentedtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	margin-left: 25px;
}
.SpecialsTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #1372D0;
	font-style: normal;
	text-decoration: none;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a:hover {
	font-weight: normal;
	color: #1372D0;
	text-decoration: underline;
	line-height: 1.5em;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
a:visited {
	font-weight: normal;
	color: #781D7D;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.5em;
}
a:active {
	font-weight: normal;
	color: #781D7D;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}
.highlights {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000066;
	text-decoration: underline;
}
.tinytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #ffffff;
}
.tinytextplain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.tinytextblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.tinytextwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.subheadermaroon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	top: auto;
	vertical-align: text-bottom;
	margin: 6px;
}
.tinytextred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
.textgray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4A4A4A;
	text-align: left;
	margin: 0px 0px 0px 6px;
	text-indent: 0pt;
	line-height: 1.5em;
	list-style-position: outside;
	list-style-type: disc;
	padding: 5px 0px 0px;
}
.textgrayspecial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #171717;
	text-align: left;
	margin: 0px 0px 0px 6px;
	text-indent: 0pt;
	line-height: normal;
	list-style-position: inside;
	list-style-type: disc;
	padding: 5px;
}
.textgraynews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #4A4A4A;
	text-align: left;
	margin: 0px 0px 0px 6px;
	text-indent: 0pt;
	line-height: normal;
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px;
}

/* Menu CSS */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-family: Arial, verdana, Helvetica, sans-serif;
	
}

#nav {padding-bottom: 23px; padding-left: 45px;}

#nav a {
	display: block;
	width: 75px;
	text-decoration: none;
	font-weight: bold;
	
}

#nav li ul li a:link {
	display: block;
	width: 143px;
	text-decoration: none;
	color: #006699;
	font-weight: bold;
	padding-left: 3px;
	line-height: 25px;
}


#nav li ul li a:visited {
	display: block;
	width: 143px;
	text-decoration: none;
	color: #006699;
	font-weight: bold;
	padding-left: 3px;
	line-height: 25px;
}

#nav li ul li a:hover {
	display: block;
	width: 140px;
	text-decoration: underline;
	background-color: #006699;
	color: white;
	font-weight: bold;

	line-height: 25px;
	padding-left: 3px;
}


#nav li { /* all list items */
	float: left;
	width: 72px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #eeeeee;
	border: 1px solid #006699;
	width: 143px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 2em;
	margin-top: 1px;
}

#nav li ul a {width: 144px; text-align: left;}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.linkheader a:link
{font-size: 10px; text-align: center; color: #006699;}

.linkheader a:visited
{font-size: 10px; text-align: center; color: #006699; font-family: Verdana, Arial, Helvetica, sans-serif;}

.linkheader a:hover 
{font-size: 10px; text-align: center; text-decoration: underline; color: black;}


/* rollover buttons */

#button {width: 198px; height: 39px; border: 1px solid #006792; background-image: url(../images/buttonbg.jpg); background-attachment: repeat-x; font-family: Arial, Helvetica, sans-serif; padding:0;margin:0;   font-size: 12px; text-align: center; font-weight: bold;}

#button {font-weight: bold;}

#button a {text-decoration: none; font-size: 12px;color:#026698; font-weight: bold;}
#button a:hover {text-decoration: underline;font-size: 12px; color:#990000; font-weight: bold;}

#button a:visited {text-decoration: none;font-size: 12px;color:#026698; font-weight: bold;}

.frontnav {border-top: 8px solid gray; width: 200px; padding-bottom: 3px;padding-top: 1px; font-family: Arial, Helvetica, sans-serif; font-size: 14px;}
.frontnav a {font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 14px;}
.frontnav a:visited {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #0067a1;}
.frontnav a:hover {font-weight: bold; color: #990000; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 14px;}
