<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

html 
{
	height: 100%;
	min-height:100%;
}

body {
	text-align:center;
	margin:0;
	background-image: url(../images/mainpagebg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height:100%;
	min-height: 100%;
	color: #424230;
}
#container {
	margin:0px auto 0px auto;
	width:938px;
	border-left:1px solid #746711;
	border-right:1px solid #746711;
	background-color:#CCCCCC;
	min-height:86.4%;
	background-image:url(../images/contentcontainerbg.jpg);
	background-repeat:repeat-y;
}
#header {
	width:938px;
	margin: 0 auto;
}

#contentmenucontainer {
	margin: 0 auto;
	text-align: left;
	width:938px;
	height:100%;
	min-height:100%;
	background-image:url(../images/contentcontainerbg.jpg);
	background-repeat:repeat-y;
	/*border: solid 1px red;*/
}

#content {
	width:598px;
	background-color:#e4e5b6;
	background-image: url(../images/contentbg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float:left;
	padding:15px;
	height:100%; 
	min-height:100%; 
	/*border: solid 1px blue;*/
}
#menu {
	width:310px;
	float:right;
	background-color:#979552;
	height:100%; 
	min-height:100%; 
	width: 310px;
	/*border: solid 1px green;*/
}
#footer {
	width:923px;
	height:100px;
	background-color:#cccd92;
	vertical-align: bottom;
	bottom: 0px;
	padding: 10px 5px 5px 10px;
	font-size: 14px;
	margin: 0 auto;
	border-left:1px solid #746711;
	border-right:1px solid #746711;

}	
#footercontainer {
	background-image:url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align:bottom;
}
.footertitlebrown {
	color: #614729;
}
.footertextbrown {
	color: #424230;
}
.navlink {
	text-decoration: none;
	border-style: none;
}
.caltable {
	border:solid 1px #746711;
}

.caltabletdul {
	border-bottom:solid 1px #746711;
}

.caltable select {
	border:solid 1px #746711;
	padding:0px;
	margin:0px;
}
#flashcontent {
	width: 590px;
	border:0px;
	margin:0px;
		}
a:link {color: #9E7F3C; text-decoration: underline}
a:visited {color: #9E7F3C; text-decoration: underline}
a:hover {text-decoration: underline}</pre></body></html>