@charset "utf-8";
/* CSS Document */

.segments {
	padding:4px;
	float: left;
	height: 70px;
	width: 38px;
	margin: 5px 0px 5px 2px;
	padding:1px 0px 3px;
	text-align: center;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #DFAF9F;
	font-size: 11px;
	background-color: #A95538;
}
.seg_captions {
	font-family: Tahoma, Helvetica, sans-serif;
	color: #CE856C;
	font-size: 12px;
	text-transform: uppercase;
}
.off {
	display: none;
}.text_bar {
	height: 20px;
	width: 100%;
	border-top: 1px solid #F45738;
}
body {
	font-family: "Lucida Bright", "Bookman Old Style", "MS Reference Serif", serif;
	font-size: small;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#header {
	width: 800px;
	margin-left: -400px;
	position: relative;
	left: 50%;
	top: 10px;
	padding-bottom: 40px;
}
#main {
	width: 800px;
	margin-left: -400px;
	position: relative;
	left: 50%;
}
#footer {
	width: 800px;
	margin-left: -400px;
	position: relative;
	left: 50%;
}
a:link,a:visited,a:active {
	color: #3399FF;
	text-decoration: underline;
	background-color: #FFFFFF;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
	background-color: #FFFFFF;
}.link_color {
	color: #3399FF;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.hover_color {
	color: #FF9900;
	text-decoration: underline;
	background-color: #FFFFFF;
}
