@charset "utf-8";

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	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: #333333;
	background-color: #8a9e9a; /*e7f9f6*/
}
.oneColFixCtrHdr #mailContainer {
background:url(../images/shadow.png) repeat-x #e7f9f6;
	/*background:url(../images/bg1.jpg) top repeat-x #e7f9f6;*/
		margin-top: 0px;
}

.oneColFixCtrHdr #container {
	width: 826px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;  /*  the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background:url(images/bg1.jpg) top repeat-x;*/
}
.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: 175px; /*  97 + 43 */
	background-color: #8a9e9a;
	width: 100%;
}
.oneColFixCtrHdr #headerblank {
	height: 0px;
	background-color: #8a9e9a;
}


.oneColFixCtrHdr #headershadow {
	background:url(../images/shadow.png) repeat-x;
	height: 6px;
	margin: 0px;
	margin-top: 1px;
}

.oneColFixCtrHdr .logo {
	padding-top: 10px;
	padding-bottom: 10px;
}

.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: 10px 0;  using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #eeeeee;*/
	/*border: 1px solid #ff0000;*/
	/*height: 300px;*/
}

.oneColFixCtrHdr #mainContent a:link, a:active, a:visited  {
	color: #404b48;
	font-weight: bold;	
}

.oneColFixCtrHdr #mainContent a:hover {
	color: #e7f9f6;
	background-color: #404b48;
}

.oneColFixCtrHdr #footer {
	margin: 0px auto;
	padding-top: 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/bg2.jpg) repeat-x top #8a9e9a;
	height: 33x;
	font-size: 10px;
	color: #404b48;
}
.oneColFixCtrHdr #footer p {
	margin-top: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding-bottom: 8px;  padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
.oneColFixCtrHdr #footer a:link, a:active {
	color: #404b48;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:visited {
	color: #404b48;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover{
	color: white;
}


.oneColFixCtrHdr .sitemap a:link, a:active {
	color: #404b48;
	text-decoration: none;
}
.oneColFixCtrHdr .sitemap a:visited {
	color: #404b48;
	text-decoration: none;
}
.oneColFixCtrHdr .sitemap a:hover{
	color: #FFFFFF;
	background-color: #404b48;
}


.box01{
	width: 560px;
	height: 268px;
}

.imgbox3{
	float: right;
}
.imgbox1{
	float: left;
	padding-right: 7px;
}
.imgbox2{
	padding-left: 7px;
}

.textdata{font-family:Geneva,Arial, Helvetica, sans-serif;font-size: 10px;font-style:none; color: #666666; }
