body {
	background-color:#04111a;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	border:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	font-size:18px;
	font-weight:bold;
	color:#005EAF;
}

h2 {
	font-size:16px;
	font-weight:bold;
	margin-top:30px;
	color:#005EAF;
}

a {
	color:#385190;
}

#container {
	width:763px;
	margin-left:auto;
	margin-right:auto;
}

#menu {
	background-color:#385190;
	color:#FFFFFF;
	padding:4px;
}

#menu a {
	color:#FFFFFF;
	text-decoration:none;
	margin-left:25px;
	font-size:11px;
}

#menu a:hover {
	text-decoration:underline;
}

#body {
	background-color:#FFFFFF;
	padding:25px;
}

#foot {
	background-color:#385190;
	color:#FFFFFF;
	padding:4px;
	padding-left:25px;
	padding-right:25px;
	font-size:10px;
}

#foot a {
	color:#FFFFFF;
	text-decoration:none;
	
}

#foot a:hover {
	text-decoration:underline;
}


#col1 {
	float:left;
	width:350px;
	margin-left:30px;
}

#find {
	background-color:#e2dccf;
	border:2px solid #cec9ac;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
}

#find_icon {
	float:left;
	border:2px solid #cec9ac;
	background-color:#FFFFFF;
	background-image:url(../images/search.gif);
	width:25px;
	height:23px;
	margin-left:30px;
}

#find_title {
	
	background-color:#FFFFFF;
	font-size:12px;
	margin-bottom:4px;
	width:250px;
	padding:3px;
	border:2px solid #cec9ac;
}
#find input {
	border:2px solid #cec9ac;
	font-size:12px;
	width:163px;
	padding:2px;
	
}

#find .search {
	background-color:#a9a18f;
	padding:1px;
	width:70px;
	
}



























.formrow {
	width: 500px; 
	}

.formlabel {
	width: 200px; 
	float: left;
	}

.formlabel2 {
	width: 450px; 
	float: left;
	}
	
.formelement {
	width: 300px;
	float: left;
	}
.formBox {
	background-color: #E6F4FF;
	border: 1px solid #0066B3;
	margin: 2px;
	}
.mainform {
	margin-top: 30px;
	font-family: arial;
	font-size: small;
	}
.formtitle {
	font: bold 15px/18px Arial;
	margin: 0px;
	color: #005EAF;
	text-align: left;
	}

.required {
	color: red;
	}


/* 
================================================
autosuggest, inquisitor style
================================================
*/

body
{
	position: relative;
}


div.autosuggest
{
	position: absolute;
	background-image: url(../images/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(../images/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(../images/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(../images/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(../images/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(../images/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(../images/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(../images/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(../images/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}