html, body {
	background:url(../img/bg.png) repeat-x #ebeef4 0 106px;
	color:#6078a5;
	text-align:center;
	padding-top:0px;
}

a {
	color:#6078a5;
}

a:hover {
	color:#003366;
}

th, td {
	border:0px;
	}
	


div#wrapper {
	height:100%;
	margin:0 auto;
	text-align:left;
	width:960px;
}

div#header {
	/*background:url(../img/logo.png) no-repeat top left;*/
	height:100px;
	margin-bottom:5px;
}

#banner {
	float:right;
	margin-top:5px;
	}

div#top {
	background:#6078a5;
	height:182px;
	padding-right:13px;
	padding-top:13px;
	margin-top:13px;
}

div#top div.menu {
	float:left;
	padding:0px 0 0 0px;
}

div#top div.feature {
	color:#fff;
	float:right;
	height:200px;
	width:680px;
}

div#bottom {
	height:300px;
}

div#bottom h2 {
	font-size:1.4em;
	margin:0 0 .5em 0;
}

div#bottom h2 strong {
	font-size:1.4em;
}

div.threeCol div.col1 {
	border:5px solid #FFF;
	float:left;
	/*height:250px;*/
	margin:10px 0 0 0;
	overflow:hidden;
	padding:10px;
	width:440px;
}

div.threeCol div.col2 {
	border:5px solid #FFF;
	float:left;
	/*height:250px;*/
	margin:10px 0 0 20px;
	overflow:hidden;
	padding:10px;
	width:195px;
}

div.threeCol div.col3 {
	border:5px solid #FFF;
	float:left;
	/*height:250px;*/
	margin:10px 0 0 20px;
	overflow:hidden;
	padding:10px;
	width:195px;
}

div.oneCol div.col1 {
	border:5px solid #FFF;
	float:left;
	/*height:250px;*/
	margin:10px 0 0 0;
	overflow:hidden;
	padding:10px;
	width:930px;
}

div#footer {
	font-size:90%;
	height:30px;
}

div#footer div.menu {
	float:left;
	height:30px;
	width:660px;
}

div#footer div.credit {
	float:left;
	height:30px;
	text-align:right;
	width:300px;
	padding-top:10px;
}

div.threeCol div.sidenavcol1 {
	border:5px solid #FFF;
	float:left;
	height:275px;
	margin:10px 0 0 0;
	overflow:hidden;
	padding:10px;
	width:195px;
}

div.threeCol div.sidenavcol2 {
	border:5px solid #FFF;
	float:left;
/*	min-height:250px;*/
	margin:10px 0 0 20px;
	overflow:hidden;
	padding:10px;
	width:685px;
}

ul li{
text-align:left;
list-style-image:url(../img/li.gif);
}

#banner {
	float:right;
	margin-top:-2px;
	}
	
.menu a:link { color: white; text-decoration: none; }
.menu a:visited { color: white; text-decoration: none;  } 
.menu a:hover { color: white; text-decoration:underline;  }

input[type="text"], input[type="password"] {
	width:20em;
}

textarea {
	width:30em;
}
