* { border:0; margin:0; padding:0; }
a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}
.alignleft {
	float:left;
	margin:0 20px 0 0;
}
.alignright {
	float:right;
	margin:10px 0 0 20px;
}
body {
	margin-top: 10px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#header {
	height:314px;
	margin:0 auto;
	position:relative;
	width:760px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: solid #999999 1px;
	background-image: url(Images/mastheadpic.jpg);
}
#header ul {
	float: left;
	list-style:none;
	position:absolute;
	top:318px;
	height: 23px;
	width: 760px;
	background-color: #D28348;
}
#header ul li { list-style:none; display: inline; }
#header ul li a {
	float: left;
	color:#FFFFFF;
	display:inline;
	font-size:0.75em;
	font-weight:bold;
	padding:5px;
	width:auto;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #AC622B;
}
#header ul li a:hover {
	text-decoration:none;
	background-color: #000000;
	color: #CC0000;
}


#container{ height:auto; margin:30px auto 10px auto; width:760px; background-color: #fff }

#one_column {
	float: left;
	width: 760px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top: solid #666666 1px;
	padding-top: 20px;
	background-color: #000000;
}
#one_column h1, h2, h3 {
	color:#C76F2E;
	font-size:1.4em;
	font-weight:bold;
	line-height:40px;
	padding:0 10px 0 0;
	margin-left: 10px;
}
#one_column    h2  {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 20px;
}
#one_column h3 {
	font-size: 1em;
	font-weight: bold;
}
#one_column p {
	color:#FFFFFF;
	display:block;
	font-size:90%;
	line-height:20px;
	margin: 0;
	padding:10px;
}
#one_column ul {
	color:#FFFFFF;
	padding-left: 30px;
	font-size: 0.9em;
}
#one_column li {
	color:#CCCCCC;
	padding-bottom: 7px;
}
#footer {
	margin:15px auto 5px auto;
	width:760px;
	background-color: #333333;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}
#footer p {
	color:#CCCCCC;
	font-size:90%;
	line-height:10px;
	padding: 5px;
	text-align:center;
	font-size: 0.75em;
}
#footer a {
	color: #C66E2E;
}
#footer  a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
td {
	font-size: 0.7em;
	vertical-align: text-top;
	text-align: right;
	line-height: 20px;
}
table {
	border: 1px solid #990000;
}

textarea {
	background-color: #FFFFFF;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}
.textfield {
	background-color: #FFFFFF;
	text-align: left;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}
.submitbtn {
	background-color: #990000;
	text-align: center;
	border: 1px solid #000000;
	font-weight: bold;
	color: #FFFFFF;
}

caption {
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #990000;
	font-weight: bold;
	line-height: 20px;
}

