@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #65770b;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-family: "Calibri", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 0px;

}

#contentContainer{
	width:960px;
	margin-left: auto;
	margin-right: auto;
}
#innerContainer{
	width:960px;
	float: left;
	display: inline;
}
#mainContainer {
	width:960px;
	float: left;
	padding-left: 0px;
	padding-right:0px;
}
#header {
	background-image: url(../gfx/header.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 133px;
	width: 960px;
	margin-top: 0px;
	padding-top: 0px;
}
#splash {
	font-family: "Calibrii", Arial, Helvetica, sans-serif;
	background-image: url(../gfx/splashbg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 256px;
	width: 940px;
	padding-top: 20px;
	padding-left: 20px;
	color: #333333;
	font-size: 24px;
	line-height: 1.2;
	font-weight: normal;
}
.contacttext {
	font-weight: bold;
	color: #65770B;
}

.textlink {
	font-size: 100%;
	text-decoration: none;
	color: #65770B;
	font-weight: bold;
}
.logo {
	float: left;
	height: auto;
	width: auto;
	padding-top: 20px;
	padding-left: 20px;
	margin-right: 30px;
}
a:hover {
	text-decoration: underline;
}
#maincontent {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(../gfx/contentbg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: auto;
	width: 916px;
	border: 2px solid #808080;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
	padding-bottom: 30px;
}
#mainleft {
	float: left;
	height: auto;
	width: 460px;
	color: #333333;
	line-height: 1.3;
	font-size: 14px;
	margin-right: 10px;
}

#mainleftrest {
	float: left;
	height: auto;
	width: 680px;
	color: #333333;
	line-height: 1.3;
	font-size: 14px;
	margin-right: 10px;
}
#maincenter {
	float: left;
	height: auto;
	width: 210px;
	color: #333333;
	line-height: 1.3;
	font-size: 14px;
	padding-left: 10px;
	border-left: solid #999999 thin;
}
h1 {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
}
#mainright {
	float: left;
	height: auto;
	width: 210px;
	color: #333333;
	line-height: 1.3;
	font-size: 14px;
	padding-left: 10px;
	border-left: solid #999999 thin;
}

#footer {
	color: #FFFFFF;
	float: left;
	height: 120px;
	width: 960px;
}
.footerleft {
	color: #FFFFFF;
	float: left;
	width: 400px;
	font-size: 14px;
}
.footerright {
	color: #FFFFFF;
	float: right;
	width: 400px;
}
.footerlink {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

