* { margin: 0px; padding: 0px; }

body {
	background: #d7e1cf url(images/topbg.jpg) repeat-x;
}
#header {
	width: 1008px;
	height: 150px;
	background: url(images/logo.jpg) no-repeat;
}
#header h1, #header h2 {
	display: none;
}
#container {
	width: 1000px;
	background: #bec5b7 url(images/topright.jpg) top right no-repeat;
}
#left {
	float: left;
	width: 250px;
}
#leftbgwrap {
	width: 1008px;
	background: transparent url(images/topright.jpg) top right no-repeat;
}
#bodywrap {
	width: 1008px;
	background: transparent url(images/right.jpg) top right repeat-y;
}
#right {
	margin-left: 237px;
	padding-left: 13px;
	background: #fff url(images/innavright.jpg) top left repeat-y;
}
#nav {
	font-family: consolas,monospace;	
	color: #797e75;
	font-size: 10pt;
}
#nav h1 {
	margin-right: 25px;
	padding: 5px;
	background: #132a00;
	font-family: consolas,monospace;
	font-size: 8pt;
	color: #74a948;
}
#nav p {
	font-size: 10pt;
}
#nav ul {
	margin-left: 20px;
}
#nav li {
	list-style-type: none;
}
.btype {
	color: #7e8bcf;
}
#nav a:link, #nav a:visited {
	color: #26430a;
	text-decoration: none;	
}
#nav a:hover, #nav a:visited:hover {
	color: #c7d9b4;
	background: #152405;
}
#content {
	font: 10pt verdana,sans-serif;
}
#content p {
	padding: 5px 25px 20px 25px;  
	line-height: 17px;
}
#content h1 {
	margin-right: 25px;
	padding: 5px 25px;
	background: #1a1a1a;
	color: #74a948;
	font: bold 14pt consolas,monaco,freemono,monospace;	
}

#content h2 {
	margin-right: 50px;
	padding: 5px 25px;
	background: #2d2d2d;
	color: #74a948;
	font: bold 12pt consolas,monaco,freemono,monospace;
}

#content h3 {
	margin-right: 75px;
	padding: 5px 25px;
	background: #3d3d3d;
	color: #74a948;
	font: bold 10pt consolas,monaco,freemono,monospace;
}

#content h4 {
	margin-right: 100px;
	padding: 5px 25px;
	background: #4d4d4d;
	color: #74a948;
	font: bold 10pt consolas,monaco,freemono,monospace;
}

#content h1 a:link, #content h1 a:visited, #content h2 a:link, #content h2 a:visited, #content h3 a:link, #content h3 a:visited, #content h4 a:link, #content h4 a:visited {
	color: #8ade42;
	text-decoration: underline;
}

#content h1 a:hover, #content h1 a:visited:hover, #content h2 a:hover, #content h2 a:visited:hover, #content h3 a:hover, #content h3 a:visited:hover, #content h4 a:hover, #content h4 a:visited:hover {
	background: #000;
}

#content ul {
	margin: 5px 25px 20px 50px;
}

a img {
	border: 0px;
}

#cleardiv {
	clear: both;
}
#footer {
	height: 99px;
	width: 1008px;
	background: url(images/footerbg.jpg) no-repeat;
}

#footernav {
	margin-left: 250px;
	text-align: center;
	color: #9fa996;
	font: 8pt verdana,sans-serif;
}
#footernav li {
	display: inline;
}
#footernav a:link, #footernav a:visited {
	color: #9fa996;
	text-decoration: none;
}
