@charset "UTF-8";
body {
	background: #666666;
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 810px;
}
.oneColFixCtrHdr #header {
	background-image: url(pat1.png);
	background-repeat: repeat;
	padding: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7a83a3;
	border-left-color: #7a83a3;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 40px;
	font-family: Meta-Normal, Meta-Bold, Verdana;
	color: #3b2c17;
	padding-right: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7a83a3;
	font-size: 12px;
}
.italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	line-height: normal;
}
.digits {
	font-family: Verdana;
	text-transform: uppercase;
	font-size: 10px;
}
.oneColFixCtrHdr #container #header #mainContent h4 {
	font-family: Meta-Normal, Meta-Bold, Verdana;
	font-weight: bold;
	color: #6c7699;
}
.oneColFixCtrHdr #container #header #mainContent h5 {
	font-weight: bold;
	text-transform: uppercase;
	color: #362c17;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6c7699;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container #header #mainContent p {
	line-height: 14px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6c7699;
	border-bottom-color: #6c7699;
	border-left-color: #6c7699;
}
.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 */
}
.oneColFixCtrHdr #container #header #mainContent #email {
	text-align: right;
	width: 170px;
	float: right;
	height: 30px;
	bottom: 300px;
}
.oneColFixCtrHdr #container #header #mainContent #login {
}
.style1 {
	color: #362c17;
	font-family: Meta-Normal, Meta-Bold, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	border-bottom-width: 1px;
}
.imageborder {
	border: 1px solid #6c7699;
}
.oneColFixCtrHdr #container #header #mainContent #main {
}

