@import "layout.css";
@import url('layout.css');
@import "forms.css";
@import url('forms.css');
@import "sidenav.css";
@import url('sidenav.css');
@import "links.css";
@import url('links.css');
@import "slimbox.css";
@import url('slimbox.css');
@import "rooms.css";

body {
	margin: 0;
	padding: 0;
	background: #E3D693 url(/images/bodybg.png) repeat-x;
	text-align: center;
	color: #5B3F08;
	font: 11px Arial, Helvetica, sans-serif;
}

div {
	font-size: 12px;
	color: #5B3F08;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

h1 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	line-height: 24px;
	color: #8E6514;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #F4ECDC;
	margin: 0 0 14px 0;
	clear: both;
}

h2 {
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #8E6514;
}

h3 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8E6514;
	margin: 0 0 10px 0;	
}

h4 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8E6514;
	margin: 0 0 10px 0;
}

#leftnav h2, #rightcol h2 {
	font: 17px Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 17px;
	color: #8E6514;
	padding: 0 0 10px 0;
	margin: 0;
}

#leftnav h3, #rightcol h3 {
	font: 17px Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 17px;
	color: #8E6514;
	padding: 0 0 11px 0;
	margin: 0;
}

td, th {
	font-size: 0.8em;
}

.black {
	color: #000;
}

img {
	border: 0;
}

img.imgborder {
	border: 1px solid #87477E;
}

ul {
	margin: 2px 10px;
	padding: 0;
}

li {
	list-style-position: inside;
	list-style-type: square;
}

#leftnav ul {
	margin: 2px 0;
	padding: 0;
}

#leftnav li {
	list-style-position: outside;
	list-style-type: none;
	background: url(../images/leftnavli.png) 1px 4px no-repeat;
	padding: 0 0 10px 13px;
}


div.bodytext ul {
	margin: 0 10px;
	padding: 0;
}

.txt10 {
	font-size: 10px;
}

.txt11 {
	font-size: 11px;
}

.newsdate {
	font-size: 10px;
	color: #7D7D7D;
}

.footdiv {
	color: #9F9F9F;
	padding: 0 8px;
}

.beige {
	color: #AB7B1B;
}

.txt12 {
	font-size: 12px;
}

.txt13 {
	font-size: 13px;
}

.clfx {
	height: 0;
	clear: both;
}

.bold {
	font-weight: bold;
}

.lgrey {
	color: #CFCFCF;
}

.noborder {
	border: 0 !important;
}

.flleft {
	float: left;
}

.flright {
	float: right;
}

.tcenter {
	text-align: center;
}

.tleft {
	text-align: left !important;
}

.tright {
	text-align: right !important;
}

.err {
	color: #CC0000;
}

.imgleft {
	float: left;
	margin: 0 20px 20px 0;
}
.imgright {
	float: right;
	margin: 0 0 20px 20px;
}

span.yearsep {
	margin: 0 8px;
	color: #E1E1E1;
}

div.newstext h2 {
	font: 17px Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: 600;
	color: #034065;
	padding: 0;
	margin: 0 0 6px 0;
	clear: both;
}

div.newstext span {
	font-size: 10px;
	font-weight: normal;
}

div.newstext p {
	font-size: 11px;
	font-weight: normal;
}

/* Fading Tooltips */
#dhtmltooltip{
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	padding: 2px 6px;
	background-color: #fff;
	border: 2px solid #E5E5E5;
	color: #555;
	visibility: hidden;
	z-index: 1000;
}
