html, body
	{
	font-size 			: 0.9em;
	font-family 		: arial, verdana, sans-serif;
	margin				: 0px;
	padding				: 0px;
	background-color	: #ffffff;
	color				: #000000;
	}

div
	{
	border				: none;
	margin				: 0px;
	padding				: 0px;
	}
h1
	{
	font-size 			: 2em;
	color				: #fff;
	padding				: 0.25em 0 0 0;
	margin				: 0;
	}
h2
	{
	color				: #026533;
	margin 				: 0 0 0.25em 0;
	}

.header
	{
	height 				: 90px;
	margin				: 0px;
	padding				: 0px;
	color				: #FFF;
	background			: #026533 url(images/biker.gif) no-repeat 100% 50%;
	}
.tagline
	{
	float 				: right;
	width 				: 33%;
	text-align 			: right;
	font-size 			: 1.6em;
	margin				: 0.35em 1.8em 0 0;
	}
#topnav
	{
	float 				: left;
	width 				: 50%;
	text-align 			: left;
	}
.subbutton
	{
	border 				: solid 1px #FFF;
	font-size 			: 0.8em;
	}
.searchbox
	{
	border 				: solid 1px silver;
	}
.menubullets
	{
	text-align 			: left;
	margin 				: 0;
	padding 			: 15px 0 0 0;
	}
.menubullets li
	{
	display 			: inline;
	text-decoration 	: none;
	font-weight 		: bold;
	margin-right 		: 10px;
	}
#fullcontainer {
	max-width			:800px;
	align				:center;
	font-family			: "\"}\"";
	font-family			: inherit;
	margin				:0 auto;
}
	/* -21px is for who? Netscape 4, I would guess - er yes */
.columns
	{
	margin				: 1px;
	margin-top			: -21px;
	padding				: 0px;
	color				: #ffffff;
	background-color	: #fff;
	}
/* NB - OmniWeb displays the 1px space as looking somewhat thicker, but set it to 0px and there is no space */
/* IE5 gets the spacing all wrong: -18px puts it right. Then use the tantek-family hack to make everything right again */
/*/*/
.columns
	{
	margin-top			: -18px;
	font-family			: "\"}\"";
	font-family			: inherit;
	margin-top			: 0px;
	}
/* */
/* empty required to get IE5 vback on track */
#empty{}

.leftcolumn
	{
	float				: left;
	left				: 0px;
	width				: 175px;
	margin				: 0px;
	margin-top			: -11px;
	padding				: 0px;
	color				: #000000;
	background-color	: #bfea6a;
	}
.leftcolumn
	{
/*/*/
	margin-top			: 0;
	height				: 650px;
/* */
	}
#leftnavcont
	{
	padding 			: 10px 5px 20px 5px;
	
	margin 				: 0 0 10px 0;
	}
#leftnavcont ul 
	{
	margin				: 0;
	padding				: 0;
	}
#leftnavcont li
	{
	margin				: 0;
	padding				: 1px 0 1px 0;
	text-decoration 	: none;
	list-style-type 	: none;
	margin 				: 5px 0 5px 5px;
	padding				: 5px;
	border-bottom 		: solid 1px #026533;
	}
#leftnavcont a
	{
	display				: block;
	color 				: #000;
	text-decoration 	: none;
	}
#leftnavcont a:hover
	{
	color		 		: #fff;
	background-color	: #026533;
	}

#contactinfo
	{
	
	margin 				: 0 0 10px 0;
	padding 			: 5px 10px 5px 10px;
	
	}
#contactinfo ul 
	{
	margin				: 0;
	padding				: 0;
	}
#contactinfo li
	{
	margin				: 0;
	padding				: 5px 0 5px 0;
	text-decoration 	: none;
	list-style-type 	: none;
	
	}
/*
make sure that the hack widths equals the value of .centercolumn's margin-right
the initial width is for NN4 - experiment and set to what seems best
*/
.rightcolumn
	{
	position			: static;
	float				: right;
	width				: 200px;
	height				: 600px;
	margin				: 0px;
	padding				: 0 ;
	z-index				: 3;
	color				: #000000;
	
	
	}
#quicklinkscont
	{
	margin 				: 0 0 10px 0;
	padding 			: 5px 10px 5px 10px;
	background-color	: #ebf9cb;
	}
#quicklinkscont ul 
	{
	margin				: 0;
	padding				: 0;
	}
