/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #656B6C;
	margin: 0px;
}


img.bord {
border-color : #CCCCCC;}

td.logo {
text-align:right;
}

A IMG {
border: 2px;
border-color : #ffffff;
}

.pagetop {
	width:818px;
	height:24px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/pagetop.gif);
	background-position:center;
	background-repeat:no-repeat;

}

.pagebottom {
	width:818px;
	height:24px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/pagebottom.gif);
	background-position:center;
	background-repeat:no-repeat;
	b
}


#container {
	width: 818px;
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}

.innercontainer {
	margin-right: 36px;
	margin-left: 36px;
}


#navigation{
	height: 40px;
	width: 746px;
	background-image: url(images/navbg1.gif);
	background-repeat: repeat-x;
	clear:both;
}

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 2px;
	

}
#navigation li {
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(images/navbg1.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	height: 40px;
}

#navigation li.on {
	border-bottom-width: 4px;
	border-bottom-color: #565B5C;
	border-bottom-style: solid;
}

#navigation li a:link,
#navigation li a:visited {
	padding:11px;

	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial;
}

#navigation li a:hover {
	text-decoration:underline;
}

#content {
	padding: 8px;
}

#content p,
#content li,
#content td {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 100%;
	color: #333333;
	margin-top: 3px;
}

#content h1, 
#content h2, 
#content h3 {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #45494A;
}


#content h2 {
	font-size: 140%;
	margin-top: 15px;
	padding-top: 0px;
	margin-bottom: 12px;
	padding-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


#content h3 {
	margin-top: 15px;
	padding-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 0px;
}

#content h4 {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #333333;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


#content a:link, 
#content a:visited,
#footer a:link,
#footer a:visited {
	color: #0066CC;
}

/* NOTICEBOARD */

.noticeboard {
border: 1px solid #CCCCCC;padding:10px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.noticeboard2 {
border: 1px solid #CCCCCC;padding:10px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#content .noticeboard {
background-color: #FFFFFF;
	padding-bottom: 20px;
}

#content .noticeboard p,
#content .noticeboard h3,
#content .noticeboard h4{
	padding-left: 15px;
	padding-right: 15px;
}

#content .noticeboard h4 {
	margin-bottom: 0px;
	color: #333333;
	font-size: 100%;
}



/* GREY BOXES */

.greybox {
	background-color: #EEEEEE;
	margin-bottom: 20px;
}

.greybox2 {
	background-color: #EEEEEE;
	margin-bottom: 20px;
		padding: 25px;
}


#content .greybox {
	padding: 15px;
}

#content .greybox h3 {
	margin-top: 0px;
}


#content p.download {
	float:right;
	margin-top:15px;
}

.leftcol {
	float:left;
	width:400px;
}


.rightcol {
	margin-left: 450px;
	width: 275px;
}

#footer {
	margin-left:8px;
	margin-right: 8px;
	padding-bottom: 0px;
	padding-top: 10px;
	color: #666666;
	font-size: 80%;
	font-family: "Trebuchet MS", Verdana, Arial;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


button {
	color:#333333;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor:pointer;
	float:right;
	margin-right: 70px;
	margin-top: 20px;
}

#content button a:link,
#content button a:visited {
	color:#000000;
	text-decoration:none;
}


.racebox {
	padding: 10px;
	padding-top: 5px;
	background-color:#F4F4F4;
	margin-bottom: 15px;
}.posted {
	font-size: 80%;
	color: #859085;
}
