@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	margin: 0px;
	background-color: #333333;
	scrollbar-face-color:#333333;
	scrollbar-arrow-color:#949d34;
	scrollbar-track-color:#333333;
	scrollbar-highlight-color:#949d34;
}
a:link {
	color: #999999;
	text-decoration: none;
	font-size: 14px;
}
a:visited {
	text-decoration: none;
	color: #999999;
	font-size: 14px;
}
a:hover {
	text-decoration: none;
	color: #949d34;
	font-size: 14px;
}
.large_green {
	font-size: 14px;
	color: #949d34;
}

a:active {
	text-decoration: none;
	font-size: 14px;
	color: #949d34;
}
#mainBody {
	position:absolute;
	width:800px;
	height:800px;
	z-index:1;
	margin-left: 50%;
	left: -400px;
}
#flash {
	position:absolute;
	width:800px;
	height:210px;
	z-index:1;
	top: 250px;
}
#logo {
	position:absolute;
	width:300px;
	height:86px;
	z-index:2;
	top: 50px;
	left: 25px;
}
h2 {
	font-size: 12px;
	color: #999999;
	margin: 0px;
	font-weight: normal;
}
#headText {
	position:absolute;
	width:350px;
	height:110px;
	z-index:3;
	left: 425px;
	top: 50px;
}
#links {
	position:absolute;
	width:775px;
	height:25px;
	z-index:4;
	left: 25px;
	top: 190px;
	text-align: left;
}
#bottomText {
	position:absolute;
	width:350px;
	height:110px;
	z-index:5;
	left: 34px;
	top: 495px;
}
.current {
	color: #949d34;
}
.Green_Border {
	border: 1px solid #949d34;
}
.Rust_border {
	border: 1px solid #663300;
}

input {
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

textarea {
	width: 215px;
}

#homeQuote {
	position:absolute;
	width:270px;
	height:100px;
	z-index:6;
	top: 495px;
	left: 510px;
}
#footer {
	position:absolute;
	width:800px;
	height:30px;
	z-index:7;
	top: 625px;
	margin-left: 50%;
	left: -400px;
}
.small_text {font-size: 10px}
#photo {
	position:absolute;
	width:144px;
	height:30px;
	z-index:2;
	left: 631px;
}
#copyright {
	position:absolute;
	width:500px;
	height:15px;
	z-index:8;
	top: 575px;
	margin-left: 50%;
	left: -250px;
}
#search {
	margin-left: 50%;
	height: 300px;
	width: 420px;
	top: 250px;
	left: -210px;
}


button {
	background-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#mainBody #homeQuote #button {
	background-color: #333333;
	color: #CCCCCC;
	border: 1px solid #959D30;
	font-weight: bold;
}
