body {
	text-align		: center;
	margin			: 0px auto;
	background		: #ffffff;
	width			: 790px;
	font-family		:Verdana, Arial, Helvetica, sans-serif;
}
.topline{
	font-size: xx-small;
	margin-top: 0px;
	background-color:#5A9CC6;
	float:right;
	width:300px;
}
.access {
	width			: 100%;
}
.banner{
	background-image	:url(imgs/top_banner.gif) ;
	text-align			:right;
	font-size			:large;
	color				:#153d59;
	height				:88px;
}
.menu_text{
	float:left;
	width:180px;
	text-decoration: none;
}
.menu_text a{
	text-decoration: none;
	color				:#153d59;
}
.menu_text ul{
	padding-top			:50px;
	color				:#153d59;
	font-size			:small;
	text-align			:left;
	list-style			:none;
	font-weight			:bold;
	text-decoration: none;
}
.menu_text  li{
	background-image	:url(imgs/menu_line.gif);
	height				:20px;
	background-repeat: no-repeat;
	text-decoration: none;
}
.main_image{
	background-image	:url(imgs/main_image.jpg);
	width:453px;
	height:205px;
	float:right;
}
.main_image_text{
	padding-top:20px;
	text-align:left;
	
}
.main_image h1{
	font-size	:large;
	color		:#153d59;
}
.main_image h2{
	font-size	:medium;
	color		:#5B9AC5;
}
.column_left{
	float:left;
	width:400px;
	text-align:left;
	padding-left:50px;
}
.column_left h1{
	color:#153D59;
	font-size:large;
	font-weight:bold;
}
.column_left p{
	color:#153D59;
	font-size:small;
	font-weight:normal;
	margin-left:15px;
}
.column_left ul{
	color:#153D59;
	font-size:small;
	font-weight:normal;
}

.column_right{
	float:right;
	text-align:left;
	padding-left:50px;
}
.column_right_box{
	width:220px;
	background-color:#B7D9F1;
	margin-right:50px;
	margin-top:10px;
	vertical-align: top;
}
.column_right_box h1{
	background-color:#153D59;
	color:#ffffff;
	font-size:small;
	font-weight:bold;
}
.column_right_box p{
	color:#153D59;
	font-size:x-small;
	font-weight:normal;
	margin-top:-15px;
	padding:5px;
}

.footer{
	width:790px;
	background-color:#153D59;
	color: #ffffff;
	font-size: xx-small;
	clear:both;
	text-align:left;
}
.footer a{
	color: #ffffff;
}
