body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.5em;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-image: url(graphics/bg-dark2.jpg);
}

p {
	margin: 5px 30px 10px 20px;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #74736F;
	margin-top: 35px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
hr {
	color: #666666;
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 15px 20px 10px;
	font-size: 1.5em;
	color: #74736F;
	font-weight: normal;
	line-height: 120%;
}

h3 {
	margin: 20px 20px 5px;
	font-size: 1em;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
h4 {
	margin: 20px 20px 5px;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: lighter;
}


a:link {
	text-decoration: none;
	color: #E52920;
}

/*a:hover, a:hover:visited  {
	text-decoration: none;
	color : #E72525;
} */
a:hover {
	text-decoration: none;
	color : #E72525;
}
a:visited, a:hover {
	text-decoration: underline;
	color : #E72525;
}
a:active {
	color: #BF0101;
}
li {
	margin-right: 30px;
	list-style-type: square;
}
/* =Main Menu (Global)
-----------------------------------------------------------------------------*/

.nav_main {
	height: 35px;
	font-size:12px;
	border-right:0px solid #242424;
	list-style-type: none;
	font-weight: bold;
}
.nav_main_special {
	height: 35px;
	border-right:1px solid #F57F20;
}
.nav_sub {
	border-top:1px solid #242424;
}
/* all lists */

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	z-index:1;
	list-style:none;
	height: 35px !important;
}

ul#nav {
	width: 880px !important;
}

#nav a {
	display: block;
	padding: 10px 8px;
	text-decoration:none;
	color: #6D6D6B;
	background-color: #090909;
}

/* hover on top level link */
#nav a:hover {
	color:#E72525;
	background-image: none;
	cursor: hand;
	text-decoration: none;
}

/* Extra padding on last element to align nav */

 #nav .nav-last { border-right: none; }

/* all list items */

#nav li {
	float: left;
	padding:0;
	margin:0;
	list-style-type: none;
	list-style-image: none;
}

/* second-level lists */

#nav li ul { 
	position: absolute;
   width: 200px;
	line-height: 1.2em;
	margin-top: -3px;
	_margin-top: 0;
	padding: 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


#nav li ul li {
  text-align:left;
  width:200px;
  /*height: 35px !important;*/
  border-left:0px solid #242424;
  border-right:0px solid #242424;
  border-bottom: 1px solid #242424;
  color: #898d89;
}

#nav li ul > a {
	color: #E72428;
	list-style:none;
	height: 1%;
	padding: 10px 12px;
	display: block;
}

#nav li ul li a:hover {
	color: #FFFFFF;
	background-color: #131315;
	text-decoration: none;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

/* lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
	left: auto;
	display: block;
	cursor: hand;
}

.midgrey {
	background-color: #151310;
}
.textbg {
	background-color: #232323;
}
.lightgrey {
	background-color: #2E2E2E;
}
.white {
	background-color:#FFF;
}
.subhead {
	font-weight: bold;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.redhead {
	font-weight: bold;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	color: #FFFFFF;
}
.lead {
	font-size: 1.2em;
	line-height: 140%;
	margin-bottom: 30px;
	text-align: justify;
}
.whitetext {
	font-weight: normal;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	color: #FFFFFF;
}
.small {
	font-size: 95%;
	line-height: 120%;
}
.news {
	border: thin solid #1f1f1f;
}

