html, body {
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #072D6E;
}
#layout {
	width: 734px;
	margin: 0 auto;
}
#shadow-right {
	background: url(images/border-right.jpg) repeat-y top right;
	width: 784px;
}
#shadow-left {
	background: url(images/border-left.jpg) repeat-y top left;
	width: 784px;
}
#mainContainer {
	position: relative;
	width: 750px;
	margin: auto;
	border: 1px solid #000;
	background: #FDFDE6;
}
#wrapper {
	width: 750px;
	float: left;
}
#logo {
	background: #000;
}
#header {
	float: left;
	background: #000;
}
#navigation {
	background: url(images/nav-bg.gif) repeat-x;
	width: 100%;
	float: left;
	border-top: solid 1px #000000;
}
#navigation ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
#navigation li {
	display: inline;
	padding: 0;
	float: left;
}
#navigation li a {
	padding: 10px 10px;
	background:url(images/nav-bg.gif) repeat-x top left;
	color: #fff;
	text-decoration: none;
	float: left;
}
#navigation li a:hover, #navigation a#current {
	background:url(images/rollover-bg.gif) repeat-x top left;
}
#navigation2 {
	width: 100%;
	float: left;
	border-bottom: solid 1px #000000;
}
#navigation2 ul {
	width: 100%;
	list-style: none;
	padding-left: 90px;
	margin: 0;
	float: left;
}
#navigation2 li {
	display: inline;
	padding: 0;
	float: left;
}
#navigation2 li a {
	padding: 5px 10px 5px 10px;
	color: #000000;
	text-decoration: none;
	float: left;
}
#mainContent {
	float: left;
	padding-bottom: 40px;
	min-height: 150px;
	padding-left: 10px;
	width: 100%;
}
#mainContent2 {
	padding-bottom: 40px;
	padding-right: 20px;
	min-height: 300px;
}
h1 {
	font-size: 120%;
	padding-left: 20px;
	padding-top: 10px;
}
h2 {
	font-size: 100%;
	padding-left: 20px;
}
h3 {
	font-size: 80%;
	padding-left: 20px;
}
p {
	padding-left: 20px;
	line-height: 1.5em;
}
#sidebar {
	width: 33%;
	float: right;
	background: #EBEBD2;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 85%;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #000;
	background: #072D6E;
	color: #fff;
}
#footer a {
	color: #FFFFFF;
}
label {
	display: block;
}
input_a {
	width: 185px;
}
textarea_a {
	width: 185px;
}
form_a {
	width: 200px;
	padding-left: 20px;
}
#logorow img {
	padding: 0px 15px 0px 15px;
}
img.floatright {
	float: right;
	padding-right: 30px;
	padding-top: 10px;
}

img.floatleft {
	float: left;
	padding-right: 20px;
}

.level-1 {
	padding-left: 20px;
}
.level-2 {
	padding-left: 20px;
}
#clear {
	clear: both;
}
