body {
background: #fff url(images/bg_shadow.jpg) repeat-y top center;
text-align: center;
margin: 0;
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
}

/* ----------------------------------------			
		    Main Font styles
---------------------------------------- */


h1 {
display: none;
}

h2 {
margin: 25px 25px 10px 25px;
font-weight: bold;
font-size: 18px;
color: #C00;
text-align: left;
}

h3 {
margin: 10px 25px 5px 25px;
font-weight: bold;
font-size: 14px;
color: #4F4F4F;
text-align: left;
}

#g-and-s-text h3 {
margin: 10px 25px 5px 25px;
font-weight: bold;
font-size: 16px;
color: #C00;
text-align: left;
}

#g-and-s-text h4 {
margin: 10px 25px 5px 25px;
color: #C00;
font-size: 14px;
}

h4 {
margin: 10px 25px 5px 25px;
color: #4F4F4F;
font-size: 12px;
}

h5 {
margin: 5px 0 3px 10px;
font-size: 11px;
color: #FFFFFF;
font-weight: 400;
}

form {
margin: 0 0 3px 10px;
}

input {
width: 130px;
height: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}

p {
margin: 5px 25px 12px 25px;
font-size: 12px;
color: #000000;
}

ul, ol {
	padding-left: 0;
	margin-left: 0;
	}

a {
	padding: 0;
	margin: 0;
	text-decoration: underline;
	color: #00F;
}
a:link {color: #0000FF}
a:visited {color: #660066}
a img {border:0}


.redbold {
	font-weight: bold;
	color: #C00 ;
	}
	
.whitebold {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	padding-right: 10px;
	}
	
.redbold_em {
	font-weight: bold;
	font-style: italic;
	color: #C00 ;
	}
	
.greybold_em {
	font-weight: bold;
	font-style: italic;
	color: #4F4F4F
	}
	
.bulletins {
	font-style:italic;
	color: #C00 ;
	font-size: 10px;
	}
	
.bulletins a {
	font-style:italic;
	color: #C00 ;
	font-size: 10px;
	}

	
.notes {
	font-size: 10px;
	font-style: italic;
}

#text ul, #g-and-s-text ul {
	margin: 0 25px 25px 20px;
}

#text ol {
	margin: 0 25px 15px 45px;
	}
	
#text ol li {
	margin: 0 0 10px 0;
	}

#text ul li {
	margin: 5px 0 0 25px;
	list-style-image: url(images/chevrons.png);
	}

#g-and-s-text ul li {
	margin: 5px 0 0 25px;
	}

#text ul li ul li{
	margin: 5px 0 0 25px;
	list-style-image: none;
	list-style-type: square;
	font-size: 10px;
	}
	
	


/* ----------------------------------------			
				Main DIV styles
---------------------------------------- */


#table {
	height: auto;
	width: 800px;
	text-align: left;
	padding: 0;
	margin: 0 auto 0 auto; /*margin-left and right is set to auto to help align the page in center for firefox*/
}

div#banner {
	height: 100px;
	width: 800px;
	background: #fff url(images/banner.jpg) no-repeat top left;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
}

div#topnav {
	height: 25px;
	width: 800px;
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
	background: #fff url(images/top-nav.jpg) repeat-x top left;
}


#left-content-right {
	width: 800px;
	position: relative;
	background: #fff url(images/bg_text.gif) repeat-y top left;
	/*border-bottom-style: solid;    /* border must be applied in order to display properly in IE */
	/*border-bottom-color: transparent; 
	border-bottom-width: 1px;*/
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
}


div#left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 9px;
	font-weight: bold;
}

div#content {
	width: 499px;
	background-color: #FFFFFF;
	margin: 0 150px 0 150px;
	padding: 0;	
}

div#right {
	position: absolute;
	top: 0;
	right: 0px;
	width: 151px;	
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}

div#text {
	height: expression("850px"); /* can only be read by IE6 and maybe IE7 */
	min-height: 850px;			/* is read by other browsers */
	width: 499px;
    margin: 0;
	padding: 0;
	/*border-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;*/
	font-size: 12px;
	float: left;
}

div#text-search {
	height: expression("850px"); /* can only be read by IE6 and maybe IE7 */
	min-height: 850px;			/* is read by other browsers */
	width: 450px;
    margin: 0;
	padding: 0;
	/*border-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;*/
	font-size: 12px;
	float: left;
}

div#g-and-s-text {
	height: expression("850px"); /* can only be read by IE6 and maybe IE7 */
	min-height: 850px;			/* is read by other browsers */
	width: 499px;
    margin: 0;
	padding: 0;
	/*border-color: #00204E;
	border-bottom-width: 1px;
	border-bottom-style: inset;*/
	background-color: #FEF9A3;
	font-size: 12px;
	float: left;
}

div#search {
	height: 55px;
	width: 150px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	color:#FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#topAd {
	height: 75px;
	width: 499px;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
}

div#sidenav {
	width: 150px;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
}

div#smallAd {
	height: 200px;
	width: 150px;
	display: block;
	clear: both;
	float: right;
	margin: 0;
	padding: 0;
}


div#smallAd2 {
	height: 200px;
	width: 150px;
	display: block;
	clear: both;
	float: right;
	margin: 0;
	padding: 0;
}


/* ----------------------------------------			
			TOP NAV
---------------------------------------- */

#topnav li {
	display: inline;
	}
	
#topnav ul { 
	list-style-type: none; 
	font-size: 0.9em; 
	float: right; 
	margin-top: 6px; 
	padding-right: 0; 
	}


#topnav ul li a { 
	padding: 0 15px 0 0; 
	text-decoration: none; 
	color: #fff;
	}
	
#topnav ul a:hover { 
	color: #132f5e;
	}



/* ----------------------------------------			
			SIDE NAV
---------------------------------------- */

#sidenav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidenav li {
	float:left; 
	background:#6e84aa; 
	position:relative;
	border-top:1px solid #d4dae6;
	border-bottom: 1px solid #2e4875;
	width: 100%;
	}

#sidenav li a {
	text-decoration: none;
	display: block;
	height: 2.25em;
	line-height: 2.25em;
	color: #fff;
	width: 100%;
	text-indent:10px;
}

#sidenav a:hover {
	display: block;
	background-color: #036;
	color: #FFFFFF;
}

/* ---- Sidenav different colour blocks ---- */

.nav-other a {
	background-color: #3B598E;
	}

#race a {
	background-color: #F93;
	}

#speed a {
	background-color: #C33;
	}

#rally a {
	background-color: #69C;
	}

#offroad a {
	background-color: #8BB161;
	}

#autotest a {
	background-color: #675E92;
	}

#social a {
	background-color: #C39;
	}

	
/* ---- end of Sidenav different colour blocks ---- */



div#fia {
	height: 62px;
	width: 150px;
	clear: both;
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
}


#copyright {
	height: 47px;
	width: 130px;
	padding: 10px;
	float: left;
	margin: 0;
	color:#97a7c1;
	font-size: 9px;
}

#copyright a {
	color: 97a7c1;
}




/* ----------------------------------------			
			MISC styles
---------------------------------------- */

img#logo {
	float: right;
}


#textalignment {
	margin: 25px 25px 10px 25px;
	font-size: 14px;
}

.ReturnToTop {
	font-size: 10px;
	color: #000;	
}


.gs_intro {
	font-size: 10px;
	font-style: italic;
	}


.red {color: #C00;}


.underline {
	text-decoration: underline;
	}
	
.strikethrough {
	text-decoration: line-through;
	}