@charset "utf-8";
body, html {
	background-color: #333333;
	background-image: url(images/headerback.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 278px;
	width: 798px;
	z-index: 11;
}
.main {
	background-image: url(images/whiteback.jpg);
	background-repeat: repeat-y;
	min-height:150px;
	height: 100%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.footer {
	background-color: #374b18;
	height: 20px;
}
#fullheight{
	height:100%;
	z-index: 10;
};.menuback {
	background-repeat: repeat-y;
	width: 150px;
	height: 100%;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
}
.paragraphtitle {
	background-image: url(images/paragraphtitle.jpg);
	background-repeat: repeat-x;
	height: 45px;
	background-position: right bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color: #FFFFFF;
	z-index: 1;
}
.paragraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 5px;
}

#fullheight .footer .style1 a {
	color: #CCCCCC;
}
