@charset "utf-8";
/* CSS Document */
body {
margin: 0;
padding: 0;
text-align: center;
}
#container {
margin: 2px auto;
text-align: left;
width: 870px;
}
#content {
}
#mainform {
float: left;
width: 864px;
height: 280px;
margin-left: 2px;
background-color: #4F4F00;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
#formtxt {
	float: right;
	width: 500px;
}
#formtxt p {
	color:#FFF;
}
.small {
	font-size: 10px;
}
.toptxt {
	color:#FC3 !important;
}
#img {
float: left;
width: 300px;
margin-left: 10px;
margin-bottom: 2px;
}
#bottom {
		float:left;
		width: 864px;
		margin: 2px;
		margin-bottom: 10px;
		padding:0 2px 2px;
		border-top: 1px solid #000000;
}
#sub {
		float:left;
		width: 864px;
		margin: 0;
		height: 2px;
		background-color: #FFF;
		position: relative;
		top: 215px;
}
#bottom p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#toplinks {
float:left;
width: 860px;
height: 0px;
margin: 2px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px 2px 0px;
display: table;
overflow: hidden;
position: relative;
background: #000000;
}

#header {
float:left;
width: 866px;
height: 104px;
margin:2px 0 0;
background-color: #4F4F00;
}
#logo {
	margin-top: 7px;
	background-color: #000;
}
#menu {
		float:left;
		width: 860px;
		margin: 2px;
		margin-bottom: 10px;
		padding: 2px;
		padding-top: 4px;
		border-bottom: 1px solid #000000;
		font-family: "Times New Roman", Times, serif;
		color: #000000;
		font-size: 36px;
		font-style: italic;
		letter-spacing: 5pt;
		margin-bottom: 3px;
		font-weight: bold;
}
hr {
	border: dashed #EAEAEA;
	border-width: 1px 0 0 0;
	height: 0px;
	width: 100%;
	text-align: left;
}
/* Form CSS */
#frm {
	background-color: #4F4F00;
	width: 40em;
	color:#FFF;
	}
#frm fieldset {
	height: 9em;
	width: 14em;
	border: 0;
	margin: 0;
	padding: 1em;
	float: left;
	}
#frm fieldset label {
	font-size: 1.0em;
	display: block;
	line-height: 1.5em;
	}
#frm fieldset input {
	font-size: 1.0em;
	height: 1.2em;
	margin-bottom: 1.5em;
	}
	
/* Error Styling */
#frm fieldset.error,
#frm fieldset.error legend,
#frm fieldset.error div.help {
	color: #FFCC33;
	}
#frm fieldset strong.error {
	color: #fff;
	background-color: #CC0000;
	padding: 0.2em;
	font-size: 0.7em;
	font-weight: bold;
	display: block;
	}

/* Submit Styling */
#frm #submit {
	clear: both;
	width: 478px;
	height: 5em;
	border: 10px solid #FFF;
	border-width: 0;
	}
#frm #submit input {
	height: 4em;
	font-size: 1em;
	width: 20em;
	color: #666666; 
	background: #f3f3f3;
	font-weight: bold;
	border-bottom: 	1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
	float: right;
	}
-->