@media screen{
	body
	{ 
		text-align: center;
		font-size: 11px;
		line-height: 16px;
		margin: 0px;
		padding: 0px;
		color: #000000;
	    background-color: #FFFFFF;
	    font-style: normal;
	    font-family: helvetica, arial, sans-serif;
	}
	
	table
	{
		font-size: 11px;
	}
	h1 {
		font-size: 14px;
		padding:10px 0px 10px 0px;
		margin:0px;
	}
	h2 { 
		font-size: 16px; 
		padding:15px 0px 10px 0px;
		margin:0px;
	}
	h3 {
		font-size: 12px;
		padding:5px 0px 5px 0px;
		margin:0px;
	}
	h4 {
		font-size: 14px;
		padding:5px 0px 5px 0px;
		margin:0px;
	}
	strong
	{
		font-size: 11px;
		font-weight: bold;
	}
	
	a:link, a:visited, a:active
	{
		color:#808183;
		font-weight:bold;
		text-decoration:none;
	}
	a:hover	
	{
		/* color: #CB071E;	  Lime Hover */
		color: #CB071E; /* Peak Red Hover */
		font-weight:bold;
		text-decoration:none;
	}
	
	#centralcol {
		width:754px;
		margin:0px auto; /* Right and left margin widths set to "auto" */
		text-align:left; /* Counteract to IE5/Win Hack */
		padding:10px 2px 0px 2px;
		position: relative;
	}
	
	
	#content
	{
		width: 750px;
		position: relative;
		z-index: 2;
		text-align: left;
		padding: 0px 0px 0px 0px;
		margin: 10px 0px 0px 0px;
	}
	
	
	/* Footer styles */
	#footer
	{
		width: 725px;
		height: 40px;
		position: relative;
		display: block;
		z-index: 2;
		text-align: left;
		padding: 0px;
		font-size: 10px;
		margin:5px 0px 0px 0px;
	}
	
	#copyright
	{
		position: absolute;
		left:370px; 
		top:0px;
		width: 355px;
		height: 38px;
		text-align: right;
		display: block;
		color:#444;
	}
	
	/* Banner styles */
	#banner {
		position: relative;
		top: 0px;
		left: 0px
		height: 60px;
		width: 725px;
		z-index: 4;
	}
	#latest
	{
		position: absolute;
		left:554px; 
		top:8px;
		width: 169px;
		height: 45px;
		padding: 0px;
		margin: 0px;
		z-index: 5;
	}
	#headline {
		position: absolute;
		left:4px; 
		top:15px;
		width: 165px;
		height: 30px;
		padding: 0px;
		margin: 0px;
		z-index: 6;
		font-weight: bold;
		color:#666;
		line-height: 12px;
	}
	#headline:hover {
		color: #CB071E; /* Peak Red Hover */
		cursor: pointer;
	}
	
	/* Event Results Styles */
	.resyear {
		visibility: hidden;
		display: none;
	}
	.showyear {
		visibility: visible;
		display: block;
		padding: 0px 5px 10px 5px;
		font-weight: bold;
	}
	.showyear table {
		font-weight: bold;
		}
	.showyear th
	{
		background: #eaeaea;
	}
	.years
	{
		position: relative;
		margin: 3px 4px 0px 0px;
		padding: 2px;
		font-size: 12px;
	}
	
	.years li
	{
		position: relative;
		width: 80px;
		height: 20px;
		padding: 0px;
		margin: 0px;
		display: block;
		text-align: center;
	}
	
	
	
	/* Navigation Styles! */
	
	#divNav {
		margin: 0px;
		padding: 0px;
		height: 45px;
		width: 725px;
		font-size: 17px;
		letter-spacing:3px;
		overflow: visible;
	}
	
	#nav {
		position: relative;
		top: 1px;
		height: 45px;
		width: 725px;
		padding: 0px;
		margin: 0px;
		overflow: visible;
		background: url(homeim/menu_bgr.gif) #ffffff repeat-x 0px 16px;
	}
	
	#nav li ul, #nav li ul {
		margin: 0px;
		padding: 0px;
	}
	
	#nav a {
		text-decoration: none;
	}
	
	#nav li { /*float the main list items*/
		margin: 0;
		float: left;
		display: block;
		padding-right: 1px;
	}
	
	#nav li ul {
		display: none;
	}
	#nav li.off ul, #nav li.on ul  { /*put the subnav below*/
		position: absolute;
		top: 16px;
		left: 0;
		padding-top: 0px;
		background: #f4f4f4;
		height: 26px;
		width: 725px;
		padding-left: 0px;
	}
	#nav li.on ul {
		background: #f4f4f4;
	}
	
	#nav li.on:hover ul, #nav li.over ul { /*for ie*/
		background: #f4f4f4;
	}
	
	#nav li a {
		color: #666;
		font-weight: bold;
		display: block;
		padding: 0;
	}
	
	#nav li.on a {
		color: #000;
	}
	
	#nav li.on ul a, #nav li.off ul a {
		border: 0;
		float: left; /*ie doesn't inherit the float*/
		/*color: #f4f4f4;*/
		color: #666;
		width: auto;
		margin-right: 0px;
	}
	#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
		background: #f4f4f4;
	}
	
	#nav li.on ul {
		display: block;
	}
	
	#nav li.off:hover ul, #nav li.over ul {
		display: block;
		z-index: 6000;
	}
	
	#nav li.off a:hover, #nav li.on a:hover { 
		/*color: #000;*/
		color: #CB071E;	 /* Lime Hover */
	}
	
	/*subnav formatting*/
	
	#nav li.off ul a, #nav li.on ul a {
		display: block;
		background: #f4f4f4;
		color: #888;
		font-family: helvetica, arial, sans-serif;
		font-size: 12px;
		line-height: 26px;	
		letter-spacing:1px;
	}		
	
	#nav li.on ul a {
		background: #f4f4f4;
	}
	
	/* End of Navigation styles */
	
	/* Footer navigation styles*/
	.bbfooter
	{
		width:725px;
		height: 30px;
		margin:10px 0px 0px 0px;
		border: 0px; 
		text-align: center;
		padding:0px;
		position: relative;
		display: block;
		background: url(homeim/footer_bgr2.gif) #ffffff repeat-x 0px 0px;
		font-size: 13px;
		letter-spacing: 2px;
		color: #444444;
		line-height: 30px;
	}
	.bbfooter a		{ color: #666; text-decoration: none; font-weight: bold;}
	.bbfooter a:hover {color: #CB071E; text-decoration: none; font-weight: bold;}
	a.cur:link, a.cur:visited, a.cur:active{ color: #000;}
	a.cur:hover	{color: #CB071E; /* Peak Red Hover */}
	#pqkfooter
	{
		width:45px;
		height:30px;
		left: 0px;
		top: 0px;
		margin:0px; 
		padding:0px;
		position: absolute;
	}
	#rightfooter
	{
		width:45px;
		height:30px;
		left: 680px;
		top: 0px;
		margin:0px; 
		padding:0px;
		position: absolute;
	}
	
	/* end of footer styles */
	
	.greybord
	{
		border: #eaeaea 2px solid;
	}
	
	#rkayak {top: 20px;left: 15px;width: 300px;height: 300px;}
	.kit td {text-align:center; font-size:14px;}
	.kayakkit
	{
		position: absolute;
		top:10px;
		left:10px;
		z-index: 5;
	}
	.articlelist
	{
		padding: 0px 0px 0px 16px; 
		margin: 0px 0px 0px 0px;
	}
	.articlelist li
	{
		padding: 2px 0px 2px 0px; 
		margin: 0px 0px 0px 0px;
	}
	
	.newshr
	{
		position:relative;
		width: 198px;
		height: 2px;
		color:#dadada;
		background-color: #666;
	}
	.newsform
	{
		margin: 0px;
		padding: 0px;
	}
	
	/* Team pages styles */
	#teambox {
		position:relative;
		display: block;
		left:0px;
		top:0px;
		width:725px;
		height:470px;
	}
	
	#team08-2-01_ {
		position:absolute;
		left:0px;
		top:0px;
		width:173px;
		height:150px;
	}
	
	#team08-2-03_ {
		position:absolute;
		left:183px;
		top:0px;
		width:176px;
		height:150px;
	}
	
	#team08-2-05_ {
		position:absolute;
		left:369px;
		top:0px;
		width:173px;
		height:150px;
	}
	
	#team08-2-07_ {
		position:absolute;
		left:552px;
		top:0px;
		width:173px;
		height:150px;
	}
	
	#team08-2-12_ {
		position:absolute;
		left:0px;
		top:160px;
		width:120px;
		height:310px;
	}
	
	#team08-2-14_ {
		position:absolute;
		left:129px;
		top:160px;
		width:230px;
		height:311px;
		background: url(team/template/team08_2_14.jpg) #fff 0px 0px no-repeat;
		font-weight: bold;
	}
	#team08-2-14_ div{
		margin: 75px 10px 0px 10px;
		padding:0px;
	}
	#team08-2-14_ div ul{
		margin:10px 5px 10px 15px;
		padding:0px;
		list-style-type: disc;
		letter-spacing: 1px;
	}
	
	#team08-2-16_ {
		position:absolute;
		left:552px;
		top:160px;
		width:173px;
		height:150px;
	}
	
	#team08-2-17_ {
		position:absolute;
		left:369px;
		top:161px;
		width:173px;
		height:149px;
	}
	
	#team08-2-20_ {
		position:absolute;
		left:369px;
		top:320px;
		width:173px;
		height:150px;
	}
	
	#team08-2-21_ {
		position:absolute;
		left:552px;
		top:320px;
		width:173px;
		height:150px;
	}
	
	#teamimages {
		list-style-type: none;
		margin: 0px;
		padding:0px;
		width:350px;	
	}
	#teamimages li {
		margin: 0px 0px 10px 0px;
		padding:0px;
	}
	
	#requestform td {
		height: 30px;
		vertical-align: top;
		font-weight: bold;
	}
}