@charset "utf-8";
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: "Comic Sans MS", Arial, Verdana;
	font-size: 100%;
	color: #DBDBDB;
	background-color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	
	
}

#container  {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	background-color: #000000;
} 


#header {
	background-color: #666666;
	color: #E0E0E0;
	background-image: url(../assets/images/topimagefinal.JPG);
	height: 130px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
}


#subheader {
	height: 50px;
	background-color: #000000;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: right;
	font-size: 95%;
	vertical-align: baseline;
}
#subheader2 {
	margin: 0px;
	padding: 0px;
	height: 55px;
	background-image: url(../assets/images/bgshadegrey.JPG);
}


#sidebar {
	background-color: #666666;
	width: 105px;
	float: left;
	color: #666666;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebarheader {
	background-color: #FFCC00;
	height: 210px;
	margin: 0px;
	padding: 0px;
}

#nav {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	font-size: 85%;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#nav a {
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
}
#nav a:link {
	color: #FF9900;
	text-decoration: none;
	background-color: #808080;
}
#nav a:visited {
	color: #FF9900;
	text-decoration: none;
	background-color: #808080;
}

#nav a:hover {
	background-color: #333333;
	color: #FFFF99;
}
#nav a:active {
	background-color: #333333;
	color: #FFFF99;
}

#mainContent {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 115px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 85%;
}

#mainContent p {
	font-size: 100%;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent  h1 {
	font-size: 125%;
	color: #FFFFFF;
	line-height: 1.3;
	padding-top: 3px;
	margin: 0px;
	padding-bottom: 5px;
	font-weight: normal;
	
}
#mainContent h2 {
	font-size: 110%;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#mainContent h3 {
	font-size: 100%;
	color: #FFCC66;
	font-weight: normal;
	margin: 0px;
	line-height: 1.2;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mainContent h4 {
	background-color: #CCCCCC;
	padding: 5px;
	width: 150px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #000000;
	font-size: 125%;
}
#mainContent h5 {
	color: #FFCC66;
	font-size: 85%;
	font-weight: normal;
	margin: 0px;
	vertical-align: baseline;
	padding: 0px;
	line-height: 1.5;
}
#mainContent h6 {
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
	margin: 0px;
	vertical-align: baseline;
	padding: 0px;
	line-height: 1.5;
	font-style: italic;
}
#mainContent a {
	color: #FF9900;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#mainContent a:link, #nav a:visited {
	color: #FF9900;
	text-decoration: none;
	

}

#mainContent a:hover, #nav a:active {
	color: #FFFF99;
}

table {
	margin: 0px;
	padding: 0px;

}
th {
	color: #000000;
	text-align: left;
	letter-spacing: 1.2px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFCC00;
}

tr {
	border: 1px solid #990099;
	vertical-align: top;
}

td  {
	font-size: 100%;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
}
#runs {
	border-bottom-style: none;
	border-bottom-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
td#run {
	font-weight: bold;
	color: #FFCC00;
}
td#hares {
	color: #999999;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#news td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#news h2 {
	font-size: 100%;
	color: #990099;
}
#news h3 {
	font-size: 135%;
	font-weight: bold;
	background-color: #FFCC00;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #000000;
}
#news h4 {
	background-image: url(../images/banner5.gif);
	color: #000000;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 125%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 2px;
}
#news h5 {
	background-color: #FFCC00;
	color: #000000;
	font-size: 135%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 0px;
}

	
#side_detail td {
	font-size: 85%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#news {
	border: 1px solid #FF9900;
}
#onsec {
	border: 1px solid #9933CC;
}
#onsec td{
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#onsec a {
	text-decoration: none;
}
#onsec h1 {
	font-size: 125%;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #990099;
	margin: 0px;
}
#onsec h2 {
	font-size: 125%;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #999999;
}


#onsec  h3 {
	color: #990099;
	font-size: 135%;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#onsec h4 {
	font-size: 110%;
	color: #990099;
	background-color: #000000;
	padding: 0px;
}
#onsec h5 {
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin: 0px;
}

#side_detail p {
	font-size: 92%;
	color: #FFFFFF;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.rghtimg {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.leftimg {
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.centreimg {
	margin: 0px;
	background-position: center;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

#footer {
	color: #EAEAEA;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 125px;
}
#onsec #side_detail p {
	font-size: 100%;
	color: #CC66CC;
}
