@charset "UTF-8";
body {
	font: normal 12px/17px Verdana, Arial, Helvetica, sans-serif;
	background: #6F8DB9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #99ADCE;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	padding: 0px;
}
#header {
	background: #000053;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#headerul {
	font-size: 12px;
	color: #FFFFFF;
	float: right;
	text-decoration: none;
	list-style: none;
	width: 100%;
	padding-left: 0px;
	background: #6F8DB9 url(images/lev-nav-bar.jpg) repeat-x;
	display: block;
	padding-right: 0px;
	margin: 0px;
}
#headerul li {
	padding: 0px;
	color: #000053;
	text-decoration: none;
	float: right;
}
#header li a {
	display: block;
	padding: 0px;
	padding: 3px 20px;
	text-decoration: none;
}
#headerul a:hover {
	background: #000053;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 20px;
}
h1 {
	font: normal 20px "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #000033;
}
h2 {
	font: normal 16px "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #000033;
}
#mainContent {
	padding: 40px 75px 20px;
	margin: 0px;
	text-align: justify;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#99ADCE;
	margin: 0px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px 40px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000033;
}
h3 {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
}
h4 {
	font: normal 12px/20px "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #000033;
}
#headerul li a {
	color: #000053;
	text-decoration: none;
}
#sidebar1 {
	float: right;
	width: 180px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
#mainContent div {
	padding: 5px;
}
