body 
{
	/*background-image:url(../images/bg_tile.jpg);*/
	background-repeat:repeat-x;
	/*	background-color:#185eb3;*/
	background-color:#fff;
}

.container {
	position: relative;
	top:0px;
	/*center*/
	
	/*left : 50%;*/
	margin-left: auto;
	margin-right: auto;
	width:1024px;
	/*margin-left: -512px;*/
	
	
	/* Left*/
	/*
	left : 0%;
	margin-left: 0px;	
	*/
	height:auto;
}

.sub_container
{
	background-color:#FFF;
	padding-bottom:10px;
}

.header_container{
	height:auto;
}
.header_top {
	background:url(../graphics/hp_images/main_header.jpg);
	height:140px;	
}
.header_home_logo{
	float:left;
	width:270px;
	height:140px;
	cursor:pointer;
	background:url(../graphics/hp_images/main_header.jpg);
}
.header_mid{
	background:url(../graphics/hp_images/address_bar.gif);
	height:36px;
}
.search_form{
	position:relative;
	top:-31px;
	margin-left: 780px;
	width:200px;
}
.content_container{
	position:relative;
	top:-20px;
	height:243px;
}
.left_content{
	float:left;
	width:499px;
	height:243px;
	background:url(../graphics/hp_images/main-image.jpg);
}
.right_content{
	position:relative;
	left:10px;
	width:514px;
	height:233px;
	overflow-y:auto;
	overflow-x:hidden;
	background:url(../graphics/hp_images/bg_gradient.gif);
	background-repeat:no-repeat;
}
.right_content_wrapper{
	position:relative;
	padding-top:10px;
	padding-left:0px
}
.floatright
{
	float: left;
	width: 100px;
	margin: 0 25px 0 10px;
	padding:10px;
}
.news_txt { margin-top: 10; }
.right_content_title{
	font-weight:bold;
	text-align:center;
	padding-bottom:5px;
	color:#039;
	text-decoration:underline;
}
.right_content_news_image_and_text_area{
	float:left;
	width:100%;
	margin: 0 0 10px 10px;
}
.sub_content_container{
	position:relative;
	margin-top:-20px;
	height:325px;
	width:auto;
}
.sub_content_left{
	width:759px;
	height:325px;	
}
.sub_content_left_top{
	position:relative;
	margin-top:-19px;
	float:left;
	width:759px;
	height:30px;
}
.Categories_wrapper{
	position:relative;
	float:left;
	background-image:url(../graphics/hp_images/LIGHTnDARK.gif);
	background-repeat:repeat-x;
	height:296px;
	width:758px;
	border-left:thin solid #508ec8;
	border-bottom:thin solid #508ec8;
	z-index:1;
}
.Categories{
	float:left;
	width:187px;
	height:295px;
	overflow-y:auto;
	overflow-x:hidden;
	font-weight:500;
	color:#039;
	z-index:2;
}
.Categories li{
	margin-left: -15px;
}
.Categories a {
	text-decoration:none;
}
.Categories a:hover {
	text-decoration:none;
	color:black;
}
.sub_right_content_wrapper{
	position:relative;
	margin-left:770px;
	width:250px;
	height:325px;
}
.sub_right_content_calendar{
	position:relative;
	width:250px;
	height:190px;
}
.sub_right_content_icons{
	padding-top:10px;
}
.footer{
	position:relative;
	margin-top:10px;
	border-top:5px solid #508ec8;
	text-align:center;
}
.footer img{
	padding-top:10px;
}
