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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Tahoma;
	font-size:13px;
	}
	
#topspread {
	background-image:url(images/home_topBg.jpg);
	background-repeat:repeat-x;
	height:159px;
	}
	
#topspreadWhite {
	background-image:url(images/home_topBgw.jpg);
	background-repeat:repeat-x;
	height:139px;
	overflow:hidden;
	}
	
#mainspread {
	background-color:#f7f2d1;
	}
	
#mainspreadWhite {
	}

#topinner {
	width:980px;
	margin:0px auto;
	height:159px;
	}

#mainbody {
	width:980px;
	margin:0px auto;
}

#bodyText {
	text-align:left;
	margin-left:35px;
	margin-right:35px;
	clear:both;
}

.headerText {
	color:#ff0000;
	font-size:18px;
	font-weight:bold;
}
.headerTextGreen {
	color:#007800;
	font-size:18px;
	font-weight:bold;
}
.imageRight {
	float:right;
	padding-left:15px;
	padding-bottom:20px;
	}