body { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; background-image: url(../images/bg_blue.gif); background-repeat: repeat; background-position: left 0; margin-right: auto; margin-left: auto; }
h2 { color: #000040; font-size: 1.25em; font-weight: bold; margin: 0.83em 0; }
p { }
td { }
a:link { color: #009; text-decoration: none; }
a:visited { }
a:hover { color: #7a0000; text-decoration: underline; }
a:active { }
.container { background-image: url(../images/wrapper.png); background-repeat: repeat-y; background-position: center; }
.alert { text-align: left; width: 510px; margin: 5px 10px 10px; padding: 5px; border: solid 2px #a71930; }
.content1 { text-align: left; margin: 5px 10px 10px; padding: 5px; width: 550px; border-bottom: 1px solid #808080; }
.content2 { text-align: left; margin: 15px 10px 10px; padding: 5px; width: 550px; border-bottom: 1px solid #808080; }
.content3 { text-align: left; margin: 15px 10px 10px; padding: 5px; width: 550px; }
.links { text-align: left; width: 105px; height: 95%; float: right; margin: 15px 10px 10px; padding: 5px 5px 5px 20px; border-left: 1px dotted #808080; }
.home_links { text-align: left; margin: 15px 10px 10px; padding: 5px 5px 5px 20px; width: 200px; float: right; border-left: 1px dotted #808080; }
#twitter_div ul li { margin-left: -35px; padding: 0 0 10px; list-style-type: none; list-style-image: none; display: block; }
.header { background-position: left top; }
.footer { color: #fff; background-color: #989898; background-repeat: repeat-x; text-align: center; }
.footer a { color: #fff; background-repeat: repeat-x; text-align: center; }
/* Nav */

#nav, #nav ul { /* all lists */
	color: #fff; font-size: 1em; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; padding: 0; margin: 0; list-style: none; line-height: 23px; font-weight: normal; z-index: 2; background-repeat: repeat-x; }

#nav a { text-align: left; display: block; color: #fff; text-decoration: none; margin: 0; z-index: 2; padding-right: 22px; padding-left: 23px; }

#nav li { /* all list items */
	background-repeat: repeat-x; float: left; z-index: 2; border-right: 1px solid #fff; }
#nav li.last { border-style: none; border-width: 0; le: none; }

#nav li ul { /* second-level lists */
	position: absolute; width: 130px; font-weight: normal; background-color: #b8cef0; background-attachment: scroll; background-position: 0 0; text-align: left; border: solid 1px #9c9080; left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	_margin: 0 -53px; z-index: 2; }

#nav li li {
	width: 130px;
	z-index: 2;
}
#nav li ul a { color: black; font-size: 10px; z-index: 2; border-right-style: none; }

#nav li a:hover { color : #000; background-repeat: no-repeat; background-color : #9cf; text-align: left; z-index: 3; }

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto; z-index: 3; border-bottom: 1px solid #00007f; border-right-style: none; }
#nav li:hover, #nav li.sfhover {
	color: white;
	
	z-index: 3;
}
.keyitem { color: #ba1e1f; }
.top { float: right; margin-top: 5px; margin-right: 10px; }
