/* **************************************************  */
/* **      Top Nav Fixed 800x600 Blue - Orion       ** */
/* **************************************************  */

html, body {
	height:100%
	}
	
body 	{
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;
	background: #CAD0DC url('./images/bodybg.jpg') repeat-x;
	color: #000000;
	}
	
#outer	{
	height:100%;
	min-height:100%;
	width:758px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #fff;
	color: #000000;
	text-align:left;
	margin:auto;
	margin-top: 10px;
	margin-bottom:-44px;/* make room for footer */
	position:relative;
	}
 
html>body #outer{
	height:auto;
	} /*for mozilla as IE treats height as min-height anyway*/

#footer {
	width:758px;
	clear:both;
	height:44px;
	background-color: transparent;
	text-align:center;
	margin:auto;
	position: relative;
	font-family: Verdana;
	font-size: 0.6em;
	color: #fff;
	}

* html #footer {/*only ie gets this style*/
	\height:46px;/* for ie5 */
	he\ight:44px;/* for ie6 */
}

#header	{
	position:absolute;
	top:0;
	left:0;
	width:758px;
	height:130px;
	background-color: transparent;
	background-image:url('images/logo.jpg');
	background-repeat:no-repeat;
	overflow:hidden;
	color: #000;
	z-index: 90;
	}

#logo {	
	margin: 0;
	}
	
#logo a img{	
	border: 0 none;
	}

.strong	{
	font-weight: 700;
	font-size: 30pt;
	}

/* ************************************************************************ */

#topnav {
	width:758px;
	height:35px;
	background-color: transparent;
	position: absolute;
	bottom:60px;
	right: 0;
	}

#topnav ul {
	margin: 0;
	list-style: none;
	height: 100%;
	}
	
#topnav li {
	display: inline;
	}

#topnav li a {
	margin: 1px;
	float: right;
	height: 20px;
	font-size: 0.8em;
	font-family: Arial, Verdana;
	color: #fff;
	text-decoration: none;
	text-align: center;
	}

.ton{
	width: 90px;
}

.tonless{
	width: 70px;
}

#topnav li a:hover {
	text-decoration: underline;
	}

/* ************************************************************************ */

#innerwrap {
	/* enables content first */
	float:left;
	width: 100%;
	}

* html #ieclear {
	width:100%;
	height:40px
	} /* for ie to clear footer */

#centercontent {
	width: 100%;
	margin-top:130px;
	background-color: transparent;
	font-family: Verdana;
	font-size: 0.8em;
	padding-bottom:20px;/* needed to make room for footer */
	}

#centercontent h1 {
	padding: 0;
	padding-top:14px;
	padding-left:15px;
	color: #023467;
	font-size: 1.5em;
	font-weight: 300;
	}

#centercontent h2 {
	padding: 0;
	padding-top:5px;
	padding-left:15px;
	color: #023467;
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 0px;
	}

#centercontent p {
	padding-left:15px ;
	padding-right:10px ;
	padding-top: 0;
	margin-top: 0;
	}

/* ************************************************************************ */

.formtable {
	border: 1px solid #B1B2DB;
	background: #E4E7EE;
	font: 1em Arial, sans-serif;
	margin: 0;
	}

.formcontent {
	margin: 0;
	margin-left: 25%;
	padding: 0;
	background: transparent;
	color: #000;
	border: 0px solid red;
	}
	
/* ************************************************************************ */

.imgright {
	float: right;
	margin: 10px 15px 10px 10px;
	border: 1px solid #2D4767;
}

.imgman {
	float: right;
	margin: 0px 15px 10px 10px;
	border: 0px solid #2D4767;
}

.imgleft {
	float: left;
	margin: 0px 10px 0px 15px;
}

.clear {
	clear: both;
}