body
{
	margin:0;
	padding:0;
	
	background-image:url('/images/site/bg.jpg');
	background-position:top;
	background-repeat:repeat-x;
	
	background-color:white;
	
	text-align:center;
	
	font-family:"Helvetica","Verdana",Sans;
	font-size:12px;
	line-height:1.8em;
	color:#3A3A3A;
}

.page_container
{
	margin:0 auto;
	width:855;
	text-align:justify;
}

.header_container
{
	width:850px;
	height:142px;
	background-image:url('/images/site/header.jpg');
}

.link_container
{
	width:850px;
	height:49px;
	background-image:url('/images/site/links_bg.jpg');
}

.link_container a
{
	font-size:12px;
	font-weight:bold;
	float:left;
	color:#CAE5FF;
	text-decoration:none;
	padding:12px 45px;
	max-height:49px;
}

.link_container a:hover
{
	color:white;
}

.head_links
{
	float:right;
	margin:0 auto; 
	padding-top:50px; 
	color:#00314C; 
	font-weight:bold;
}

.head_links a
{
	font-size:12px;
	font-weight:bold;
	color:#007099;
	text-decoration:none;
	margin:0 25px;
}

.head_links a:hover
{
	color:#00B3E5;
}

.banner
{
	width:850px;
}

.main_container
{
	width:855px;
	min-height:100px;
}

.column
{
	float:left;
	padding:15px;
	text-align:left;
}

.anchor
{
	float:left;
	clear:both;
}