@charset "utf-8";
* {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
body {
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.main_color { background-color: #1f1790; }
.sub_color1 { background-color: #D6D0C5 }
#content_text {
	padding-right: 20px;
	text-align: justify;
}
.sub_content {
	background-image: url(/images/sub_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.sub_header {
	background-image: url(/images/sub_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
}

#menu{
	background-color: #F7F8F8;
	padding-right: 20px;
	padding-left: 20px;
}

#content {
	padding-top: 20px;
	padding-bottom: 20px;
}

a{
	color:#000080;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

#menu a{
	color:#000000;
	text-decoration:none;
}
#menu a:hover{
	color:#666666;
}

h1{
	color:#000080;
	font-size:22px;
	font-weight:normal;
}
h2{
	color:#000000;
	font-size:16px;
}
.error{
    color:#D30133;
}
.menu_text{
  color:#000000;
  font-weight: bold;
  font-size: 14px;
}

.menu_text_hover{
  font-size: 14px;
  text-decoration:underline;
  font-weight: bold;
  color:#000000;
}

.menu_sub_table{
  font-family: Georgia, "Times New Roman", Times, serif;
}

.menu_sub_table td{
  font-family: Georgia, "Times New Roman", Times, serif;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  border-left: #fff 1px solid;
}

.menu_sub_text{
  background-color: #F7F8F8;
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 14px;
  color: #000000;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 5px;
}
.menu_sub_text_hover{
  background-color: #F7F8F8;
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 5px;
}
.pager, .pager a {
  font-size: 13px;
}
.input300{
	color: #000;
    width: 300px;
}
.input300gray{
	color: #aaa;
	font-style:italic;
    width: 300px;
}

.input285{
    width: 285px;
}



.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}