body {
	margin: 0px;
	padding: 0px;
	background-color: #0a495f;
	text-align: center;
	font-family: Arial, sans-serif;
	background-image: url(/images/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: Verdana;
}
form { margin: 0px; }
#wrapper {
	width: 960px;
	background-color: white;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#top {
	height: 200px;
	width: 960px;
	background-image: url(/images/bg_top.jpg);
	position: relative;
}
#util_nav {
	position: absolute;
	top: 11px;
	left: 472px;
	font-size: 13px;
	text-transform: uppercase;
	color: white;
}
#util_nav a {
	color: white;
	text-decoration: none;
}
#util_nav a:hover { text-decoration: underline; }
#search {
	position: absolute;
	top: 8px;
	left: 670px;
	display: none;
}
#search_input {
	border: 1px solid #a7a7a7;
	font-size: 12px;
	padding: 3px;
	width: 200px;
}
#search_submit {
	border: 1px solid #08475e;
	background-color: #08475e;
	color: #dca415;
	font-size: 14px;
	font-weight: bold;
}
#ba_login {
	position: absolute;
	left: 472px;
	top: 75px;
	color: white;
	font-size: 12px;
}
#bal_title {
	font-size: 16px;
	text-transform: uppercase;
}
#ba_login label, #ba_login a {
	color: #d2e5db;
	font-size: 12px;
}
.bal_input {
	font-size: 12px;
	padding: 3px;
	width: 133px;
	border: 1px solid #a7a7a7;
}
#bal_submit {
	border: 1px solid #648a76;
	background-color: #648a76;
	color: #dca415;
	font-size: 14px;
	font-weight: bold;
}
#not_a_member {
	position: absolute;
	top: 75px;
	left: 374px;
	width: 88px;
	height: 66px;
	font-size: 12px;
	font-family: Trebuchet MS;
	background-image: url(/images/not_a_member.png);
	color: #08475e;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	line-height: 12px;
}
#not_a_member a { color: white; }
#tabs {
	position: absolute;
	left: 472px;
	bottom: 0px;
	height: 31px;
}
.tab {
	float: left;
	margin-right: 12px;
	position: relative;
}
.tabl {
	width: 9px;
	background-image: url(/images/tabl.png);
	height: 31px;
	overflow:hidden;
	float:left;
}
.tabm {
	font-size: 15px;
	height: 15px; 
	overflow: hidden;
	color: #08475e;
	font-family: Trebuchet MS;
	padding: 8px;
	float: left;
	background-color: #dca415;
	text-transform: uppercase;
}
.tab a { color: #08475e; text-decoration: none; }
.tab a:hover { text-decoration: underline; }
.tabr {
	width: 12px;
	height: 31px;
	overflow: hidden;
	float: left;
	background-image: url(/images/tabr.png);
}
.tab_sub {
	position: absolute;
	top: 31px;
	left: 0px;
	background-color: #DCA415;
	padding: 5px;
	width: 155px;
}
.tab_sub div {
	font-size: 12px;
	margin: 6px 4px;
}
#left_col {
	width: 677px;
	float: left;
	margin-left: 22px;
	padding-right: 18px;
	background-image: url(/images/bg_left_col.jpg);
	background-repeat: no-repeat;
	background-position: 677px 1px;
	margin-top: 32px;
	font-size: 12px;
	line-height: 20px;
	color: #545454;
}
#right_col {	
	width: 215px;
	float: left;
}
.emp_link {
	padding-left: 12px;
	background-image: url(/images/link_pad.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-family: Trebuchet MS;
	font-weight: bold;
}
.emp_link a {
	color: #dca415;
	text-decoration: none;
}
.emp_link a:hover { text-decoration: underline; }
#footer {
	border-top: 12px solid #dca415;
	background-color: #003c59;
	padding: 20px 25px;
	color: white;
	font-size: 12px;
}
#footer a { color: white; }




/*******************/
h1 {
	font-family: Trebuchet MS;
	font-size: 40px;
	line-height: 40px;
	color: #dca415;
}
h3 {
	color: #678f7a;
	font-size: 18px;
}
h4 {
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #08475e;
}
a { color: #003c59; }