@charset "utf-8";


/* CSS Document */

/* background, color, font_family, font_size are repeatedc in the bodyContent style in the style_content.css */
body {
	background: #996600;
	margin: 0; /*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: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.oneColFixCtrHdr #container {
	width: 800px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 0;
	margin-left: auto;
}

.oneColFixCtrHdr #header {
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr  #header  img  {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #header h1 {
	font-size: 48px;
	margin-left: 250px;
	text-align: left;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	padding-top: 60px;
}
.oneColFixCtrHdr  #header  h2  {
	font-size: 36px;
	text-align: left;
	text-indent: 20px;
	margin-bottom: 30px;
}
.nav {
	padding-left: 10px;
	float: left;
	clear: left;
}

.oneColFixCtrHdr #footer {
	clear: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: small;
}
#vv {
	float: left;
	width: 50px;
	position: relative;
	top: -10px;
}

.email_confirm {
	text-align: left;
}


/* #mainContent is optional here as this should really be dictated by the content css */
#mainContent    {
	width: 802px;
}

