/* CSS Document */
BODY {
	font-family: arial, sans-serif;
	margin: 0px;
	background-image: url(graphics/bg_full.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
}

#container {
	width: 720px;
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;	
}

#maincontainer {
	width: 720px;
}

#header {
	width: 720px;
	height: 173px;
	background-color:#FFFFFF;
}

#contentbg {
	width: 720px;
	background-image:url(graphics/bgforcontent.gif);
	float: left;
	clear: left;
}

#topmenu {
	clear: right;
	float: right;
	text-align:right;
	width: 300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d91719;
	padding: 20px 0px 0px 0px;
}

#topmenu A{
	color: #d91719;
	text-decoration: none;
}

#topmenu A:hover{
	color: #d91719;
	text-decoration:underline;
}

#logo {
	background-image:url(graphics/logo.jpg);
	background-repeat: no-repeat;
	width: 120px;
	height: 132px;
	float: left;
	clear: left;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

#slogan {
	background-image:url(graphics/slogan.jpg);
	background-color:#FFFFFF;
	width: 419px;
	height: 39px;
	float: right;
	clear: right;
	position: relative;
	left: 0px;
	top: 25px;
	right: 0px;
	bottom: 0px;
}

#menu {
	background-image:url(graphics/menubg.gif);
	background-repeat: no-repeat;
	width: 720px;
	height: 30px;
	float: left;
	clear: left;
	padding: 11px 0px 0px 0px;
	
}

#mainimage {
	width: 720px;
	height: 240px;
	float: left;
	clear: left;
}

#mainimageinternal {
	width: 720px;
	height: 120px;
	float: left;
	clear: left;
}

#leftside {
	background-color: #f6efde;
	width: 200px;
	float: left;
	clear: left;
}

#leftsideinside {
	background-color: #f6efde;
	width: 180px;
	padding: 18px 10px 10px 10px;
	float: left;
	clear: left;
}

#center {
	width: 320px;
	float: left;
	background-color: #FFFFFF;
}

#centerinternal {
	width: 520px;
	float: left;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}

#centerinside {
	width: 270px;
	float: left;
	padding: 10px 25px 0px 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5a8a5a;
	font-size:14px;
	line-height: 21px;
	text-align: justify;
	clear: left;	
}

#centerinsideinternal {
	width: 475px;
	float: left;
	padding: 0px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5a8a5a;
	font-size:14px;
	line-height: 21px;
	text-align: justify;
	clear: left;
}

#centerinsideinternal A{
	color: #5a8a5a;
	text-decoration: underline;	
}

#centerinsideinternal A:hover{
	color: #d91719;
	text-decoration: underline;	
}

#rightside {
	background-color: #f6efde;
	width: 200px;
	float:right;
	clear: right;
}

#rightsideinside {
	background-color: #f6efde;
	width: 180px;
	padding: 14px 10px 0px 10px;
	float: left;
	clear: left;
}

#spacer {
	background-color: #ffffff;
	width: 720px;
	height: 20px;
	float: left;
	clear: left;
}

#bottomlinks {
	background-color:#7bab7b;
	color: #FFFFFF;
	width: 720px;
	height: 60px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	clear:left;
	text-decoration: none;
	line-height: 18px;
}

#bottomlinks A{
	color: #FFFFFF;
	text-decoration: none;
}

#bottomlinks A:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

#maptext{
	background-image:url(graphics/map_text.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #5a8a5a;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	display: block;
	width: 150px;
	height: 80px;
	text-align: left;
	clear: left;
	padding: 15px 15px 5px 15px;
	position: relative;	
	margin: 0px 0px 0px 0px;
}


.sidemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a8a5a;
	line-height: 14px;
	background-color: #fdfbf7;
	height: 14px;
	width: 160px;
	text-decoration: none;
	display: block;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
}

A.sidemenu A{
	text-decoration: none;
	color: #999999;
}

A.sidemenu:hover{
	color: #d91719;
	background-color:#FFFFFF;
}

.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a8a5a;
	line-height: 14px;
	text-decoration: none;
	text-align: left;
}

.table A{
	text-decoration: none;
	color: #5a8a5a;
}

.table A:hover{
	color: #5a8a5a;
	background-color:#FFFFFF;
	text-decoration: underline;
}