body {
	font-family: Verdana, Arial, Helvetica, sans-serif, Calibri;
	font-size: 11px;
	line-height: 180%;
	background-color: #97CB63;
	margin: 0px;
}
#main {
	margin: auto;
	width: 1000px;
	background-color: #061147;
	height: auto;
}

#topban {
	height: 145px;
	width: 1000px;
	margin-top: 27px;
	background-image: url(../images/bg_bannertop.jpg);
	background-repeat: repeat-x;
}
#maincontent {
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
	width: 1000px;
	clear: left;
	float: left;
}
#whitespace {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	height: 20px;
	width: 934px;
	background-image: url(../images/bg_inner_contetn.jpg);
	float: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 16px;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#innercontent {
	background-color: #FFFFFF;
	height: auto;
	width: 935px;
	float: left;
	padding-bottom: 44px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 50px;
}
#btmbar {
	background-image: url(../images/bg_btmbar.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 1000px;
	clear: both;
	float: left;
	padding-top: 10px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}
a:link {
	color: #327728;
	text-decoration: none;
}
a:visited {
	color: #327728;
	text-decoration: none;
}
a:hover {
	color: #327728;
	text-decoration: underline;
}
hr {
	color: #CCCCCC;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}

h1 {
	font-size: 22px;
	color: #333333;
	font-weight: normal;
	line-height: 25px;
}
h2 {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 110%;
}
#main .columnright {
	float: right;
	width: 178px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	line-height: 165%;
	
}
.columnrighttitle {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #97CB63;
	background-image: url(../images/bg_columright_title.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 180px;
	text-indent: 5px;
	padding-top: 5px;
	text-transform: uppercase;
	overflow: hidden;
	margin-bottom: 10px;
}

.columnrightbtm {
	float: right;
	width: 180px;
	background-image: url(../images/bg_columnright.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 18px;
	margin-bottom: 25px;
}
#colmnrightholder {
	float: left;
	width: 178px;
}

.fixturesleft {
	float: left;
	width: 69px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#columnleft {
	float: right;
	width: 745px;
}
/* drop down menu */
#navholder {
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-x;
	height: 35px;
	width: 100%;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: normal;
	width: auto;
}
#nav li {

	float: left;
	position: relative;
	background-color: #EAEAEA;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	}
#nav a:link, #nav a:visited {
	display: block;
	text-decoration: none;
	color: #EAEAEA;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#nav a:hover {
	background-color: #FF6600;
	font-weight: bold;

}
#nav ul {
	display: none;
	position: absolute;
	padding: 0;
}
#nav ul li {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #FF6600;
	background-color: #333333;
	font-size: 100%;
	margin-bottom: -1px;
	padding: 0;
	line-height: 22px;
}

#nav li:hover ul {
	display: block;
	color: #FFFFFF;
	background-color: #FF9900;
	
}
.lsubnav {
	width: 200px;
	text-indent: 15px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;	
}

/* end */
.trbrdrbtm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.heading {
	font-size: 14px;
	font-weight: bold;
	color: #327728;
}
.headingblue {
	font-size: 15px;
	font-weight: bold;
	color: #40455E;
}
.headinglgegreen {
	font-size: 16px;
	font-weight: bold;
	color: #327728;
}
.smallgrey{
	font-size: 11px;
	color: #666666;
}
