#noshow { display: none; }
body,html {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 100%;
	background-color: #EDEDED;
	background-image: url(../layout/background.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

a, a:visited {
	color: #0540AD;
}

p,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h3 {
	margin-top: 0px;
	color: #59799E;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 772px;
	text-align: left;
	min-height: 600px;
	*height: 600px;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(../layout/header.jpg);
	width: 772px;
	height: 260px;
	color: #832400;
}

.mainnav {
	width: 140px;
	border: solid #E6E6E6 1px;
	margin-top: 9px;
	margin-bottom: 0px;
	margin-left: 17px;
	padding-bottom: 9px;
}

.mainnav h1 {
	font-size: 12px;
	background-image: url(../layout/nav-header.gif);
	width: 134;
	*width: 139px;
	height: 19px;
	padding-left: 6px;
	padding-top: 1px;
	margin: 0px 0px 8px 0px;
	color: #4D4D4D;
}

a.subnav-item, a.subnav-item:visited {
	padding-left: 8px;
	padding-bottom: 4px;
	font-size: 12px;
	text-decoration: none;
	color: #0540AD;
}

a.subnav-itemselected, a.subnav-itemselected:visited {
	padding-left: 8px;
	padding-bottom: 4px;
	font-size: 12px;
	text-decoration: none;
	color: #16A216;
}

#content {
	position: relative;
	background-color: #fff;
	width: 768px;
	*width: 770px;
	min-height: 500px;
	*height: 500px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#left-content {
	position: absolute;
	float: left;
	top: 0px;
	left: 5px;
	width: 178px;
	clear: both;
	border: 1px solid #34AF34;
	padding-bottom: 9px;
}

#right-content {
	position: relative;
	text-align: left;
	width: 400px;
	min-height: 250px;
	*min-height: 600px;
	margin-left: 200px;
}

#right-content h1 {
	font-size: 16px;
	padding: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
}

#right-content p {
	margin-top: 0px;
	color: #333333;
	margin-bottom: 10px;
	padding-left: 1px;
}

#featured-content {
	position: relative;
	text-align: left;
	width: 542px;
	background-color: #F2F6E8;
	border: 1px solid #ACB5BA;
	margin-left: 200px;
	margin-bottom: 15px;
	text-align: center;
}

#featured-content #featured-header {
	border-bottom: 1px solid #ACB5BA;
}

#featured-content #featured-header h2 {
	font-size: 16px;
	color: #4971A4;
	margin: 6px 0 6px 0;
	padding: 0;
}

#featured-content #featured-text {
	margin-top: 12px;
	padding: 10 15px 10px 15px;
	text-align: left;
}

#footer {
	position: relative;
	font-size: 11px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 10px;
	color: #6A6B6B;
}

#footer a, #footer a:visited {
	color: #14A413;
}

form {
	margin: 0px;
	padding: 0px;
}

label {
	margin-left: 7px;
}

input {
	border:1px solid #CCC;
	background:#fff url(../layout/form.gif) repeat-x top left;
	margin-left: 7px;
	padding-left:0.5em;
	margin-bottom:0.6em;
}

#login {
	width: 70px;
	padding-left:0px;
	margin-top: 5px;
}
