#header {
	background-color: #CCCC99;
	top: 0px;
}
#fullheight {
	height: 100%;
}
#fullheightwidth {
	height: 100%;
	width: 100%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#bottombar {
	position: relative;
	bottom: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
h4 {
	font-size: 12px;
	color: #990000;
	text-align: center;
	border: 2px groove #CCCC99;
	font-weight: normal;
	padding: 4px;
}
.compact {
	width: 200px;
}
html,body {
	margin:0;
	padding:0;
	height: 100%;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
}
.circlenav {
	height: 100%;
	position: inherit;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #663366;
	text-decoration: none;
}
a:hover {
	color: #0033FF;
	background-color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
	background-color: #999999;
}
a.navlink:link {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	line-height: -25px;
	padding-right: 1px;
	padding-left: 1px;
}
a.navlink:visited {
	font-weight: bold;
	color: #663366;
	text-decoration: none;
	line-height: -25px;
	padding-right: 1px;
	padding-left: 1px;
}
a.navlink:hover {
	color: #0033FF;
	background-color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #333333;
	padding-right: 0px;
	padding-left: 0px;
}
a.navlink:active {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	background-color: #999999;
}
.topnavbutton {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #990000;
	padding: 2px;
}
a.topnavbutton:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993300;
	background-image:url(images/redfadebuttonBG.jpg);
	background-repeat:repeat-x;
}
a.topnavbutton:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993300;
	background-image:url(images/redfadebuttonBG.jpg);
	background-repeat:repeat-x;
}
a.topnavbutton:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC6600;
	background-image:url(images/redfadebuttonBGover.jpg);
	background-repeat:repeat-x;
}
a.topnavbutton:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC6600;
	background-image:url(images/redfadebuttonBGover.jpg);
	background-repeat:repeat-x;
	margin: 2px;
	padding: 2px;
}
.sidenav {
	background-color: #CCCC99;
	border-right-width: 5px;
	border-right-style: double;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 4px;
	width: 150px;
	background-image: url(images/sidenavBG.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.contentbody {
	padding-left: 10px;
	padding-right: 14px;
	width: 350px;
	vertical-align: top;
}
#contentbody {
	width: 350px;
	vertical-align: top;
}
.bodyimg {
	width: 200px;
}
.printlink {
	text-align: right;
	right: 0;
	line-height: 1px;
}
form.search {
	float: right;
	height: 10px;
	width: 170px;
	padding: 0px;
	margin: 0px;
}
p {
	font-size: 11px
}
ol {
	font-size: 11px;
}
.navlink {
	font-size:12px;
}
.feedsweep {
	font-family: Arial, Helvetica, sans-serif;
	border: 2px dotted #CCCC99;
	padding: 3px;
	text-align: left;
	max-width:250px;
}
.feedsweep_headline {
}
.feedsweep_item {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCC99;
	padding-top: 2px;
	padding-bottom: 2px;
}
.feedsweep_link {
	font-size: 11px;
	font-weight: normal;
}
.feedsweep_title {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #336699;
	text-align: center;
}
.feedsweep_body {
}
.hhs {
	font-size:11px;
	width:150px;
}
.form {
	font-size: 11px;
	vertical-align: top;
	text-align:left
}
.greynav {
	background-image: url(/images/NAVmiddlegreybar.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#popuptext a span {display: none;}

div#popuptext a:hover span {
	display: block;
	position: absolute;
	top: 200px;
	left: 0;
	width: 350px;
	border:1px solid #333333;
	padding: 5px;
	margin: 5px;
	z-index: 100;
	color: #000000;
	text-align: left;
	background-color: #CCCCCC;
}

div#popuptext2 a span {display: none;}

div#popuptext2 a:hover span {
	display: block;
	position: absolute;
	top: -250px;
	right: 0;
	width: 350px;
	border:1px solid #333333;
	padding: 10px;
	margin: 10px;
	z-index: 100;
	color: #000000;
	text-align: left;
	background-color: #CCCC99;
	background-image: url(/images/headerBG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.siteheadtop {
	background-image: url(/images/headerBG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* DROP DOWN STYLE */

#nav, #nav ul { /* all lists */
	list-style: none;
	margin-top: 0;
	margin-right: 2;
	margin-bottom: 0;
	margin-left: 2;
	padding-top: 0;
	padding-right: 2;
	padding-bottom: 0;
	padding-left: 2;
}

#nav a {
	display: block;
	width: 8em;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	padding: 4px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #CCCC99;
	background-image: url(/images/headerBG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li li a {
	color:#000000
}

#nav li li a:hover {
	background-image: url(/images/NAVmiddlegreybar.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #D4D4D4;
	color:#FFFFFF
}

li {
	font-size: 10px;
}