body {
	background-color: #EFF7FF;
	color: black;
	margin: 0px;
	text-align: center;
}

#content {
	background-color: white;
	color: black;
	width: 948px;
	margin: 0 auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	background: url('../images/content.gif') repeat-y;
	padding-left: 16px;
	padding-right: 16px;
	overflow: hidden;
}


#header {
	background: url('../images/header.png') no-repeat center;
	width: 916px;
	height: 148px;
	clear: both;
	overflow: hidden;	
}

#leftcontent {
	float: left;
	clear: left;
	width: 161px;
	_width: 163px;
	background:  #ddeff3;
	_height: 100%;
	border-right: 1px solid  #bee2f0;
	border-left: 1px solid #FFFFFF;
}

#centercontent {
	float: left;
	background: #eff9fb;	
	width: 520px;	
	_height: 100%;
}


#rightcontent {
	float:left;
	width:230px;
	_width:231px;
	background: #ddeff3;
	_height: 100%;
	border-left: 1px solid  #bee2f0;
	border-right: 1px solid #FFFFFF;
}

a {
	color:  #749b04;
	text-decoration: none;
	
}

a:hover {
	text-decoration: underline;	
}

