body {
	margin: 20px 0;
	padding: 0;
	background: #000000;
	font: normal small Arial, Helvetica, sans-serif;
	color: #ffffff;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #f50700;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1.2em;
	margin: 0;
}

h4 {
	font-size: 1.6em;
	margin: 0;
	font-weight: normal;
	font-style: italic;
	color: #f50700;
}

p, ul, ol, blockquote {
	margin-top: 0;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

a:link {
	text-decoration: none;
	color: #D96729;
}

a:hover {
	text-decoration: underline;
	color: #D96729;
}
a:visited {
	text-decoration: none;
	color: #D96729;
}

li {
	color: #ffffff;
}

li a:link {
	color: #d4bb44;
}

li a:hover {
	border-bottom: 1px solid #D96729;
	text-decoration: none;
	color: #D96729;
}
#hnav {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	padding: 0px;
	background: #333333;
}
.nav {
	font-size: 14px;
	font-weight: bold;
	color: #d4bb44;
}

A:link.nav, A:visited.nav, A:active.nav  {color: #d4bb44;  font-weight: bold; text-decoration: none;}
A:hover.nav {color: #D96729; font-weight: bold; text-decoration: none;}
.popnav {
	font-size: 12px;
	font-weight: bold;
	color: #d4bb44;
}

A:link.popnav, A:visited.popnav, A:active.popnav  {color: #d4bb44;  font-weight: bold; text-decoration: none;}
A:hover.popnav {color: #D96729; font-weight: bold; text-decoration: none;}


img.float {
	float: left;
	margin: 5px 15px 10px 0;
	border: 5px solid #000000;
}

/* Header */

#header {
	width: 1000px;
	height: 270px;
	margin: 0 auto;
	padding: 0px;
	background: #000000 url(images/header.jpg) no-repeat 1px 1px;
}
#header2 {
	width: 1000px;
	height: 270px;
	margin: 0 auto;
	padding: 0px;
	background: #000000 url(images/masthead_new.jpg) no-repeat 1px 1px;
}
#headernew {
	width: 1000px;
	height: 300px;
	margin: 0 auto;
	background: #000000 url(images/masthead.jpg) no-repeat 1px 1px;
}

#header * {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
	font-size: 18px;
	font-style: italic;
	color: #000000;
}

#header h1 {
	padding: 165px 0 0 250px;
	font-weight: bold;
	color: #0082B2;
	
}

#header h2 {
	padding: 128px 0 0 0;
	
}

/* Content */

#content {
	width: 1000px;
	margin: 0 auto;
	background: #0C0000;
	border: 1px solid #000000;
	border-top: none;
}

#colOne {
	float: left;
	width: 180px;
	padding: 30px 10px 20px;
	background: #0C0000;
	
}

#colOne ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
	font-size: medium;
	color: #d4bb44;
}

li {
	color: #d4bb44;
}

li a:link {
	color: #d4bb44;
}

a:visited {
  color: #d4bb44;
}

li a:hover {
	border-bottom: 1px solid #d4bb44;
	text-decoration: none;
	color: #D96729;
}

a:active {
  color: #d4bb44;
}

#colTwo {
	float: left;
	width: 570px;
	padding: 30px 15px 20px;
	font-size: small;
	line-height: 18px;
	background: #0C0000 url(images/col2-bkgrd.jpg) no-repeat center;
}
#colTwo ul {
	font-size: small;
	color: #cccccc;
}

li {
	color: #FFFFFF;
}

#colThree {
	float: left;
	width: 180px;
	padding: 30px 10px 20px;
	background: #0C0000;
}

#colThree ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

/* Footer */

#footer {
	padding: 14px;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #333333;
}

#footer * {
	color: #ffffff;
}
