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

#headerbox { }

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

#subhead2 {
	height: 48px;
	background-image: url(/images/main_blue_header_1x48.gif);
	background-repeat: repeat-x;
	background-position: center left;
}

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

#subhead4 {
	/*background-color: #14325E;*/
	height: 40px;
	background-image: url(/images/band_behind_tabs_1x40.jpg);
	background-repeat: repeat-x;
	background-position: center left;
}

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

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

#col2 {
	width: 640px;
	float: left;
	border-left: 1px solid gray; 
	border-right: 1px solid gray; 
	margin: 10px 0 10px 0;
}

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

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

#footer { background-color: gray; clear: both; }

.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;}

.loginBox {
	text-align: right;
	position: relative;
	top: 16px;
	left: -18px;
}

.loginBox a {
	font-family:'Trebuchet MS';
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	border: 1px solid #C6925A;
	padding: 2px 6px 2px 6px;
	color: #FFFFFF;
}
.loginBox a:hover {
	color: #C6925A;
}

