@charset "UTF-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	background-image:url(images/background.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top:20px;
	padding-bottom:20px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
a {
text-decoration:none;
color:#9e2420;
}
a:hover {
text-decoration:underline;
}
img {
border:none;
}
hr{
border-bottom-style:solid;
border-bottom-width:1px;
border-color:#E5E5E5;
width:95%;
}

.oneColFixCtrHdr #container {
	width: 753px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #7c1b18;
	padding:20px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtrHdr #header {
	background-image:url(images/masthead.jpg);
	background-repeat:no-repeat;
	height:313px;
	background-color:#9e2420;
}
*+html .oneColFixCtrHdr #header {  /** IE 7 Only **/
	height:328px;
}
.oneColFixCtrHdr #menu {
	font-size:13px;
	font-weight:500;
	height:150px;
	padding-top/**/:15px;
	_padding-top:27px;		/** IE 6 Only **/
	_height:138px;
	padding-left/**/:130px;
	_padding-left:131px; 	/** IE 6 Only **/
}
*+html .oneColFixCtrHdr #menu {  /** IE 7 Only **/
	padding-top:29px;
	height:138px;
}
.oneColFixCtrHdr #menu ul {

}
.oneColFixCtrHdr #menu li {
	list-style:none;
	display:inline;
	
}
.oneColFixCtrHdr #menu a {
	text-decoration:none;
	color:#000000;
	
}
.oneColFixCtrHdr #menu a:hover {
	text-decoration:none;
	color:#7c1b18;
	
}
.oneColFixCtrHdr #headerbox {
	/*  old code background-image:url(images/headerback2.gif);
	padding-left:20px;                             
	background-position:100% 0%;
	background-repeat:no-repeat;
	
	height:163px; */
	background-image:url(images/titleback.jpg);
	background-repeat:no-repeat;
	height:163px;
	padding-left:20px;
	background-color:#797979;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the ;margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 25px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(images/contentbg2.jpg);
	background-repeat:repeat-x;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/bottomcorners.jpg);
	background-repeat:no-repeat;
	background-color: #7c1b18;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #content {
	padding-left:10px;
}
label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}
