* {
	margin: 0;
	padding: 0px;
}
html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #003333;
}
ul {
margin-left: 30px;
margin-bottom: 15px;
}
ul ul { margin-left: 45px}
#container {
	width: 821px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -38px;
	margin-left: auto;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 279px;
}
.left {
	float: left;
	width: 214px;
	background-image: url(images/bg_left.jpg);
	padding-top: 70px;
	background-repeat: no-repeat;
	background-position: 38px top;
}
.left .padding {
	padding-left: 38px;
}
.left ul, left li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.left ul li a {
	font-size: 14px;
	color: #000033;
	text-decoration: none;
	padding-left: 35px;
	display: block;
	padding-bottom: 7px;
	padding-top: 7px;
	background-repeat: no-repeat;
}
.left ul li a:hover {
	color: #006600;
	background-image: url(images/menu_ov.jpg);
	background-repeat: no-repeat;
}
.left ul li a.on {
	color: #006600;
	background-image: url(images/menu_ov.jpg);
	background-repeat: no-repeat;
}
.left ul ul {
	background-image: none;
	background-color: #ADCCD6;
}
.left ul ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.left ul ul li a:hover {
	background-image: none;
}
.left ul ul li a.on {
	background-image: none;
}
.normal {
	margin-left: 214px;
	padding: 20px;
	font-size: 12px;
}
.normal h1 {
	font-size: 18px;
	color: #000066;
	padding-bottom: 3px;
}
.normal h2 {
	font-size: 14px;
	color: #996633;
	padding-bottom: 3px;
}
.normal h3 {
	font-size: 12px;
	color: #000066;
	padding-bottom: 3px;
}
.normal p {
	padding-bottom: 15px;
}
.normal a {
	color: #006600;
}
.normal a:hover {
	color: #000066;
}
#footer, #push {
	height: 38px;
		clear: both;
}
#footer {
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	width: 821px;
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	color: #663300;

}
#footer p {
	padding-left: 65px;
	padding-top: 15px;
}
#footer a {
	color: #663300;
}
#footer a:hover {
	color: #9D0A0E;
}
