@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #f6f6f6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-bottom:10px;
}
.header {
	background-image: url(../images/bg_header.png);
	height: 211px;
}
.header2 {
	width: 882px;
	margin-right: auto;
	margin-left: auto;
	height: 196px;
	background-image: url(../images/mainhdr.jpg);
	position: relative;
	position: relative;
	z-index: 1;
}
.content {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	min-height: 350px;
	padding-right: 24px;
	padding-left: 24px;
	background-image: url(../images/shadow_mid.png);
	background-repeat: repeat-y;
	margin-top: -15px;
	padding-top: 20px;
	position: relative;
	z-index: 2;
	padding-bottom: 10px;
}
.content img {
	border: 3px double #999999;	
}
.foo {
	background-image: url(../images/bg_footer.png);
	height: 15px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
.footertext {
	text-align: center;
	font-size: 12px;
	color: #666666;
}



.nav {
	background-image: url(../images/bg_nav.gif);
	background-color: #FAFAFA;
	height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bf0000;
	border-right-color: #bf0000;
	border-bottom-color: #d3d3d3;
	border-left-color: #bf0000;
	position: absolute;
	top: 164px;
	left:0px;
	width: 100%;
}
p {
	margin:0;
	padding:0
}
.text1 {
	font-size: 18px;
	font-weight: bold;
	color: #014b73;
}
li {
	padding-bottom: 5px;
}
.red {
	color: #CC0000;
}
#home_left {
	width: 580px;
	float:left;
	height: 540px;
	overflow:auto;
}
#home_right {
	width: 280px;
	float:left;
	text-align:right;
	position:relative;
	height: 540px;
	overflow:auto;
}
#home_right img {
	margin-bottom:10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
