/* ------ MEDIA TAG ----- */

@media screen {

body {
	padding: 0px;
	margin: 0px 5px 10px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-image: url(/images/template/bg-main-green.jpg);
	background-repeat: repeat-x;
	background-color: #00C035;
	overflow: -moz-scrollbars-vertical;  /*add scrollbar to mozilla when to short to scroll normally*/
}

p {
	line-height: 140%;
}

a {
	color: #FF0000;
}

a:hover {
	color: #FF0000;
}

h1 {
	font-size: 180%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}

h2 {
	font-size: 145%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}

h3 {
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}

th {
}

td {
}



li {
	line-height: 140%;
}

blockquote {
	margin-left: 20px;
}

.clear {
 clear: both;
 display: block;
 height: 0px;
 overflow: hidden;
 margin: 0px;
 padding: 0px;
}

.siteContainer {
	margin: 0px auto;
	width: 770px;
	background-color: #FFFFFF;
	background-image: url(/images/template/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.header {
	padding: 0px 30px 0px 30px;
}

.header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.headerTopLeft {
	float: left;
}

.headerTopRight {
	float: right;
	margin-top: 5px;
}

.headerTopRight img {
	padding-left: 2px;
}

.headerMain {
	clear: both;
	border-top: 1px solid #CC0000;
}

.headerMenu {
	background: url(/images/bg_menu.gif) no-repeat bottom right;
	height: 24px;
	border-top: 1px solid #c00;
	margin-bottom: 15px;
}

.headerMenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.headerMenu li {
	float: left;
	height: 24px;
	font-size: 75%;
	text-transform: uppercase;
	font-weight: bold;
	background: url(/images/divider.gif) repeat-y top left;
	padding: 0px 0px 0px 2px;
	margin: 0px;
}

.headerMenu li.headerMenuHome {
	background: url(/images/template/bg-menu-home.gif) no-repeat top left;
	padding: 0px;
}

.headerMenu li a {
	padding: 5px 15px 3px 15px;
	height: 18px;
	margin: 0px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}

.headerMenu li a:hover {
	background: url(/images/template/bg-menu-active.gif) repeat-x top left;
}

.headerMenu li.headerMenuHome a:hover {
	background: url(/images/template/bg-menu-home-active.gif) no-repeat top left;
}
	
.headerMenu li a.selected {
	background: url(/images/template/bg-menu-active.gif) repeat-x top left;
}

.headerMenu li.headerMenuHome a.selected {
	background: url(/images/template/bg-menu-home-active.gif) no-repeat top left;
}

.mainLeft {
	padding: 0px 0px 0px 30px;
	float: left;
	width: 553px;
}

.playLeft {
	padding: 0px 0px 0px 30px;
	float: left;
	width: 653px;
}

.homeIntro h2 {
	font-weight: normal;
	font-size: 100%;
	color: #000000;
}

.mainRight {
	padding: 0px 30px 0px 0px;
	float: right;
	width: 142px;
	padding-left: 15px;
}

.playRight {
	padding: 0px 30px 0px 0px;
	float: right;
	width: 42px;
	padding-left: 15px;
}

.mainRight p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.results {
	background-image: url(/images/template/bg-resultsbox.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 260px;
	margin-bottom: 15px;
}

.resultsContainer {
	width: 265px;
	float: left;
	margin: 0px 0px 0px 10px;
}

.resultsContainer h1 {
	padding: 0px 0px 0px 0px;
	margin: 6px 0px 0px 0px;
}

.resultsContainer ul {
	background-image: url(/images/template/bg-results.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 10px;
	padding: 8px 0px 7px 8px;
}

.resultsContainer li {
	list-style-type: none;
	display: inline;
}

.mainColumns {
}

.mainColumnLeft {
	float: left;
	width: 268px;
}

.mainColumnLeft h1 {
	background-image: url(/images/template/heading-bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 5px 0px 6px 13px;
	font-size: 170%;
}

.mainColumnRight {
	float: right;
	width: 268px;
}

.mainColumnRight h1 {
	background-image: url(/images/template/heading-bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 5px 0px 6px 13px;
	font-size: 170%;
}

.mainColumnFull {
	clear: both;
}

.mainColumnFull h1 {
	background-image: url(/images/template/heading-bg-full.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 5px 0px 6px 13px;
	font-size: 170%;
}

.footer {
	clear: both;
	padding: 0px 30px 0px 30px;
	font-size: 80%;
	padding-right: 175px;
	margin-bottom: 24px;
}

.table {
	width: 100%;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}

.table th {
	padding: 4px;
	margin: 0px;
	font-size: 95%;
	text-align: left;
	background: #F8F8F8;
	border-bottom: 1px solid #CCCCCC;
}

.table td {
	padding: 4px;
}

.table .drawtitle {
	margin: 0px 0px 3px 0px;
	font-weight: bold;
	font-size: 120%;
	padding: 0px;
}

.table .centre {
	text-align: center;
}

.imageFloatLeft {
	float: left;
	margin: 0px 8px 8px 0px;
}

.imageFloatRight {
	float: right;
	margin: 0px 0px 8px 8px;
}

}

/* ------ END MEDIA TAG ----- */