@charset "utf-8";
/* CSS Document */
html, body
{
	height:100%;
	min-height:100%;
	vertical-align:top;
}
body
{ 
	padding:0px;
	margin:0px;
	vertical-align:top;
	background-image: url('./images/bg.jpg');
	background-repeat:repeat-x;
	background-color:#C0D6E8;
}
hr
{
	height:1px;
	background-color:#6F8DA9;
	border-bottom:1px solid #6F8DA9;
}
.textbox
{
	line-height:9pt;
	height:9pt;
	width:250px;
	font-size:8pt;
}
.textarea
{
	line-height:9pt;
	width:250px;
	font-size:9pt;
}
h1
{
	font-size:12pt;
	color:#1D4978;
	padding:0;
	margin:0;
}
h2
{
	font-size:11pt;
	padding:0;
	margin:0;
	color:#6A99B7;
}
a
{
	color:#003399;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
p
{
	padding:0;
	margin:0;
}
img
{
	border:0px;
}
.right
{
	float:right;
}
.left
{
	float:left;
}
#header
{
	height:78px;
	border-left:1px solid #4170A0;
	border-right:1px solid #4170A0;
	
}
#main_tbl
{
	width:815px;
}
#menu_td
{
	height:40px;
	background:url(./images/menuBg.jpg) repeat-x;
	padding-left:5px;
	padding-right:5px;
	color:#FFFFFF;
	font-weight:bold;
}
#menu_td a
{
	text-decoration:none;
	color:#FFFFFF;
}
#menu_td a:hover
{
	text-decoration:underline;
}
#content_td
{
	background-color:#FFFFFF;
	/*height:420px;*/
}
#search_div
{
	background:url(./images/searchBg.jpg) repeat-x;
	padding:5px;
}
#content_div
{
	/*overflow:auto;
	height:390px;*/
	padding:15px;
}
#list_div
{
	overflow:auto;
	height:300px;
	background-color:#EBF3FD;
	border:1px solid #666666;
}
.list_item
{
	padding:2px;
}
.selected_item
{
	padding:2px;
	background-color:#6F8DA9;
}
#search_td
{
	width:300px;
	font-size:9pt;
	line-height:10pt;
}
#search_td table td
{
	height:9pt;
	line-height:10pt;
}
#adv_search_link
{
	text-align:right;
	width:250px;
}
form
{ 
	padding:0px; margin:0px; 
}
#sep
{
	height:3px;
	line-height:3px;
}
#footer
{
	border-top:1px solid #89A9c6;
	text-align:center;
	padding:5px;
}
.copyright
{
	font:8pt Verdana, Arial, Helvetica, sans-serif;
}
