/* CSS Document */

<style type="text/css">

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}

a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

#d-nav {
	display:block;
	width: 239px;
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 12px;
}

#d-nav ul ul { display: none; }

#d-nav h2 { display: none }
#d-nav ul {
	display: block;
	width: 239px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 7px solid #cc0000;
	border-bottom: 7px solid #cc0000;
}
#d-nav li {
	display: block;
	width: 239px;
	margin: 0;
	padding: 0;
}
#d-nav li a {
	color: #ffffff;
	display: block;
	width: 199px;
	margin: 0;
	padding: 6px 20px;
	text-decoration: none;
	background-color: #cc0000;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-image: url(../images/transparent.gif);
}
#d-nav li a:hover,
#d-nav li a:hover.selected {
	color: #cc0000;
	font-weight: bold;
	background-position: -20px 0;
	background-color: transparent;
}
#d-nav li a.selected { color:white; background-image: url(images/menu-background-grad.jpg)}
.bottom-menu {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 12px;
}
.bottom-motto {
	font-size: 36px;
	color: #FFFFFF;
	line-height: 15px;
}
.page-title {
	color: #CC0000;
	font-size: 24px;
}
.sub-headers {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	
}
.small-subheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: 200;
	font-variant: normal;
	text-transform: none;
	color: #CC0000;
	letter-spacing: 0px;
}

.content-text {
	line-height: 23px;
	color: #666666;
}

a.bottom {
	color:#FFFFFF;
}

a.bottom:hover {
	color:#ff0000;
}

</style>
