body {
	background: url(../img/bckg.gif) repeat-x top #F1EFE2;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}

div.container {
	margin-left: 50px ;
	margin-top: -1px;
	width: 810px;
	position: relative;
}

img.focuson {
	position: absolute;
	top: -10px;
	left: 0;
	z-index: 99;
}

* html img.focuson {
	top: 0;
}

img {
	border: 0;
}

.cleaner {
	clear: both;
}

h5 {
	width: 100%;
	background: url(../img/h5.gif) no-repeat;
	margin: 15px 0;
	font-size: 16px;
	color: #444;
	text-transform: uppercase;
}

h4 {
margin: 0 0 25px 0;
font-size: 14px;
border-bottom: 1px solid #444;
padding-bottom: 5px;
}

/*--- TOP NAV
-------------*/

ul.topnav {
	text-align: right;
	margin: 10px 10px 0 0 ;
	padding: 0;
	font-size: 11px;
	color: #fff;
}

ul.topnav li {
	display: inline;
	margin: 0 1px;
	list-style: none;
}

ul.topnav li a:link,
ul.topnav li a:visited {
	color: #fff;
	text-decoration: none;
}

ul.topnav li a:hover {
	text-decoration: underline;
}

div.header {
	margin-top: 9px;
}


/*----- MAIN NAV
------------------*/
ul.mainnav {
	height: 26px;
	background: #DBCEA5;
	margin: 0;
	padding: 0;
	border: 1px solid #C2B692;
	width: 790px;
}

ul.mainnav li {
	list-style: none;
	display: inline;
	margin: 0 52px;
}

/*---- SUBNAV 
-----------------*/

ul.subnav {
	background: #F1E6BE;
	margin: 0;
	padding: 3px 0 3px 0;
	border: 1px solid #c2b692;
	border-top: 0;
	width: 790px;
	font-size: 12px;
	color: #926B00;
	font-weight: bold;
}


ul.subnav li {
	list-style: none;
	display: inline;
	margin: 0 50px;
	padding: 0;
}

ul.subnav li a:link,
ul.subnav li a:visited {
	color: #444;
	text-decoration: none;
}

ul.subnav a:hover {
	color: #926B00;
	text-decoration: underline;
}

/*---- CONTENT
---------------------*/
div.contentwrapper {
	background: url(../img/body.gif) repeat-y;
	padding: 0px 10px 5px 10px;
}

* html div.contentwrapper {
	margin-top: -2px;
}

div.contentwrapper h3 {
	color: #926B00;
	font-size: 18px;
}

p.dash {
	background: url(../img/dash.gif) repeat-x;
	height: 1px;
	width: 100%;
}

div.contentwrapper a:link,
div.contentwrapper a:visited {
	color: #926B00;
	text-decoration: underline;
}

div.contentwrapper a:hover {
	color: #444;
	text-decoration: none;
}

/*----TABLES
--------------------*/
div.contentwrapper table {
	background: #F4F4F4;
}

div.contentwrapper table td {
	border: 1px solid #E3DDC9;
	padding: 3px;
}

div.contentwrapper table thead tr td {
	background: #F1E6BE;
	color: #926B00;
	font-weight: bold;
	text-align: center;
}

tr.shaded td {
background: url(../img/shaded.gif) repeat;
}

/*---- FOOTER
-------------*/

div.footer {
	background: url(../img/footer.gif) no-repeat;
	width: 810px;
	height: 50px;
	text-align: center;
	padding-top: 3px;
	
}

div.footer p {
	margin: 0;
	padding: 0;
}

div.footer a:link,
div.footer a:visited {
color: #926B00;
text-decoration: underline;
}

div.footer a:hover {
color: #fff;
text-decoration: none;
}


div.skyscraper {
position: absolute;
right: -160px;
top: 30px;
z-index: 999;
}
