.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	top: auto;
	vertical-align: text-bottom;
	margin: 6px;
}
.subsubheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-indent: 0pt;
	margin-top: 0px;
	margin-left: 6px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin: 0px 0px 0px 6px;
	text-indent: 0pt;
	line-height: 1.25em;
	list-style-position: inside;
	list-style-type: disc;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	margin-left: 10px;
	list-style-position: outside;
	line-height: 1.5em;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 1.25em;
	list-style-image: url(../images/redbullet.jpg);
	text-decoration: none;
	padding: .75em;
}
.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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	color: #0099CB;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #0099CB;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	color: #F1EB79;
	text-decoration: none;
	background-color: #0199c8;
	
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #CC0001;
	text-decoration: none;
}
.highlights {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000066;

}
.tinytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
}
.tinytextplain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	padding: 20px;
	width: 300px;
}
.tinytextblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	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;
}
.italicstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 6px;
	text-indent: 0pt;
	line-height: 12px;
	list-style-position: inside;
	list-style-type: disc;
}
.bluetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333399;
	line-height: 13px;

}

	
	
	
	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 167px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
	padding: 0;
		margin: 0;
		margin-bottom : -1px;
		width: 167px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 167px;
		margin-top : -1.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		color: #ffffcc;
background-color: #0185b1;
padding: 6px;
padding-left: 7px;
display: block;
font: 11px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
	}
	
	#nav li a:hover {
		background-color: #99ccff;
color: #ffffff;
text-decoration: none;

font: 11px Verdana, sans-serif;
font-weight: bold;;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	
	.buttonscontainer {margin-bottom: 4em;}

.buttons a {color: #ffffcc;
background-color: #0185b1;
padding: 8px;
padding-left: 6px;
padding-right: 6px;
display: block;
font: 13px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
border-left: 1px solid white;
float: left;}

.buttons a:hover {background-color: #99ccff;
color: #ffffff;
text-decoration: none;}

.archives {color: #0185b1; text-transform: uppercase; font-weight: bold;}