body {
	margin: 0px;
	padding: 0px;
	border: 0;
	color: black;	
	background: #FFFFFF url('header_fade_repeat.jpg') repeat-x top;
	/* font-family: Tahoma, serifSansSerifMonospace, sans-serif; */
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 100%;
}

#pageContainer {
	margin: 0;
	padding: 0;
	width: 790px;
	background: url('surfmoot_header_logo.jpg') no-repeat top left;
	overflow: visible;
	}

#pageHeader {
	height: 92px;
	}
	
.header_text {
	font-size: 150%;
	font-weight: bold;
	text-align: left;
	float: left;
	}

.header_year {
	font-size: 175%;
	padding: 3px 0px;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-weight: bolder;
	text-align: right;
	float: right;
	margin-top: 55px;
	}

a:hover {
	text-decoration: none;
	color: #990000;
	}

#nav {
	float: right;
	position:relative;
	clear:both;
	top: 1px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	}
	
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-right: 1px solid #666;
	}
#nav a {
	float: left;
	/*padding: 5px 12px 5px 12px;*/
	padding: 5px 9px 5px 9px;
	text-decoration: none;
	color: #CCCCCC;
	}
#nav a:hover, #nav a.active {
	color: #000;
	background-color: #ddd;
	}
        
        
#subnav {
	float: right;
	position:relative;
	top: -43px;
	left: 9px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	/*border: 1px solid #ccc;*/
	}
	
#subnav li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-right: 1px solid black;
	}
#subnav a {
	float: left;
	padding: 3px 9px 3px 9px;
	text-decoration: none;
	color: #000;
	}
#subnav a:hover, #nav a.active {
	color: #ccc;
	background-color: #000;
	}

#subnav .subnavtitle {
	font-weight: normal;
	}

#subnav .subnavtitle:hover {
	color: #000;
	background-color: transparent;
	}
	



#content {
	position:relative;
	clear:both;
	margin: 0px;
	margin-top: 69px;
	padding: 10px;
	text-align: left;
	background: #F7F6EE url('content_bg_stripes.jpg') no-repeat top right;
	/* background-position: 100% 1px; */
	}        

h1 {
	/*font-family: "Trebuchet MS", Verdana, sans-serif;*/
	font-size: 150%;
	font-weight: bold;
	/* color: #182c8c; */
	color: #990000;
	padding: 0;
	margin: 0;
	}
	
h1.dblspace {
	margin-top: 35px;
	}
	
h2 {
	/*font-family: "Trebuchet MS", Verdana, sans-serif;*/
	font-size: 120%;
	font-weight: bold;
	/* color: #182c8c; */
	color: #990000;
	/*padding: 0;
	margin: 0;*/
	}

h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#priceList td {
	padding-right: 10px;
	}
	
/*
#downloadList {
	font-size: 105%;
	}
*/

#downloadList li {
	padding-top: 2px;
	}

#committeeTable {
	border: none;
	empty-cells: show;
	}

#committeeTable th {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

#committeeTable td {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 30px;
	border-bottom: 1px solid #ccc;
	}

/*
#committeeTable tr {
	border-bottom: 1px solid #ccc;
	}
*/

#committeeTable a {
	text-decoration: none;
	color: #000;
	}
	
#committeeTable a:hover {
	color: #900;
	}

ul.nogap {
	margin-top: 0px;
	margin-bottom: 0px;
	}