/*The styles are broken up in the following order: Tag Styles, Class Styles (Header Content, Main Content), Contact Us Page
All styles are alphebatized*/




/*TAG STYLES*/
* {margin: 0px;
	padding: 0px; 
	margin: 0px}

a {color: #948D5A;
	font-weight: bold;
	font-size: 14px}

a:hover {color: #948D5A;
	font-weight: bold;
	font-size: 14px}

a:active {color: #948D5A;
	font-weight: bold}

a:visited {color: #948D5A;
	font-weight: bold}

body {background-color: #010101;
	width: 100%}

img {border: 0px}

ul {padding-left: 30px}





/*CLASS STYLES*/	
	/*HEADER CONTENT*/
	.coname {font-family: "Copperplate Gothic Light", Arial, "Times New Roman";
		font-size: 26px;
		font-weight: bold;
		text-align: center;
		color: #99CC00;
		height: 93px;
		width: 100%}

	.headerbg {background-image: url(../images/header_bg.jpg);
		background-repeat: repeat-x;
		border-color: #3B3B19;
		border-width: 2px;
		border-style: solid;
		border-left-width: 0px;
		border-right-width: 0px;
		width: 100%;
		height: 185px}

	.htext {font-family: Arial, 'Times New Roman';
		color: #99CC00;
		vertical-align: middle;
		height: 125px;
		padding-right: 15px}
	
	.pagetitle {font-family: "Copperplate Gothic Light", Arial, "Times New Roman";
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		color: #99CC00}

	.top {position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		margin: 0px;
		padding: 0px;
		height: 70px}

	.topnav {float: right}



	/*MAIN CONTENT*/
	.bottom {position: absolute;
		top: 305px;
		left: 0px;
		width: 100%}

	.boxheader {font-family: Arial, 'Times New Roman';
		font-size: 16px;
		font-weight: bold;
		color: #948D5A}

	.content {font-family: Arial, "Times New Roman";
		font-size: 13px; 
		color: #948D5A;
		background-color: #0B0B0B;
		border: 2px solid #1B1A19;
		padding: 20px}

	.copyright {font-family: Arial, "Times New Roman";
		font-size: 11px; 
		color: #666666;
		text-align: center;
		padding: 0px;
		padding-bottom: 20px;
		border: 0px;
		background-color: #010101}

	.leftnav {width: 233px;
		padding: 29px}

	.maintd {padding: 20px;
		padding-top: 0px;
		border-left: 2px solid #3E3F0A}

	.maplinks {font-family: Arial, 'Times New Roman';
		font-size: 14px;
		font-weight: bold;
		color: #948D5A}

	.more {text-align: right;
		font-style: italic}

	.profpic {float: left;
		padding-bottom: 15px;
		padding-right: 15px}

	.titles {font-weight: bold;
		font-style: italic;
		font-size: 14px}





/*CONTACT US PAGE*/
.confirm {text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 0px; 
	border: 0px; 
	background: none;
	color: #99CC00}

.contact {font-family: Arial, "Times New Roman";
	font-weight: bold;
	text-align: center;
	background: none;
	padding: 0px;
	border: 0px;
	font-size: 20px;
	color: #948D5A}

.error{text-indent: 30px;
	padding: 0px; 
	border: 0px; 
	background: none; 
	width: 275px;
	color: #99CC00}

.inputfield {font-family: Arial, "Times New Roman";
	background: #3D3D3D;
	color: #CBC59F;
	border: 1px solid #CBC59F;
	width: 275px}

.required {padding: 0px; 
	border: 0px; 
	background: none; 
	width: 275px;
	color: #948D5A;
	font-size: 12px}

.submit {width: 100px}
