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

body {
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background:#fff url(../images/bg.gif);
}

#top {
	width: 737px;
	margin:auto;
	border: 1px solid #999;
	background:url(../images/top_bg.gif) repeat-x;
	height: 102px;
	margin-bottom: 3px;
}

#logo {
	float: left;
}
#top_ad {
	margin-right: 2px;
	margin-bottom: 7px;
	margin-left: 77px;
	margin-top: 9px;
	float: left;
}
#top_nav {
	height:26px;
	float: right;
	font-size: 10px;
	width: 323px;
	vertical-align:middle;
}
#top_nav span {
	padding-top: 6px;
	padding-left: 19px;
	padding-right: 14px;
	display:block;
	float: left;
	line-height:26px;
	color:#d4d4d4;
}
#top_nav a:link, #top_nav a:visited {
	padding-top: 6px;
	display: block;
	float:left;
	background:#7f7f7f url(../images/top_link_bg.gif) top left no-repeat;
	line-height:26px;
	text-decoration:none;
	color: #a6a6a6;
}

#top_nav a:hover {
	background: #FF0000 url(../images/top_link_bg.gif) top left no-repeat;
	color: #f00;
}

#mid {
	width: 739px;
	margin:auto;
	background:url(../images/mid_bg.gif) center;
}

#midWrapper1 {
	background:url(../images/mid_border.gif) top right no-repeat;
}

#midWrapper2 {
	background:url(../images/mid_border.gif) bottom right no-repeat;
}

#leftNav {
	width: 194px;
	text-align:center;
	float:left;
}

#leftNavLinks a:link, #leftNavLinks a:visited {
	display: block;
	width: 162px;
	border:1px solid #252525;
	text-align:left;
	background: #1f1c19 url(../images/boxer_link.gif) left no-repeat;
	padding-left: 30px;
	font-size: 11px;
	font-weight:bold;
	line-height: 20px;
	vertical-align:middle;
	text-decoration:none;
	color: #fff;
}
#leftNavLinks a:hover {
	color: #FFFF00;
}
#ad2 {
	margin-top: 2px;
	margin-bottom: 1px;
}
#mainContent {
	margin-top: 1px;
	margin-left:3px;
	float:left;
	width: 541px;
}
#mainContentText {
	padding: 12px;
	padding-top: 0px;
}

#pullDown {
	height: 1px;
	clear:both;
}
#footerLinks {
	width: 739px;
	background: #888;
	margin:auto;
	font-size: 9px;
	height:52px;
	color: #fff;
	margin-top: 4px;
}
#footerLinkText {
	padding: 8px;
}
#footerLinkText a:link, #footerLinkText a:visited {
	color: #fff;
	text-decoration:none;
}
#footerLinkText a:hover {
	color: #FFFF00;
}
#matson_hosting {
	float: right;
	border-left: 3px solid #fff;
}

#leftNavLinks a.currentPage:link, #leftNavLinks a.currentPage:visited {
	color: #FF6600;
	text-decoration: underline;
}

#footerLinkText a.currentPage:link, #footerLinkText a.currentPage:visited {
	text-decoration: underline;
}

#top_nav a.currentPage:link, #top_nav a.currentPage:visited{
	color: #FF6600;
	background-color: #FF6600;
	text-decoration:underline;
}

#bottom_banners {
	width: 739px;
	margin:auto;
	margin-top: 4px;
}

#form_table {
	position: relative;
	width: 516px;
	border: 1px solid #000;
}

textarea {
width: 200px;
}

.alignright {
	float: right;
	padding: 5px 0px 10px 10px;
}

.alignleft {
	float: left;
	padding:5px 10px 10px 0px;
}
.aligncenter{
	text-align:center;
	padding:10px;
}