/* CSS Document */
body{
	padding:0; margin:0 0 0px 0; background-color:#FFF; color: #06F; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}
ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	}
/*---------------main body------------*/
#wrapper {
	position: relative; width:800px; height: 637px; margin:auto; top: 50px; background-color: #FFF;
	} 
#pagecontainer{
	position: relative; width:800px; height:670px; margin:auto; font-size:0; top: 50px; background-color:#FFF; border-color:#969; border-style:solid; border-width:thin
	} 
/*---------------------------left side--------------*/
#leftpan{
	width:535px; height: 590px; float:left
	}
#leftpanleft{
	width:320px; height: 590px; float:left
	}
#leftpanlefttop{
	width:320px; height: 337px; 
	}
#leftpanleftbottom{
	width: 210px;
	height: 252px;
	margin: 0px 0px 0px 96px;
	}
	#leftpanleftbottom h2{
		color: #000;
		font: 14px  Arial, Helvetica, sans-serif;
		font-weight:200;
		line-height:16px;
		text-align: left;
		}
		
	/*---------------------------middle--------------*/
#leftpanright{
	width:215px; height: 590px; float:right
	}
#leftpanrighttop{
	width:215px; height: 400px;
	}
#leftpanrightbottom{
	width:215px; height: 190px;
	}
	#leftpanrightbottom h2{
	color: #000;
		font: 14px  Arial, Helvetica, sans-serif;
		font-weight:200;
		line-height:16px;
		text-align: left;
}

	/*---------------------------right--------------*/
#rightpan{
	width:265px; height: 590px;  float:right
	}
#rightpantop{
	width:253px; height: 80px;  background-color: #FFF; margin: 250px 0 0 12px
	}
#rightpanbottom{
	width:235px; height: 160px; background-color: #FFF; padding-top:5px; padding-left:10px
	}
	#rightpanbottom h2{
	color: #000;
		font: 14px  Arial, Helvetica, sans-serif;
		font-weight:200;
		line-height:16px;
		text-align: left;
	}
#floaterright{
	position: absolute;
	margin: auto;
	top: 154px;
	width:265px;
	height: 40px;
	background-color: #969;
	left: 535px;
	z-index:7
	}
	#floaterright h2{
	color: #000;
	font:28px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:215px;
	font-weight:normal;
	margin: 0px 0 0 12px;
	line-height: 40px
	}
#floaterleft{
	position: absolute;
	margin: auto;
	top: 229px;
	width: 414px;
	height: 90px;
	left: 32px;
	z-index: 5;
	}
	/*---------------------------footer--------------*/
#bottompan{
	clear: both;
	width:800px;
	height: 65px;
	font-size:11px; background-color:  #969; padding-top:5px;
	}
	#bottompan h2{
		color: #000;
		font:18px  Arial, Helvetica, sans-serif;
		font-weight:normal;
		margin: 14px 0 0 20px; text-align:center
	}		
#usefullinks {
	margin: 0 0 0 30px;
	height: 220px;
	width: 246px;
	}
#usefullinks ul{
	margin:12px 0 0 0;
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#usefullinks ul li{
	list-style-type:none;
}
#usefullinks ul li a{
	display:block;
	width:210px;
	font:normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #969;
	text-decoration:none;
	border-bottom-color: #969;
	border-bottom-width:thin;
	border-bottom-style:dotted;
	line-height: 24px;
	height:24px;
}
#usefullinks ul li a:hover{
	color: #999;
}
h4 { font-family: Arial, Helvetica, sans-serif;
	font-size:16px; color:#000; text-align:center}
	h2 { font-family: Arial, Helvetica, sans-serif;
	font-size:14px; color: #000; text-align:center}

	hr { line-height:0em }
.bold {
	font-weight: bold;
	font-style: italic;
}
