body {
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

/* color definitions for PageBuildr */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link {
	color: #006600;
}

a:hover {
	color:#FF3300;
}

a:visited {
	color: #666666;
}

/* menu formatting */

#leftnav {
	width: 23%;
	float: left;
}

#submenu li {
	text-align: right;
	height: 35px;
}

#submenu a {
	background: #F7F9EC;
	display:inline;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	float: none;
	color: none;
	border-width: none;
	border-style: none;
	border-color: none;
	font-weight: bold;
	padding-top: 10px;
}

#submenu a:hover {
	background: #E7F2CA;
	color: none;
}

/* layout definitions for the system */

#container {
	width: 812px;
	margin: auto;
}

#bodycontent_container {
	float: right;
	width: 75%;
	margin-bottom: 10px;
	height: 1%;
}

#bodycontent_container table {
	max-width: 99%;
}

#bodycontent_contents {
	padding: 10px 20px 20px 20px;/**/
}

#footer {
	clear: both;
}