/* Standard */
body {
	font-family:arial,verdana;
	font-size:12pt;
	color:black;
	background-color: #85735C;
	scrollbar-base-color: #85735C;
	scrollbar-arrow-color: white;
}

a {
	text-decoration:none;
	color:#C7A438;
}

#box {
	width: 780px;
	height: 100%;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3F2E00;
	border-left-color: #271C00;
	border-right-width: 3px;
	border-left-width: 3px;
	
	background-color: #EBEBE0;

}

#content {
	padding:3em;
	padding-top:10px;
	vertical-align:top;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

#left-navigation {
	width:210px;
	padding-right:20px;
	padding-top:30px;
	padding-bottom:15px;
	text-align:right;
	color:white;
	font-weight:normal;
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color:#E6D8AE;
	background-image:url("/img/lnav-bg.gif");
}

#bottom-navigation {
	color:#AE7B00;
	padding-top:3px;
	padding-bottom:30px;
	text-align:center;
	height:25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;

}

#bottom-navigation a {
	color:#B48400;
}

#left-navigation a {
	color:#271C00;
}

#bottom-navigation a:hover, #left-navigation a:hover, #sublinks a:hover, a.selected {
	text-decoration: underline;
}

#sublinks {
	color:#3F2E00;
	font-size:10pt;
	text-align:right;
	padding-bottom:2pt;
}


#sublinks a {
	color:#3F2E00;
}
#sublinks a:hover {
	color: #85735C;

}

/* Forms */

#form {
	font-size:1em;
	padding:1em;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}


#form input, #form textarea {
	border:1px inset gray;
	margin-bottom:0.5em;
	background-color:white;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}

#form textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}

#form td {
	padding-top:3px;
	padding-bottom:3px;
	vertical-align:top;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

#form input.button {
	width:auto;
	background-color:#E6D8AE;
	color:#271C00;
}

/* Extras */

#cream { 
	background-color:#E6D8AE;
	width:200px;
}

#tl {
	background-image:url(../img/tl.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:318px;
	height:150px;
	background-color: #ffffff;
}

#tr {
	
	background-color: #ffffff;
}

#bar {
	background-color:#3F2E00;
	background-image:url(../img/bar.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:52px;

}

#content table, #content td {
	vertical-align:top;
	border:none;
}

#compass {
	background-color:#E6D8AE;
	background-image:url("/img/compass.gif");
	background-position:top bottom;
	background-repeat:no-repeat;
	height:235px;
}
