body {
	background-color: #D3BD7A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}

div.container {
	margin-left: 50px;
	width: 777px;
	padding: 5px;
	background: url(img/content_bckg.gif) repeat;
	border: 1px solid #956b0f;
}

div.content {
	background: #fff;
	padding: 5px;
	margin-top: 10px;
}

div.cleaner { clear: both; }


div.skyscraper {
	position: absolute;
top: 10px;
left: 865px;
}

* html div.skyscraper  {
	left: 885px;
}

/* TOP NAV ------------------------------*/
ul.topnav {
	text-align: right;
	margin: 0;
	padding: 0;
}

ul.topnav li {
	display: inline;
	list-style: none;
	color: #d28c00;
}



/* MAIN and SUB NAV ------------------------------*/
ul.mainnav {
	margin: 0;
	padding: 0;
	background: #ba8c34;
	height: 26px;
}

ul.mainnav li {
	display: inline;
	margin: 0 20px;
}

ul.subnav {
	margin: 0;
	padding: 5px 0 0 0;
	height: 20px;
	background: #E8B60A;
}

ul.subnav li {
	display: inline;
	margin: 0 25px;
	text-transform: uppercase;
	font-weight: bold; 
}

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

ul.subnav li a:hover {
	color: #000;
}


/* MAIN BODY CONTENT ---------------------------------*/
table.content td {
	padding: 3px;
}

table.content td.maincontent {
	padding: 3px 10px;
}

/* MAIN BODY TEXT/LINK STYLES --------------------------*/

a:link,
a:visited {
	color: #BA8C34;
}

a:hover {
	text-decoration: none;
	color: #333;
}

td.maincontent ul.styled{
	margin: 5px 0;
}

* html td.maincontent ul.styled {
	margin: 5px 50px;
}

td.maincontent ul.styled li {
	list-style-image: url(img/bullet.gif);
}


table.styled td{
	border: 1px solid #DBB264;
}

table.styled thead {
	background: #DBB264;
	color: #fff;
font-weight: bold;
}

table.styled tbody {
	background: #F5F2DB;
}

h1.headline  {
	margin: 15px 0 25px 0;
}

ul.topnav a:link,
ul.topnav a:visited,
div.footer a:link,
div.footer a:visited {
	color: #d28c00;
text-decoration: none;
}

ul.topnav a:hover,
div.footer a:hover {
	color: #444;
	text-decoration: underline;
}

ul.topnav span {
color: #000;
text-decoration: none;
}

form.styled input,
form.styled textarea {
	border: 1px solid #EBBF6B;
	margin: 7px 0 0 10px;
}

form.styled input.submit {
	margin: auto;
	background:#DBB264;
	border: 1px solid #937843;
	color: #fff; 
	font-weight: bold;
}

p.borderline {
	width: 100%;
	border-bottom: 1px solid #D7BB86;
}

/* LEFT COLUMN ----------------------------------------*/
td.leftcolumn,
td.leftcolumn_home {
	background:#f5efc7;
border-width: 0 1px 0 0;
border-color: #D7BB86;
border-style: solid;
}

td.leftcolumn a:link,
td.leftcolumn a:visited {
color: #BA8C34;
}

td.leftcolumn a:hover {
text-decoration: none;
color: #EFB007;
}

div.leftannouncement{
border: 1px solid #E8B60A;
background: #fff;
text-align: left;
}

div.leftannouncement p {
padding: 0 3px 3px 3px;
}

div.leftannouncement strong {
color: #BA8C34;
}

div.leftannouncement h1.leftannouncement {
background: #E8B60A;
margin: 0;
padding: 3px 0;
text-align: center;
}

blockquote {
background: url(img/quote_starty.gif) no-repeat 10px 10px #F5F2DB;
border: 1px solid #F4E4AC;
padding: 0 10px 10px 0;
}



blockquote div{
background: url(img/quote_end.gif) no-repeat bottom right;
padding: 20px 0 10px 25px;
}


/* FOOTER ---------------------------------------------*/
div.footer {
	background: #fff;
	padding: 5px;
	text-align: center;
}

div.footer p {
	margin: 0;
}