#quicklinkscont li
	{
	margin				: 0;
	padding				: 5px 0 5px 0;
	text-decoration 	: none;
	list-style-type 	: none;
	border-bottom 		: solid 1px #00adef;
	}

.navheader
	{
	padding-top			: 15px !important;
	font-size 			: 1.2em;
	font-weight 		: bold;
	}
/* 
For NN4, -25px is the margin-left setting to make the centercolumn column but up against the left column. (OmniWeb is much the same, but this stylesheet makes no allowances for it).
For other browsers, the equivalent margin-left setting is equal to the width of the left column.
margin-right is set to the value of the overriding values for .rightcolumn's width. 
A margin can be created between these two columns either by changing these values, or by setting the padding of the relevant #...padding divs.
margin-top is set to -1px to make NN4 line up correctly.
*/
.centercolumn
	{
	margin				: 0px;
	padding				: 0px;
	padding-top 		: 20px;
	color				: #000000;
	background-color	: #fff;
	z-index				: 4;
	}
.centercolumn
	{
	margin-right		: 0px;
	margin-top			: -1px;
	margin-bottom		: 0px;
	margin-left			: -50px;
	}
.centercolumn h2
	{
	color 				: #026533;
	border-bottom 		: solid 1px #026533;
	}
/* IE5 once again goes awry - shift it down (29px is right for this layout but no doubt the exact value will vary [sigh]) and then zap 
empty because otherwise IE5 goes rampaging on */
/*/*/
.centercolumn
	{
	margin-right		: 0;
	margin-left			: 176px;
	margin-top			: 0px;
	font-family			: "\"}\"";
	font-family			: inherit;
	margin-top			: 0px;
	}
#empty{}
/*  */

/* following bit only necessary if OmniWeb to be handled - the .fake bit is only picked up by OmniWeb, IE and, er, Amaya
see  http://www.fu2k.org/alex/css/test/OmniWebInlineHack.mhtml
But exclude it from IE5/mac */
/*\*/
.fake.centercolumn
	{
	margin-right		: 1px;
	margin-left			: 1px;
	}
/* this bit resets for IE */
* html .centercolumn
	{
	margin-right		: 0;
	margin-left			: 176px;
	}
/* End of OmniWeb shenanigans */

/* News area */
.news
	{
	/*text-align			: justify;*/
	float 				: left;
	color 				: #000000;
	width 				: 100%;
	margin-bottom 		: 20px;
	}
.news h2 
	{
	color 				: #026533;
	border-bottom 		: solid 1px #026533;
	}
.news img
	{
	float 				: left;
	margin-right 		: 10px;
	}
.news p
	{
	margin 				: 0 0 1em 0;
	padding 			: 0;
	}
.news blockquote
	{
	color 				: #026533;
	padding				: 0.25em;
	margin				: 0 1em;
	width 				: 25%;
	float				: right;
	font-size 			: 1.3em;
	font-style			: italic;
	border 				: solid 1px silver;
	}
.news a:link
	{
	color 				: #004200;
	background 			: #fff;
	}
.news a:visited
	{
	color 				: #026533;
	background			: #fff;
	}
.news a:hover
	{
	color 				: #fff;
	background 			: #026533;
	}
.footer
	{
	clear				: both;
	margin-top			: -11px;
	padding				: 0;
	width				: 100%;
	color				: #000000;
	background-color	: #fff;
	
	}
.footer
	{
/*/*/
	margin-top			: 0px;
/* */
	}

#strap
	{
	float 				: left;
	font-size 			: 1em;
	font-weight 		: bold;
	padding 			: 2px;
	width 				: 176px;
	height 				: 70px;
	}
#centrefooter
	{
	float 				: left;
	height 				: 70px;
	}
#centrefooter img
	{
	padding 			: 0 10px 0 10px;
	}
#rightfooter
	{
	float 				: right;
	width 				: 200px;
	height 				: 70px;
	}
.clear 
	{
	clear 				: both; 
	font-size			: 1px; 
	line-height			: 0px;
	}
.headerpadding, .leftpadding, .rightpadding
	{
	margin				: 0px;
	padding				: 10px;
	}
.centerpadding
	{
	padding 			: 0 10px 10px 10px;
	}

/* following styles have nothing to do with the structural layout */
h1, h2
	{
	margin-top			: 0px;
	}

p
	{
	margin-bottom		: 0px;
	}

