@charset "utf-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #B8B8B8;
	background-color: #000f00;
	background-image: url(graphics/PageBackground.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 12px;
}

div.header {
	background-image: url(graphics/Header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 123px;
	width: 956px;
	border: 2px solid #1e281e;
}

div.body {
	background:#000500;
	margin: 0px;
	width: 956px;
	border-top: none;
	border-bottom: 2px solid #1e281e;
	border-right: 2px solid #1e281e;
	border-left: 2px solid #1e281e;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

div.content{
	background:#0f0f0f; 
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	width: 894px;
	min-height:350px;
	border: 1px solid #1e1e1e;
	text-align: left;
}

.menu {
	margin: 0px;
	color: #000;
	list-style: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.menu li {
	float: left;
	list-style: none;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	list-style: none;
	background-image:url(graphics/ButtonNoFocus.gif);
	background-repeat:repeat-x;
	padding: 0px;
	margin-right: 2px;
}

.menu li a, .menu li a:visited {
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ca9006; 
	vertical-align: middle;
}

.menu li a:hover {
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
	line-height: 30px;
	color: #fcb308;
	background-image:url(graphics/ButtonFocus.gif);
	background-repeat:repeat-x;
}

.menu:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.pictureframe {
	border: 2px solid #8a8a8a;
	margin: 10px;
}

.thumbnailframe {
	border: 1px solid #8a8a8a;
	margin: 5px;
}

a:hover {
	text-decoration: underline;
	color: #cca241;
}

a {
	text-decoration: underline;
	color: #efefef; 
}

div.seo {
	position:absolute;
	font-size:10px;
	font-style: normal;
	top: -1000px;
	width: 850px;
}

h1 {
	color: #cca241;
	width: 100%;
	border-bottom-style: solid;
	font-size: 16px;
	border-width: 1px;
	border-color: #282828;
	font-weight: normal;
}

h2 {
	color: #cca241;
	width: 60%;
	border-bottom-style: solid;
	font-size: 16px;
	border-width: 1px;
	border-color: #282828;
	font-weight: normal;
}

h3 {
	color: #cca241;
	width: 40%;
	border-bottom-style: solid;
	font-size: 14px;
	border-width: 1px;
	border-color: #282828;
	font-weight: normal;
}

.dim {
	font-size:12px;
	font-color: #0a0a0a;
	color: #a0a0a0;
}

.dim.a:hover{
	color: #CCCCCC;
}

.input {
	background-color:#303030; 
	color:#EEEEEE; 
	border-color:#000;
}

.inputnojunk {
	background-color:#303030; 
	color:#EEEEEE; 
	border-color:#000;
	visibility:hidden;
}

.submit {
	background-image:url(graphics/ButtonFocus.gif);
	color:#bbbbbb;
	border: 1px solid;
	border-top-color:#606060;
	border-left-color:#505050;
	border-right-color:#303030;
	border-bottom-color: #202020;
	height: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.submit:hover {
		color:#ffffff;
}

.error {
	color:#CC0000;
}

hr {
	border-style: none;
	border-top-style: solid;
	border-width: 1px;
	border-color: #282828;
	width: 75%;
}
.warning {
	font-weight: bold;
	color: #C30;
}
