body {
	margin: 0px;
}

a:link, a:visited {
	color: #006600;
}

.frontpage {
	background: #fff url(images/background.jpg) repeat-x;
}

.frontpage2 {
	background: #fff url(images/bigbackground.jpg) no-repeat top center;
}

.innerpage {
	background: #fff url(images/background2.png) repeat-x;
}
.innerpage2 {
	background: #fff url(images/bigbackgroundinner.jpg) no-repeat top center;
}

#greenbar {
	background: url(images/swirls.png) center no-repeat;
	height: 314px;
}

#greenbar2 {
	height: 315px;
}

#greenbarInner {
	background: url(images/swirls40.png) center no-repeat;
	height: 40px;
}
#greenbarInner2 {
	height: 40px;
}

/* NAVLIST - Top Menu */
#navlist {
  	text-align: right;
	padding: 0px;
	margin: 0px;
	font: bold 17px Tahoma, Verdana, sans-serif;
}
#navlist li {
	padding: 0px;
	margin: 0px 0px 0px 25px;
	list-style: none;
	display: inline;
}
#navlist li a {
	text-decoration: none;
}
#navlist li a:link { color: #888; }
#navlist li a:visited { color: #888; }
#navlist #active { border-bottom: solid 4px #888; }
#navlist li a:hover {
	color: #000;
	border-bottom: solid 4px #000;
}

/* VERTICAL MENU */
#verticalmenu {
	padding: 0px;
	margin: 0px;
	font: bold 17px trebuchet ms, Tahoma, Verdana, sans-serif;
	border-bottom: solid 1px #999;
}
#verticalmenu li {
	margin: 0px;
	padding: 5px 0px 5px 5px;
	list-style: none;
	border-top: solid 1px #999;
}
#verticalmenu li a {
	text-decoration: none;
}
#verticalmenu li:hover {
}
#verticalmenu li a:link { color: #888; }
#verticalmenu li a:visited { color: #888; }
#verticalmenu .active { background-color: #F9DC91; }
#verticalmenu li a:hover {
	color: #000;
}
#verticalmenu .active a:visited { color: #000; }

/* FOOTER */

#footer {
	background: #4E504D url(images/bigfooterbg.png) center no-repeat;
	height: 106px;
	color: #ccc;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#footer .footerlinks a {
	color: #ccc;
	font-size: 12px;
	font-weight: bold;
	margin-left: 40px;
}
#footer .footerlinks a:hover {
	text-decoration: underline;
}
#footer a {
	color: #ccc;
}

h1 {
	font-family: trebuchet ms;
	font-weight: bold;
	color: #052B06;
	font-size: 30px;	
}

h2 {
	font-family: trebuchet ms;
	font-weight: bold;
	color: #486B49;
	font-size: 24px;	
}

#rules th, #rules td {
  	text-align: left;
  	padding: 15px 40px 15px 0px;
	font-family: trebuchet ms;
	color: #000;
	font-size: 20px;
}

#rules td {
	border-top: solid 1px #ddd;
	line-height: 26px;
	vertical-align: top;
}


#frontpagelist {
	list-style-image: url(/images/tick.png); 
	font-size: 14px;
}

#frontpagelist li {
	margin: 5px 0px 5px 30px;
}



/* FORMS */
fieldset {  
	padding: 0; 
	float: left;  
	clear: left;  
	width: 600px;  
	margin: 0.5em 0 0.5em 0;  
} 
fieldset div input, fieldset div textarea {
	width: 20em;  
	font-family: arial;
}
.error {
	display: block;  
	font-size: 85%;  
	font-weight: normal;  
	text-transform: uppercase; 
	background-color: #900;
	color: #fff;
	text-align: center;
	padding: 5px;
	margin: 10px;
}
legend {
	margin-left: 1em;  
	color: #000000;  
	font-weight: bold; 
} 
fieldset div {  
	padding-bottom: 1em; 
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 1em; 
} 
fieldset.submit {  
  	margin: 0;
  	padding: 0;
	border-style: none; 
	text-align: center;
}
label {  
	float: left;  
	width: 12em;  
	margin-right: 1em; 
}
label strong {  
	display: block;  
	color: #C00;  
	font-size: 85%;  
	font-weight: normal;  
	text-transform: uppercase; 
}


#wheretoplaytable {
	width: 100%;
}
#wheretoplaytable th, #wheretoplaytable td {
	text-align: left;
	padding: 8px;
	border-right: solid 3px #fff;
	border-bottom: solid 3px #fff;
	font: 16px trebuchet ms, Tahoma, Verdana, sans-serif;
	line-height: 26px;
}
#wheretoplaytable th {
	background-color: #ddd;
}
#wheretoplaytable td {
	background-color: #eee;
}
#wheretoplaytable .operatorname {

}

