#everything {
	width: 760px;
	text-align:left;
	color:#000000;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto
}

#headerbox { }

#subhead1 { height: 5px; background-color: #FFFFFF; font-size: 0px; }

#subhead2 {
	height: 140px;
	text-align: center;
	background-repeat: repeat-x;
	background-position: center left;
	background-color: #000000;
}

#subhead3 { height: 13px; background-color: #305AA4; font-size: 0px; }

#subhead4 {
	/*background-color: #14325E;*/
	height: 40px;
	/*border-top: 3px solid #FDFDD9;*/
}

.loginBox {
	text-align: center;
	width: 760px;
	padding-top: 10px;
	color: #01004C;
}

.loginBox a {
	font-family: 'Trebuchet MS';
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #62b69b;
	/*border: 1px solid #C6925A;*/
	padding: 2px 6px 2px 6px;
	color: #01004C;
}

.loginBox a:hover {
	color: #C6925A;
}

#tagline {
	font-family:'Trebuchet MS';
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2px;
	color: #FFFFFF;
	position: relative;
	top: -61px;
	left: 250px;
	border: 0px;
	margin: 0px;
/*
	opacity:	.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
*/
}

#content {
	margin: 0 0 0 0;
	padding: 0;
}

#col1 {
	width: 80px;
	float: left;
	margin: 10px 0 10px 0;
}

#col2 {
	width: 740px;
	float: left;
	/*border-left: 1px solid gray; */
	/*border-right: 1px solid gray; */
	margin: 10px;
}

#col3 {
	width: 80px;
	float: left;
	margin: 10px 0 10px 0;
}

.colcontent { margin: 0 5px 0 8px;}

#footer {
	background-color:#FFFFFF;
	clear: both;
	font-size: 12px;
	padding-top: 8px;
}

.center {text-align: center;}
.left { text-align: left; padding-left: 3px;}
.right {text-align: right; padding-right: 3px;}
.top {vertical-align: top;}
.middle {vertical-align: middle;}
.bottom {vertical-align: bottom;}

