.div_position{
	text-align: center;
	vertical-align: middle;
/*	position:relative;top:5%;*/
}

.TL_corner {
	background-image: url('lt_corner.gif');
	width: 10px;
	height: 11px;
}
.TR_corner {
	background-image: url('rt_corner.gif');
	width: 10px;
	height: 11px;
}
.BL_corner {
	background-image: url('lb_corner.gif');
	width: 10px;
	height: 11px;
}
.BR_corner {
	background-image: url('rb_corner.gif');
	width: 10px;
	height: 11px;
}

.main_left{
	border-left: 1px solid #CACACA;
	background-color: #ffffff;
}

.main_right{
	border-right: 1px solid #CACACA;
	background-color: #ffffff;
}

.main_top{
	border-top: 1px solid #CACACA;
	background-color: #ffffff;
}

.main_bottom{
	border-bottom: 1px solid #CACACA;
	background-color: #ffffff;
}

.main_body{
	background-color: #ffffff;
/*	width: 632px;*/
	height: 480px;
	vertical-align:top;
}
body {
/*	background-color: #E9E9E9;*/
	background-color: #ffffff;
	font-family: Arial;
	font-size:9pt;
	margin:0;
}

.main_table {
	margin: auto;
	border-spacing: 0px;
	border: 0;
    border-collapse: collapse;
	width:100%;
}

.header_table_left{
	background-color:#8FB8EB;
	height:63px;
	border-left:1px solid #CACACA;
}
.header_table_right{
	background-color:#8FB8EB;
	height:63px;
	border-right:1px solid #CACACA;
}
.header_options_right{
	background-color:#FFF4C0;
	border-right:1px solid #CACACA;
}
.header_options_left{
	background-color:#FFF4C0;
	border-left:1px solid #CACACA;
}

.search_left{
	background-image: url('search_bg.gif');
	width:411px;
	height:154px;
}

.search_right{
	background-image: url('search_pictures.jpg');
	width:207px;
	height:154px;
}

.contact_info {
	font-family:Arial;
	font-size:9pt;
}

a.headers:link, a.headers:visited{
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:#00539F;
	text-decoration: none;
}
a.headers:hover{
	text-decoration: underline;
}

a.search:link, a.search:visited{
	font-family:Arial;
	font-size:9pt;
	color:#00539F;
	text-decoration: none;
}

a.readmore:link, a.readmore:visited{
	font-family:Arial;
	font-size:9pt;
	color:#00539F;
	text-decoration: none;
	border-bottom:1px dashed #00539F;
}

a.search:hover{
	text-decoration: underline;
}

