body {
	background:	#fff url('../image/bg.jpg') 0 0 repeat-x;
	margin:		0px;
	padding:	0px;
	font-family:	Arial,"Verdana","Tahoma","Arial",sans-serif;
	font-size:		10px;
	color:		#fff;
}
div#mainWrapper{
	width:		900px;
	margin:		0px auto;
	font-size:	1.2em;
}
div.logo{
	background:	#fff url('../image/logo.jpg') 0 0 no-repeat;
	height:		55px;
	width:		167px;
	float:		left;
	margin-left:	44px;
	margin-top:	-73px;
}

div#topArea{
	height:		324px;
	width:		100%;
	margin-top:	87px;
}
div#topArea div.leftBox{
	background:	transparent url('../image/leftBoxBG.jpg') center 0 no-repeat;
}

div.leftBox{
	width:		342px;
	height:		100%;
	float:		left;
	margin-left:	-25px;
	padding-left:	70px;
}
div.leftBox h1{
	font-size:	350%;
	font-weight:550;
	letter-spacing:-2px;
	margin:	0px;
	padding:	0px;
	margin-top:30px;
	margin-bottom:5px;
}
div.leftBox ul{
	list-style:	none;
	padding:0px;
	margin:0px;
	font-size:1.15em;
	margin-bottom:15px;
}
div.leftBox ul li{
	padding:	4px;
	width:		280px;
}
div.leftBox ul li.col{
	background:	#20902c;
}

div.rightBox{
	width:		448px;
	height:		100%;
	float:		right;
	padding-right:	42px;
}

div#bottomArea div.leftBox{
	color:		#555;
	padding-right:35px;
	width:		307px;
	margin-top: 30px;
	margin-left:-30px;
	line-height:	130%;
	height:		184px;
}

div#bottomArea h3,div#bottomArea h2{
	font-weight:	bold;
	text-decoration:	none;
	margin:			4px 0px;
}

h2{
	font-size:150%;
}
h3{
	font-size:110%;
}
div#bottomArea em,div#bottomArea a{
	font-style:normal;
	color:	#1AA242;
}
div#bottomArea a:hover{
	color:	#3e6baf;
}

div#bottomArea div.rightBox{
	background: #3e6baf url('../image/rightBoxBG.jpg') center 0 no-repeat;
	width:		377px;
	padding:	30px 35px;
	padding-bottom:	11px;
	margin-right:	43px;
	line-height:	1.3em;
	color:		#eee;
	font-size:	1.1em;
	height:		201px;
}

div#footArea{
	color:			#aaa;
	font-size:		90%;
	line-height:	1.5em;
	padding-left:	40px;
	padding-top:	254px;
}
div#topArea div.rightBox iframe{
	border:			none;
	background:		#26a03a;
	width:			100%;
	height:			325px;
}
div.theLine{
	width:			1px;
	height:			324px;
	background:		#26a03a;
	position:		relative;
	z-index:		9000;
	top:			-325px;
	left:			447px;
}

a img{
	border:			0px;
}