/* Baron Drawing Services */

/* Define the structure, layout and global formatting elements */
html * {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body, div, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}
#container {
	background: #FFFFFF;
	width: 770px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	color: #485B44;
}
#container a:link, #container a:visited {
	color: #C7D3C5;
	text-decoration: none;
}
#container a:hover {
	color: #FFCC00;
}
#container .leveler {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	background: #F8FCF8;
}
#header {
	width: 100%;
	height: 95px;
	color: #C7D3C5;
	position: relative;
}
#header #hdr_banner h1 {
	font-size: 10px;
	margin-left: 3px;
	color: #004400;
}
#header #hdr_banner {
	width: 500px;
	height: 70px;
}
#header #hdr_login {
	height: 80px;
	width: 160px;
	border: 1px solid #F8F9F7;
	padding: 5px;
	font-size: 10px;
	position: absolute;
	right: 5px;
	top: 5px;
}
#header #hdr_login th {
	text-align: left;
	padding: 5px 2px 5px 0px;
	font-size: 10px;
	font-weight: normal;
}
#header #hdr_login #login a:link, #header #hdr_login #login a:visited {
	background: #F8FCF8;
	display: block;
	border: 1px solid #C9D1C7;
	color: #C9D1C7;
	width: 50px;
	height: 12px;
	padding-left: 2px;
}
#header #hdr_login #login a:hover {
	color: #FFCC00;
	border-color: #FFCC00;
}
#header #hdr_login td {

}
#header #hdr_login #username, #header #hdr_login #password {
	font-size: 9px;
	color: #004400;
	background: #F8FCF8;
	padding-top: 2px;
	border-top: 1px solid #B7C8B7;
	border-left: 1px solid #B7C8B7;
}
#header #top_menu {
	color: #C7D3C5;
	margin-top: 15px;
	margin-left: 5px;
	font-size: 10px;
}
#header #top_menu ul {
	list-style: none;
	display: block;
	height: 15px;
}
#header #top_menu li {
	display: block;
	float: left;
	margin-right: 70px;
}
#content {
	clear: left;
	margin-top: 15px;
	padding: 5px;
	text-decoration: none;
}
#content h1 {
	font-size: 16px;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 14px;
	margin-bottom: 8px;
}
#content p {
	margin-bottom: 10px;
}
#footer {
	font-size: 10px;
	color: #C7D3C5;
	margin-top: 15px;
}
#footer #footer_left {
	width: 250px;
	float: left;
}
#footer #footer_mid {
	text-align: center;
}
#footer #footer_right {
	float: right;
	width: 250px;
	text-align: right;
}
