@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
#menu1 {
	position:absolute;
	width:606px;
	height:26px;
	z-index:1;
	left: 164px;
	top: 94px;
	text-align: right;
	
}
.oneColFixCtrHdr #container {
	width: 777px;
	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. */
	background-color: #FFFFFF;
	
}
.oneColFixCtrHdr #header {
	position:relative;
	height: 124px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #FFFFFF;
	background-image: url(images/home_01.jpg);
}
.oneColFixCtrHdr #headerb {
	position:relative;
	height: 124px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #FFFFFF;
	background-image: url(images/home_01b.jpg);
}

.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: 0 20px;
	background-color: #FFFFFF;
	background-image: url(images/home_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	height: 229px;
	width:737px;
}
.oneColFixCtrHdr #mainContentb {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	height: 229px;
	width:777px;
	padding-top: 0;
	padding-bottom: 0;
	overflow: visible;
}

.oneColFixCtrHdr #mainContent2 {
	background-color: #FFFFFF;
	background-image: url(images/home_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	width:775px;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
	padding-top: 5px;
	border-bottom-style: none;
}

.oneColFixCtrHdr #footer {
	padding: 0 1px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	
}
.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 */
}

.maintext {
	font-size: 70%;
	color: #666666;
	padding-right: 1px;
	padding-left: 15px;

}

.maintext2 {
	font-size: 70%;
	color: #333333;
}

.maintext3 {
	font-size: 70%;
	color: #333333;
	padding-top:10px;
	padding-left:5px;
}



.red1 {
	font-size: 80%;
	color: #993300;
	padding-right: 1px;
	padding-left: 1px;
}

.red2{
	font-size: 70%;
	color: #993300;
}

.red3{
	font-size: 95%;
	color: #993300;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1dbec;
	padding-top:6px;
}
.red4 {
	font-size: 70%;
	color: #993300;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
}

.box1{
	background: #EBEFF6;
	width:138px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #d1dbec;
	border-right-color: #D1DBEC;
	border-left-color: #D1DBEC;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
}

.footertext {
	font-size: 55%;
	color: #999999;
	line-height: 40px;
}
