/* reset margins and paddings to 0 to avoid cross-browser bugs. */
* {
margin: 0; padding: 0;
}

body {
	margin: 0;
	background: #694019;
	font-size: 11px;
}

img {
	border: 0;
}
.imgleft {
	float: left;
	margin-right: 5px;
}



a {
	color: #7f842e;
}

a:hover {
	color: #0052a3;
}

h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #7f6031;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #7f6031;
	font-weight: bold;
	font-size: x-large;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #006699;
	font-variant: normal;
	text-transform: none;
}



img.header {
	margin-top: 20px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
}


.centeredtable {
	margin-left: auto;
	margin-right: auto;
}

#shadowleft {
	background: url(images/shadowleft.jpg) repeat-y top left;
}

#shadowright {
	background: url(images/shadowright.jpg) repeat-y top left;
}

#weathertop {
	background: url(images/headertop.jpg) no-repeat top left;
	height: 55px;
}

#weatherbox {
	float: right;
	margin-right: 30px;
	height: 45px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #7f842e;
}

#contentarea1 {
	height: 533px;
	background: #f5e3c1 url(images/bgbtm.jpg) no-repeat bottom left;
}

#contentarea2 {
	height: 533px;
	background: url(images/bgtop.jpg) no-repeat top left;
}

#copyarea1 {
	height: 533px;
	background-repeat: no-repeat;
	background-position: left bottom;
}


#copyarea2 {
	margin-left: 30px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.75em;
}
.copy2 {
	font-size: 11px;
	line-height: 1.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}


#copyarea2 p {
	margin-bottom: 10px;
}

#copyarea2 ul {
	margin-bottom: 10px;
	margin-left: 0px;
}

#footer {
	height: 117px;
	background: url(images/footer.jpg) no-repeat top left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #7c522b;
	text-decoration: none;
}


#events {
	height: 166px;
	background: url(images/eventsbg.gif) no-repeat top left;
}


#sideinfo p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #7c522b;
	margin-bottom: 10px;
	margin-left: 40px;
}

#scroller {
	width: 335px;
	overflow: auto;
	text-align: left;
}

#scrollpad {
	width: 315px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


#sidemenu {
	background: url(images/sidemenus/bg.gif) repeat-y top left;
}

#sidemenu li {
	list-style-type: none;
}

#sidemenu a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000;
	margin-left: 38px;
	text-decoration: none;
}


#sidemenu a:hover {
	color: #0052a3;
	text-decoration: none;
}
#copyarea3 {
	margin-left: 30px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.75em;
}
.imgrt {
	float: right;
}
table.memtable {
	display: table;
	margin-left: 25px;
	border: thin solid #CCCCCC;
}
table.memtable td {
	padding: 0.2em 2ex 0.2em 2ex;
}
table.memtable tr.d0 td {
	background-color: #EBEBEB;
}
table.memtable tr.d1 td {
	background-color: #E8F3FF;
