body {
	background: #919AA3 url(/images/website/bg_top.jpg) top left repeat-x;
	color: #000;
	font: small "Verdana", sans-serif;
	margin: 0px;
	padding: 0px;
	}

a {
	color: #00f;
	}

a:hover {
	color: #c00;
	}

#logoContainer {
	background: url(/images/website/bg_logo.jpg) top left no-repeat;
	height: 199px;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	width: 780px;
	}

#logo {
	height: 199px;
	margin: 0px;
	padding: 0px;
	width: 400px;
	}

#logo a {
	background: url(/images/website/logo.jpg) top left no-repeat;
	float: left;
	height: 199px;
	text-decoration: none;
	text-indent: -2000px;
	width: 400px;
	}

#topNav ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	}

#topNav ul li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#topNav ul li a {
	border-left: 1px solid #73A6D9;
	border-right: 1px solid #598CBF;
	color: #FFF;
	float: left;
	font: bold 10px "Verdana", sans-serif;
	margin: 0px;
	padding: 9px 8px 9px 8px;
	text-decoration: none;
	}

#topNav ul li a:hover {
	background: #73A6D9;
	color: #003;
	}

#topNav ul li a.selected {
	background: #73A6D9;
	border-left: 1px solid #73A6D9;
	border-right: 1px solid #598CBF;
	color: #003;
	float: left;
	font: bold 10px "Verdana", sans-serif;
	margin: 0px;
	padding: 9px 8px 9px 8px;
	text-decoration: none;
	}

#topNav ul li a.selected:hover {
	color: #369;
	}

div.clearLeft {
	clear: left;
	height: 1px;
	overflow: hidden;
	}

div.clearRight {
	clear: right;
	height: 1px;
	overflow: hidden;
	}

div.clearBoth{
	clear: both;
	height: 1px;
	overflow: hidden;
	}

#contentArea {
	background: #FFF;
	margin: 9px 0px 0px 0px;
	padding: 6px 0px 20px 15px;
	}

#contentContainer {
	margin: 0px;
	padding: 0px;
	width: /*765*/900px;
	}

#pageName {
	color: #009;
	font: bold 150% "Arial", sans-serif;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	}

#infoBox {
	background: #EEEEEE;
	border: 1px solid #999999;
	float: right;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	width: 250px;
	}

#infoBoxContent {
	margin: 0px;
	padding: 15px;
	}

img.pic {
	float: right;
	margin: 0px 0px 15px 15px;
	padding: 0px;
	}

span.equipType {
	color: #336699;
	font: bold 100% Verdana, sans-serif;
	}

span.eventType {
	color: #336699;
	font: bold 110% Verdana, sans-serif;
	}

span.new {
	color: #CC0000;
	font: bold 100% Verdana, sans-serif;
	}

/* begin contact form */
#formContainer {
	width: 600px;
	}

div.row {
	padding-top: 10px;
	}

div.row span.label {
	float: left;
	margin: 0px;
	padding-top: 3px;
	text-align: right;
	width: 200px;
	}

div.row span.input {
	float: right;
	text-align: left;
	width: 395px;
	}

span.asterisk {
	color: #CC0000;
	}
/* end contact form */

#footerContainer {
	background: url(/images/website/bg_footer.gif) top left repeat-x;
	margin-bottom: 10px;
	padding: 10px;
	}

#footer {
	color: #333;
	margin: 0px;
	padding-top: 5px;
	width: 765px;
	}

#footer a {
	color: #333;
	}

#footer a:hover {
	color: #c00;
	}

img.letterThumb {
	border: 1px solid #000;
	}