body,td,th {
	font-size: 11px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-color: #62789f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #62789f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #62789f;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1 {
	display:block;
	position:absolute;
	top:18px;
	left:0px;
	font-size:11px;
	color:#b9becd;
	text-align:center;
	z-index:10;
	margin:0px;
	width: 100%;
}
.borderall {
	border:1px solid #999999;
}
#100 {
	width:100%;
}
#center {
	width:800px;
	height:690px;
	background-image:url(images/indeximage.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border:2px solid #FFFFFF;
}
#center h1 {
	position:absolute;
	top:316px;
	text-align:left;
	display:block;
	color:#02246c;
	font-size:16px;
	font-weight:bolder;
	margin:0px;
	left:auto;
	margin-left:18px;
	width:auto;
}
#center h2 {
	position:absolute;
	top:332px;
	text-align:left;
	display:block;
	color:#000000;
	font-size:13px;
	font-weight:bolder;
	margin:0px;
	margin-left:18px;
}
#center h3 {
	position:absolute;
	top:484px;
	text-align:left;
	display:block;
	color:#62789f;
	font-size:15px;
	font-weight:bolder;
	margin:0px;
	margin-left:18px;
}
#header {
	background-image:url(images/headerbg.jpg);
	background-repeat:repeat-x;
	width:800px;
	height:52px;
	text-align:left;
	top:5px;
	position:absolute;
	margin:0px;
}
#navbar {
	background-image:url(images/navbarbg.jpg);
	width:800px;
	height:29px;
	background-repeat:repeat-x;
	margin:0px;
	top:57px;
	position:absolute;
	display:block;
	z-index:10;
}
#footer {
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	height:50px;
	width:794px;
	padding-top:6px;
	padding-left:6px;
	text-align:left;
	font-size:10px;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	margin:0px;
}
#dropshadow {
	width:804px;
	height:10px;
}
#indextext {
	text-align:justify;
	top:355px;
	left:18px;
	color:#555555;
	position:relative;
	display:table;
	width:470px;
	margin:0px;
}
#qs1 {
	background-image:url(images/quicksearchbg.gif);
	position:absolute;
	top:280px;
	margin-left:510px;
	width:278px;
	height:216px;
}
#qs1 h1 {
	top:13px;
	left:12px;
	font-size:14px;
	font-weight:bolder;
	color:#62789f;
	margin:0px;	
}
#qs1 table {
	position:absolute;
	top:40px;
	margin-left:12px;
	width:100%;
}
#qs1 img {
	position:absolute;
	bottom:5px;
	margin-left:30px;
}
#qs2 {
	background-image:url(images/quicksearchbg2.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:496px;
	margin-left:510px;
	width:250px;
	height:178px;
	padding-left:14px;
	padding-right:16px;
	text-align:justify;
}
#qs2 h1 {
	top:5px;
	left:12px;
	font-size:14px;
	font-weight:bolder;
	margin:0px;	
}
#qs2 p {
	margin-top:25px;
	margin-bottom:10px;
	color:#62789f;
	line-height:16px;
}
#fb {
	left:auto;
	margin-left:18px;
	top:460px;
	position:absolute;
}
#fl {
	background-image:url(images/featuredbg.gif);
	background-repeat:repeat-x;
	height:165px;
	width:471px;
	position:absolute;
	left:auto;
	top:505px;
	margin-left:17px;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	padding-bottom:5px;
	padding-top:10px;
}
#fl table td h4 {
	color:#02246c;
	font-size:12px;
	font-weight:bolder;
	margin:0px;	}
#qs1 table input {
	font-size:11px;
}
#qs1 table select {
	font-size:11px;
}
#qs1 #submit {
	position:absolute;
	bottom:40px;
	right:35px;
}

/* CSS DROPDOWN MENU */
#lmenu, #lmenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
#lmenu a {
	font-weight:bold;
	width: auto;
	float:left;
	padding-left:15px;
	display: block;
	height: 29px;
	padding-top:4px;
}
#lmenu a:hover {
	color:#666666;
	text-decoration: none;
}
#lmenu li {
	float:left;
	display: block;
}
#lmenu li ul {
	margin-top:-1px;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	top:24px;
	width:140px;
	left:-999em;
	right:auto;
}
#lmenu li ul a {
	padding-right:10px;
	text-align:right;
	font-weight:normal;
	width:auto;
	height:auto;
	padding-bottom:4px;
}
#lmenu li ul a:hover {
	color:#000000;
}
#lmenu li ul li {
	width:140px;
	border-left: 1px solid #cccccc;
	background-color:#FFFFFF;
	border-bottom: 1px solid #cccccc;
}
#lmenu li ul li:hover {
	background-color:#eeeeee;
}
#lmenu li:hover ul {
	left: auto;
}
#lmenu li:hover ul, #lmenu li.sfhover ul {
	left: auto;
}
/* RIGHT MENU */
#rmenu, #rmenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: right;
	position:absolute;
	top:0px;
	right:0px;
	text-align:left;
	margin-right:10px;
}
#rmenu a {
	font-weight:bolder;
	text-align: center;
	width: 10%;
	display: block;
	height: 11px;
	border:none;
	border-right: solid 1px #CCCCCC;
	white-space: nowrap;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}
#rmenu a:hover {
	color:#666666;
	text-decoration: none;
}
#rmenu li {
	float:right;
	display: block;
}
#rmenu li ul {
	padding:0px;
	margin-top:-1px;
	top:19px;
	width:100px;
	left:-999em;
	right:auto;
}
#rmenu li ul a {
margin:0px;
padding:0px;
	padding-right:10px;
	text-align:left;
	font-weight:normal;
	width:auto;
	height:auto;
	padding-bottom:4px;
}

#rmenu li ul li {
margin:0px;
padding:0px;
	width:100px;
	background-color:#FFFFFF;
		border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom: 1px solid #cccccc;
	padding-top:4px;
	padding-left:10px;
	text-align:left;
}
#rmenu li ul li:hover {
	background-color: #000066;
}
#rmenu li ul li:hover a:hover {
	color:#FFFFFF;
}
#rmenu li:hover ul {
	left: auto;
}
#rmenu li:hover ul, #rmenu li.sfhover ul {
	left: auto;
}
h3{
color:#0066CC;
font-size:14px;
font-weight:bold;
margin:0px;}
