@charset "utf-8";


body,td,th {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#main {background-color: #FFFFFF;height: 100%;width: 900px; padding:10px;}
.search {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.search_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:14px;
	font-weight: normal;
	color: #380303;
	width: 120px;
	border: #F56D6D;
}
.border_btm {
	border-bottom: 1px solid #5FB9D1;border-collapse:collapse;
}
.border_lt_rt {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5FB9D1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5FB9D1;
}
.headings_h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a{color:#2163B1; text-decoration:none;}
a:hover{color:#CB0C0C;}.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #047CB1;
}

/* image rotator */


/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:154px;
	width:154px;
	float: right;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	left: 0px;
	top: 0px;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500
}
