<!--
body { background-color: #888888; }
body,td,th { color: #FFFFFF; }
.tabletext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; }
.formtext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; }
.regtext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;	color: #FFFFFF; }
.navtext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px;	color: #FFFFFF;	}
.style1 {font-size: 16px;}
.hidden { visibility: hidden; }
.bold {font-weight: bold; }
.italic { font-style: italic; }
.faq1 {font-size: 20px;}
.faq2 {font-size: 18px;}
.faq3 {font-size: 14px;}


.bigfont { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px;	color: #FFFFFF; }
.med-header { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; font-weight: bold; height: 12px; }

.box-shadow {
 -moz-box-shadow: 0 0 1.5em #000;
 -webkit-box-shadow: 0 0 1.5em #000;
 box-shadow: 0 0 1.5em #000;
}
#container { width: 97%; max-width:1280px; }
#content_container {width: 100%; min-height: 600px; height: auto; background-color: #3F516A; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;  border-bottom-left-radius: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px;}
#header_container {width: 100%; background-color: #000000; height: 200px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px;  border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px; overflow: hidden;}
#nav_container {width: 100%; background-color: #333;}
#logo{ padding-left: 10px; padding-top: 10px;}
#header_left { float:left; width:73%; height: 200px; overflow: hidden; text-align: left;}
#header_right { margin-left:75%; margin-right: 1em; height: 200px; text-align: right;}
#header_box { text-align: center; float: right; padding-top: 35px; }
#content {margin-left: 1%; margin-right: 1%;}
#content_container { text-align: left; }
#disclaimer{ background-color: #3F516A; width: 98%; overflow: auto; text-align: center; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;}
#top { text-align: center; }

.footer_header { border-bottom: 1px #FFFFFF dotted; font-weight: bold; font-size: 14px; }

.lft_blk {
	border-left: 1px solid #000000;
}

.s_table {
 	border-color: #222222;
 	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
}
.s_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	border-bottom-color: #222222;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-colapse: collapse;
	background-color: #FF9900;
}
.r_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	border-colapse: collapse;
	background-color: #233D58;
}
.front_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.front_newsheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
	font-weight: bold;
}
.front_tabletext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}

#header_search {
	background-image:url(../images/search.jpg);
	background-repeat:no-repeat;
	background-color: transparent;
	background-position: top left;
	border: 0px;
	width: 132px;height:22px;
	padding: 0px 0px 0px 20px;
	text-align: center;
	color: #CCCCCC;
}
#route td {
background-color: #3F516A;
}

h1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px;color: #FFFFFF; font-weight: normal;}

			/* The CSS Code for the menu starts here */
			#menu {
				font-family: Arial, sans-serif;
				font-weight: bold;
				text-transform: uppercase;
				margin: 0 0;
				padding: 0 0 0 0;
				list-style-type: none;
				font-size: 13px;
				background: #eee;
				height: 40px;
				background: #333333; /* old browsers */
				background: -moz-linear-gradient(top, #000000 0%, #333333 10%, #333333 90%, #3F516A 100%); /* firefox */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(10%,#333333), color-stop(90%,#333333), color-stop(100%,#3F516A)); /* webkit */

			}
			#menu li {
				float: left;
				margin: 0;
				
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 20px;
				line-height: 40px;
				color: #CCC;
			}
			#menu li a:hover, #menu li.active a {
			color: #999; 
			background: #555; /* old browsers */
			background: -moz-linear-gradient(top, #000000 0%, #555 10%, #555 90%, #3F516A 100%); /* firefox */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(10%,#555), color-stop(90%,#555), color-stop(100%,#3F516A)); /* webkit */
			border-bottom: 2px solid #3F516A;
			}
			

#fsearch {
	background-image:url(../images/form.jpg);
	background-repeat:no-repeat;
	background-color: transparent;
	border: 0px;
	width: 150px;height:20px;
}
#fgo {
	background-color:#333333; 
	border-color:#333333; 
	border-style: solid; 
	color: #FFFFFF;
	font-size: 15px;
	vertical-align: top;
	text-align: center;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-top-width: 0px;
}

a:link {
	color: #BECFFE;
	text-decoration: none;
}
a:visited {
	color: #BECFFE;
	text-decoration: none;
}
a:active {
	color: #B9CBFD;
	text-decoration: none;

}
a:hover {
	text-decoration: none;
	color: #748FB2;
}
span.checkbox {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(checkbox.png) no-repeat;
display: block;
clear: left;
float: none;
}
		
.formfield {
background-color:#333333; 
border-width: 1px; 
border-color:#000000; 
border-style: solid; 
color: #FFFFFF;
}
.dformfield {
background-color:#1E344A; 
border-width: 1px; 
border-color:#000000; 
border-style: solid; 
color: #FFFFFF;
}

#tablist{
text-align: center;
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #222222;
background: #444444;
}

#tablist li a:link, #tablist li a:visited{
color: #A6BCFF;
}

#tablist li a:hover {
color: #748FB2;
}

#tablist li a.current{
background: #CCCCCC;
}

#informationbar{
position: fixed;
left: 0;
width: 100%;
text-indent: 2px;
padding: 4px 0;
background-color: #FF9900;
border: 1px solid #000000;
font: 12px Verdana;
color: #000000;
  /* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.75;
}

#informationbar a {
color: #222222;
text-decoration: underline;
}

* html #informationbar{ /*IE6 hack*/
position: absolute;
width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px");
}

.triangle-border {
	position:relative;
	padding:10px;
	margin:1em 0 3em;
	color:#333;
	background: #1E344A;
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* Variant : for left positioned triangle
------------------------------------------ */

.triangle-border.left {
	margin-left:30px;
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */


/* creates the smaller  triangle */
.triangle-border:after {
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-26px; /* value = - border-top-width - border-bottom-width */
	left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	width:0;
	height:0;
	border:13px solid transparent;
	border-top-color:#000000;
}


/* Variant : left
------------------------------------------ */

/* creates the smaller  triangle */
.triangle-border.left:after {
	top:16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
	left:-23px; /* value = - border-left-width - border-right-width */
	bottom:auto;
	border-width:12px 24px 12px 0;
	border-style:solid;
	border-color:transparent #1E344A;
}




-->
