@charset "UTF-8";
/* CSS Document */
body {
	margin: 0 0 0 0;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	}
.bevelmenu{
	font: bold 12px arial;
	margin: 0;
	width: 100%;
	text-align: center; /*set value to "right" for example to align menu to the right of page*/
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.bevelmenu li{
	list-style: none;
	display: inline;
	}

.bevelmenu li a{
	text-decoration: none;
	color: #FFF;
	padding-top: 3px;
	padding-right: 0.3em;
	padding-bottom: 6px;
	padding-left: 0.3em;
}

.bevelmenu li a:hover{
	color: #E88C1A;
	}
A.link {
	text-decoration: underline;
	color:#FFFFFF;
	font-family: verdana, arial, sans-serif;
}
A:hover.link {
	text-decoration: none;
	}
A:visited.link {  /**/
		color:#FFFF99;
}
.glossymenudate {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
.glossymenuEvent {
	padding-left: 0px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
}
.glossymenu{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 170px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
	text-align: center;
	}

.glossymenu li a{
	background: white url(images/glossyback.gif) repeat-x bottom left;
	font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 0px;
	text-decoration: none;
}

.glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 100%;
	color: #FFF;
}

.glossymenu li a:visited, .glossymenu li a:active{
	color: white;
}

.glossymenu li a:hover{
	background-image: url(images/glossyback2.gif);
}

.style8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}
.style11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFF;
}
	
.style28 {
	color: #FFA502;
	font-weight: bold;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style29 {
	color: #E88C1A;
	font-weight: bold;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.style30 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #80461F;
	list-style-type: circle;
}
.style30 a {
	color: #80461F;
}
.style30 a:link{
	color: #80461F;
	}
.style30 a:hover{
	color: #E88C1A;
	text-decoration: none;
}

.style31 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A15C2E;
}

.style32 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #E88C1A;
	font-weight: bold;
}
.style33 {
	color: #FFFFFF
}
	
.style34 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.style34 a:link{
	color: #FFF;
	text-decoration: underline;
	font-size: 14px;
}
.style34 a:hover{
	color: #FFF;
	text-decoration: none;
}
.menu {
	background-color: #CAB866;
}
.centre {
	background-color: #e8deb8;
	background-image: url(images/bkground_dark.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.footer {
	background-color: #4E7625;
}
.left {
	background-color: #55772D;
}
.right {
	background-color: #E8E8E8;
}
.right br {
	line-height: 30px;
}
div#sportsEvents {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	display: block;
	height: 50px;
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-top: 10px;
	text-align: center;
	margin: 0px;
}
div#message{
	border: 2px double #567730;
	}
div#message h1 {
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	background-color: #567730;
	font-size: 12px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 3px;
}
div#message p {
	font-style: italic;
}

