@charset "UTF-8";
/* CSS Document */

html, body {
	background-color: white;
	background-image: url(images/bg_sidemenu.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #231f20;	
}

h1 {
	font-size: 15px;
	color: #fcb131;
}

h2 {
	margin: 20px 0 6px 0;
	font-size: 13px;
}

h3 {
	font-size: 12px;
}

p, li, td {
	font-size: 12px;
	line-height: 17px;
}

a {
	color: #814932;
}

a:hover {
	color: #a36b54;
}

p.error, td.error {
	color: #CC0000;
}

div, img {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	border: 0;
}

img.floatright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

img.floatleft {
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}

/* NAVIGATION */

div#masthead {
	background-color: #fcb335;
	background-image: url(images/bg_masthead.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

ul#nav {
	position: absolute;
	left: 0;
	top: 0;
	list-style: none;
	width: 156px;
	margin: 0;
	padding: 0;
	padding-top: 119px;
}

ull#nav li {
	margin: 0;
	padding: 0;
	height: 1%;
}

ul#nav li a {
	display: block;
	height: 1%;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #414042;
	margin: 0;
	padding: 13px 0 14px 0;
	text-align: right;
}

ul#nav li a:hover {
	color: #7d7d7f;
}

/* CONTENT */

div#content {
	position: absolute;
	left: 0;
	top: 0;
	margin: 130px 20px 20px 206px;
	width: 560px;
}

div#content p.ulhead {
	margin-bottom: 0;
}

div#content ul {
	margin-top: 0;
}

div#content ul p {
	margin: 8px 0 8px 0;
}

div#rightcol {
	position: absolute;
	left: 780px;
	top: 0;
	margin-top: 155px;
}

div#imgbox {
	border-left: 1px solid #939598;
	padding: 69px 0 0 20px;
}

div#imgbox2 {
	border-left: 1px solid #939598;
	padding: 27px 0 0 20px;
}

div#imgbox p {
	margin: 0;
	padding: 3px 0 16px 0;
	font-size: 10px;
}

p#footer {
	text-align: center;
	color: #fcb131;
	font-size: 13px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}

p#footer span {
	font-size: 16px;
}

td.left {
	font-weight: bold;
	padding-right: 10px;
}

td.left em {
	font-weight: 500;
}

table.form td.label {
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
}

table#focus_top, table#focus_bottom {
	margin-top: 10px;
}

table#focus_top h2 {
	white-space: nowrap;
}

table#focus_top td.leftcol, table#focus_top td.midcol {
	padding: 0 20px 0 0;
	border-right: 1px solid #939598;
	
}

table#focus_top td.midcol, table#focus_top td.rightcol {
	padding-left: 20px;
}

table#focus_bottom h2 {
	padding-left: 20px;
	margin-top: 0;
}

table#focus_bottom p {
	padding-left: 20px;
}

table#focus_bottom td {
	padding-bottom: 20px;
}

ul.links li {
	padding-bottom: 10px;
}

