body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
body,b,h1,h2,h3,td,tr,th {
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.clear {display:inline; clear: both; height: 0; visibility: hidden;}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C7B380;
}
#homepage {
	background-color: #000000;
	padding: 0px;
	width: 700px;
	margin: 10px auto 0px;
}
#mainbox {
	background-color: #826738;
	padding: 0px;
	width: 700px;
	margin: 10px auto 0px;
}
#header {
	padding: 0px;
	height: 78px;
	width: 700px;
	background-color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#bodytext {
	background: #FBF3E1;
	width: 557px;
	float: left;
	text-align: justify;
	padding: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000000;
}
#bodytext a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #514628;
	text-decoration: none;
	font-weight: bold;
}
#bodytext h1 {
	font-size: 14px;
	font-weight: bold;
}

#bodytext h2 {
	font-size: 13px;
	font-weight: bold;
}

#bodytext td {
	font-size: 12px;
	padding: 4px;	
}

#bodytext td {
	font-size: 12px;
	padding: 4px;	
}

quote {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

#copyright {
	font-size: 11px;
	color: #666666;
	text-align: center;
	clear: both;
	width: 700px;
	padding-top: 5px;
	background-color: #000000;
	margin: 10px auto 0px;
}
#navcontainer {
	width: 120px;
	float: left;
	background-color: #826738;
}
#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 114px;
	background-color: #826738;
	border-bottom: 2px solid #000;
}

#navcontainer a:link, #navlist a:visited
{
color: #FFF;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #F9E8BC;
color: #000;
}
#navcontainer #current {
	color: #000000;
	background-color: #FBE5BC;
}

/* Forms

================================================*/

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

legend {
 	display: none;
}

form label {
	display: block;
	width: 550px;
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
}

form input {
	display: block;
	margin-top: 3px;
}


form label.field-email
{
	float: left;
	margin: 0px 10px 0px 0px;
	width: 250px;
}

form label.field-email input {
	float: left;
	width: 250px;
	padding: 0px;
}
.buttonSubmit, .buttonSubmitHovered {
	width:64px;
	height:22px;
	padding:2px 5px;
	cursor:pointer;
	border:none;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

.buttonSubmitHovered {
	background-position:left top;
}
