html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Trebuchet MS, sans-serif;
	color: #404040;
	font-size: 12px;
}
/*************	HEADER	****************/
#header {
	margin-left: 140px;
	background-color: #ffd700;
	background-image: url(../images/topbg.gif);
	background-repeat: repeat-x;
	height: 50px;
}

html>body #header {
	height: 50px;
}

#header h1 {
	font-size: 22px;
	color: #4169e1;
	padding: 10px 10px 0px 190px;
	margin:0px;
}

/*************	NAV	****************/
#nav {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
	height: auto;
	background-color: #ffd700;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-y;
}
#nav img{
	padding: 0px 0px 3px 0px;
	border-left: 5px solid #4169e1;
	border-top: 5px solid #4169e1;
}

#nav a:link, #nav a:visited{
	display: block;
}

#nav a{
	padding: 2px 0px 2px 8px;
	text-decoration: none;
	color: #4169e1;
	font-weight: bold;
}

#nav a:hover{
	background-color: #4169e1;
	padding: 2px 0px 2px 8px;
	color: #ffd700;
	font-weight: bold;
}

#nav .sub {
	padding-left: 15px;
}

#nav .sub:hover {
	padding-left: 15px;
}

#nav .gchild {
	padding-left: 24px;
}

#nav .gchild:hover {
	padding-left: 24px;
}

#nav .active{
	background-color: #4169e1;
	padding: 2px 0px 2px 8px;
	color: #ffd700;
	font-weight: bold;
}

#nav .subactive{
	background-color: #4169e1;
	padding: 2px 0px 2px 15px;
	color: #ffd700;
	font-weight: bold;
}
#nav .subactive:hover {
	padding-left: 15px;
}

#nav .gchildactive{
	background-color: #4169e1;
	padding: 2px 0px 2px 24px;
	color: #ffd700;
	font-weight: bold;
}
#nav .gchildactive:hover {
	padding-left: 24px;
}
/*************	END	****************/

/*************	CONTENT	****************/
#content {
	background: #fff;
	margin: 3px 140px 5px 140px;
}
/* for Mozilla */
html>body #content {
	margin: 3px 135px 5px 135px;
}

html>body #content h2{
	font-size: 17px;
	margin-left: 10px;
}

html>body #content p, table{
	margin-left: 10px;
	padding-left: 0px;
	line-height: 18px;
}

#content h2{
	font-size: 24px;
	margin-left: 5px;
}

#content p, table{
	margin-left: 5px;
	padding-left: 0px;
	line-height: 18px;
}

#content img{
	margin-left: 5px;
	padding-left: 0px;
}

html>body #content img{
	margin-left: 10px;
	padding-left: 0px;
}

#content th{
	background-color: #4169e1;
	color: #ffd700;
}

#content .heading{
	font-wieght: bold;
	font-size: 12px;
	color: #4169e1;
}

/*************	RIGHT	****************/
#right {
	position: absolute;
	right: 0px;
	top: 50px;
	width: 140px;
	background:#fff;
	padding-right: 2px;
}

#right p {
	font-size: 11px;
	text-align: center;
}
/*************	FOOTER	****************/
#footer{
	border-top: 1px solid #4169e1;;
	margin: 3px 141px 0px 141px;
	padding-top: 3px;
	text-align: center;
	font-size: 11px;
}

/*************	GENERAL STYLES	****************/
p,h1 {
	margin:0px 10px 10px 10px;
}

h1 {
	font-size:14px;
	padding-top:10px;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/* Vdeamon Alert */
.vdalert{
	color: red;
	font-weight: bold;
	margin-left: 10px;
}
.bold {	font-weight: bold;}
/************* draws results stats ***************/
/** nav menu at the top of each page - named links **/
hr {
	width: 90%;
}
html>body .title{
  font-weight: bolder;
  padding-left: 10px;
}

.title{
  font-weight: bolder;
  padding-left: 5px;
}

html>body .menu {
	padding: 0px 15px 0px 15px;
}

.menu{
	padding: 0px 10px 0px 10px;
}

html>body .newsheading{
 	font-weight: bold;
	padding-left: 10px;
}

.newsheading {
	font-weight: bold;
 	padding-left: 5px;
}

.content{
  line-height: 17px;
  margin: 0px 0px 0px 30px;
  width: 50%;
}

.contentalt{
  line-height: 17px;
  background-color: #ececec;
  margin: 0px 0px 0px 30px;
  width: 50%;
}

/** link to return to top **/
.top{
	margin-left: 400px;
}

/**** stats ****/

.drawheadingcentre{
  font-family: Trebuchet MS, sans-serif;
  font-size: 11px;
  background-color: #4169e1;
  color: #FFFFFF;
  line-height: normal;
  text-align:center;
  font-weight: bold;
}

.contentcentre{
  font-family: Trebuchet MS, sans-serif;
  font-size: 11px;
  color: #404040;
  line-height: 17px;
  text-align:center;
  font-weight: bold;
}

.contentaltcentre{
  font-family: Trebuchet MS, sans-serif;
  font-size: 11px;
  background-color: #e0e0e0;
  color: #404040;
  line-height: 17px;
  text-align:center;
  font-weight: bold;
}



