/* CSS Document */body {	margin: 0;	padding: 0;	background-color: #9DA592;	color: #333333;}#content-interface h1 {	font-size: 18px;	font-weight: bold;	color: #AA9174;}#main h1, #main-home h1 {	font-family: Arial, Helvetica, sans serif;	font-size: 20px;	font-weight: bold;	}h2 {	font-family: Arial, Helvetica, sans serif;	font-size: 16px;	font-weight: bold;}h2 a:link {	color: #7D8E66;	}	h2 a:hover {	color: #000;	}	h2 a:visited, h2 a:active {	color: #7D8E66;	}	h3 {	font-weight: bold;	font-size: 14px;	vertical-align: top;	}	#textinput {	background-color: #F5FEE5;	}	/* content */#content {	width: 740px;	margin: 0 0 0 25px;	background-color: #fff;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;}#content-interface {	<!--width: 940px;-->	width: auto;	padding: 20px;	background-color: #fff;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;}#content p, #content-interface p {	margin-bottom: 6px;}#meta {	display: block;	position: absolute;	left: 525px;	top: 90px;	margin: 0;	padding: 0;	width: 230px;	font-size: 11px;		}#meta p {	margin: 0px;	padding: 5px;	text-align: center;	font-family: Arial, Helvetica, sans-serif;	font-weight: bold;	color: #333;	}#meta a {	color: #333;	}	#meta a:link, #meta a:visited {	color: #333;	text-decoration: underline;	}#header {	background-color: #FFF;	}	#header h1 {	margin: 0px;	padding: 0px;	}/* sidebar styles */#sidebar {	float: left;	width: 190px; /* real width */	padding-left: 0px;	text-align: right;	font-family: Arial, Helvetica, sans-serif;	font-weight: bold;	font-size: 11px;}html>body #sidebar { /* real width for Opera */	width: 200px;}#sidebar ul {	list-style-type: none;	padding: 0;	margin: 0;}#sidebar ul li {	margin: 0 0 1.3em 0;	padding: 0;	color: #5F6754;	text-decoration: none;}#sidebar li ul li {	margin: 0 0 2px 10px;	font-weight: normal;	text-decoration: none;}#sidebar li.active {	color: #000000;	text-decoration: none;}#sidebar a:link, #sidebar a:visited {	color: #5F6754;	text-decoration: none;}#sidebar a:hover {	color: #000000;	text-decoration: none;}#activelink a:link, #activelink a:visited {	color: #000000;	text-decoration: none;}#activelink a:hover {	color: #000000;	text-decoration: none;}#activelink li a:link, #activelink li a:visited {	color: #5f6754;	}#main {	margin-left: 240px;	padding-right: 0px;	width: 480px; /* real width */}	#footer {	clear: both;	text-align: center;	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	margin: 0;	padding: 10px;	background-color: #fff;	}	table.site {	width: 440px;	border: 0;	margin: 0;	border-collapse: collapse;	}	table.site td {	vertical-align: top;	padding: 5px;	border-color: #333;	border-width: 1px;	border-style: solid;	}table.interface {	width: 900px;	border: 0;	margin: 0;	border-collapse: collapse;	}	table.interface td {	vertical-align: top;	padding: 5px;	border-color: #333;	border-width: 1px;	border-style: solid;		}.table-cell-left {	text-align: right;	background-color: #DDC9B3;	font-weight: bold;	}.table-cell-header {	background-color: #000;	color: #fff;	text-align: center;	vertical-align: top;	}	.table-cell-subhead {	text-align: left;	background-color: #DDC9B3;	font-weight: bold; 	}	.table-cell-subhead h3 {	font-size: 18px;	}	.horizrule {	border-bottom: dotted 2px #DDC9B3;	line-height: 10px;	}	/*following styles apply to home page only*/#main-home {	width: 720px;	padding: 0 10px;	}	.footer-special {	color: #F3F7EE;	font-size: 13px;	font-weight: bold;}#navlist {	position: absolute;	left: 25px;	top: 0px;	width: 210px;	text-align: right;	font-family: Arial, Helvetica, sans-serif;	font-weight: bold;	background-color: #7D8E66;	}	#navlist ul {	margin: 0;	padding: 0;	list-style-type: none;	font-size: .9em;	}#navlist li {	margin: 0;	padding: 0;	}	#navlist a {	display: block;	margin: 0;	padding-right: 5px;	padding-top: 2px;	padding-bottom: 2px;	border-left: 0px;	border-right: 0px;	border-top: 0px;	border-bottom: 1px;	border-color: #fff;	border-style: solid;	background-color: #7D8E66;	}	#navlist a:link, #navlist a:visited {	color: #fff;	text-decoration: none;	}	#navlist a:hover, #navlist a:active {	background-color: #AA9174;	color: #333333;	}	#meta-home {	display: block;	position: absolute;	left: 25px;	top: 195px;	margin: 0;	padding: 0;	width: 740px;	font-size: 11px;	background-color: #5F6754;		}#meta-home p {	margin: 0px;	padding: 5px;	text-align: center;	font-family: Arial, Helvetica, sans-serif;	font-weight: bold;	font-size: .85em;	color: #fff;	text-align: right;	padding-right: 10px;	}#meta-home a {	color: #fff;	}	#meta-home a:link, #meta-home a:visited {	color: #fff;	text-decoration: none;	}#meta-home a:hover {	color: #ECC7A1;	text-decoration: none;	}.subtitle {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 21px;	font-weight: bold;	color: #AA9174;	margin: 0px;	padding: 0px;	}.redtext {	color: #FF0000;	}