body { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #808080; background-repeat: repeat-y; background-position: center 0; }
p { padding-top: 5px; padding-right: 10px; padding-bottom: 10px; }
td { }
h3 { color: #7a0000; font-size: 1.17em; font-weight: bold; text-align: left; margin: 1em 0; }
a:link { }
a:visited { }
a:hover { }
a:active { }
.container { background-color: #808080; }
.content1 { text-align: left; width: 500px; margin: 5px 10px 10px; padding: 5px; border-bottom: 1px dashed #808080; }
.content2 { text-align: left; margin: 15px 10px 10px; padding: 5px; width: 500px; border-bottom: 1px dashed #808080; }
.content3 { text-align: left; margin: 15px 10px 10px; padding: 5px; width: 500px; }
.textPad { padding: 10px; }
.header { background-position: left top; height: 200px; }
.footer { color: #fff; background-color: #7a0000; background-repeat: repeat-x; text-align: center; padding-top: 10px; }
.links { text-align: left; width: 200px; height: 500px; float: right; margin: 15px 10px 10px; padding: 5px; border-left: 1px dashed #808080; }
/* Nav */
#nav, #nav ul { /* all lists */
	padding: 0; margin: 0; list-style: none; line-height: 29px; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #7a0000; text-align: center; z-index: 2; border-left: 2px solid #000; }
#nav a { display: block; color: #fff; font-weight: bold; background-color: #7a0000; text-decoration: none; z-index: 2; padding-right: 8px; padding-left: 8px; }

#nav li { /* all list items */
	
	float: left; border-right: 2px solid #fff; z-index: 2; }
#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: #fff; font-size: 10px; z-index: 2; border-right-style: none; }

#nav li a:hover { color : white; background-repeat: no-repeat; background-color : #808080; 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 #808080; border-right-style: none; }
#nav li:hover, #nav li.sfhover {
	color: white;
	
	z-index: 3;
}
.border { border: solid 1px #808080; }
.imageBorder { border: solid 1px #472101; }
.divider { border-left: 1px dashed #aba195; }
.topShadow { background-image: url(../images/shadow.gif); background-repeat: repeat-x; background-position: 0 top; }
.tableBorder { border: solid 1px #7a0000; }
td .border { padding: 4px; border-right: 2px solid #7a0000; border-bottom: 2px solid #7a0000; }
