/* CSS Document */

body {
	margin: auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #000;
	background-image: url(../images/topbackground.jpg);
	background-color: #84a065;
	background-position:top center;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a:link {
	color: #670001;
	text-decoration: none;
}
a:visited {
	color: #670001;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #670001
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	width: 795px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../images/maintile.gif);
	background-position: top center;
	background-repeat: repeat-y;
	margin:auto;
	margin-top: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	color: #333333;
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 128px;
	background-image: url(../images/headerbackground.gif);
	background-position: top left;
	background-color: #fff;
	background-repeat: no-repeat;
}

.oneColFixCtrHdr #menu_container {
	height: 25px;
	background-image: url(../images/navigationbg.gif);
	background-position: top center;
}

.oneColFixCtrHdr #header h1 {
	margin: 0px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #maincontent {
	width: 788px;
	background-image: url(../images/contenttile.gif);
	background-position: top;
	background-color: #e0e9ee;
	background-repeat: repeat-x;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left: 3px solid #e0d9ce;
	border-right: 3px solid #e0d9ce;
	min-height: 800px;
	height: 100%;
}
.oneColFixCtrHdr #maincontent h1 {
	font-size: 24px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #670001;
}
.oneColFixCtrHdr #maincontent h2 {
	font-size: 16px;
	text-indent: 10px;
	font-weight: bold;
}
.oneColFixCtrHdr #maincontent p {
	font-size: 12px;
	color: #0065a4;
	padding: 0px;
	line-height: 14px;
}

.oneColFixCtrHdr #innercontent {
	margin-top: 10px;
	margin-left: 210px;
	margin-right: 10px;
	text-align: left;
	background-color: e0e9ee;
	}

		div#lefttop {
	float: left;
	width: 160px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: left;
		}
		div#left {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	width: 180px;
	border: 3px solid #e0d9ce;
	min-height: 540px;
	text-align: center;
		}
		div#left-in {
		clear: both;
				}
		div#leftbottom {
	float: left;
	width: 160px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: left bottom;
		}

.oneColFixCtrHdr #footer {
	background-position: top center;
	background-image:url(../images/footer.gif);
	clear: both;
	height: 24px;
	padding: 0px;
	margin: opx
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #e0d9ce;
	border-left: 3px solid #e0d9ce;
	border-right: 3px solid #e0d9ce;
	border-bottom: 3px solid #e0d9ce;
	border-top: 0px;
}


.floatleft {
	float: left;
	}
.floatright {
	float: right;
	}
#flagfloatus {
	margin-right: 5px;
	float: right;
	}
#flagfloatmexico {
	margin-right: 24px;
	float: right;
	}

label{
float: left;
width: 250px;
font-size: 16px;
font-weight: bold;
}

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

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

.boxes{
width: 1em;

}

#submitbutton{
color: #e0e9ee;
font-weight: bold;
background-color:#84a065;
margin-left: 250px;
margin-top: 5px;
width: 90px;
}




</style>
