@charset "utf-8";
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#header {
	background-image: url(../layout/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 125px;
}
#pagetop {
	background-image: url(../layout/pagetop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#pagemiddle {
	background-image: url(../layout/pagemiddle.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#pagebottom {
	background-image: url(../layout/pagebottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 413px;
}
#footer {
	background-image: url(../layout/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 71px;
}
#section {
	width: 720px;
	text-align: center;
}
#menu {
	background-image: url(../layout/tabs.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 81px;
}
.pagetitle {
	font-size: 24px
}
.sectiontitle {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
}


div.tabs {
	color: #000000;
}
.tabs a {
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	font-size: 13px;
}
}
.tabs a:hover{
	color:#FFFFFF;
}
.tabs a:visited{
}
.tabtext {
	font-size: 13px;
	font-weight: bold;
}
.buttons {
	font-weight: bold;
	color: #000000;
	background-color: #DCB278;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FEEECA;
	border-right-color: #FEEECA;
	border-bottom-color: #B46602;
	border-left-color: #B46602;
}
.entryfield {
	font-weight: normal;
	color: #000000;
	background-color: #FFFDF8;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #DCB278;
	border-right-color: #DCB278;
	border-bottom-color: #B46602;
	border-left-color: #B46602;
}

.infotable {
	border: thin solid #EFC384;
}

div.menublock{
	background-color: #D4AB77;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	margin-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	display: block;
}
.menublock a{
	display:block;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	width: 150px;
	background-color: #FFEEC8;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: medium groove #C58434;
}
.menublock a:hover{
	color:#FFEDC7;
	text-decoration:none;
	background-color: #B06000;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.menublock a:visited{
}
div.footerarea{
	font-weight: bold;
	font-size: 14px;
}
.footerarea a{
	color:#FFFFFF;
	text-decoration:none;
	border: thin none #C58434;
	font-style: italic;
}
.footerarea a:hover{
}
.footerarea a:visited{
}
.footertext {
	font-size: 14px;
}
.thumbnail {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFEED0;
	border-right-color: #E58900;
	border-bottom-color: #E58900;
	border-left-color: #FFEED0;
	background-color: #F0B863;
	margin: 5px;
}
.warning {
	color: #CC0000;
}
#textdisplay {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bodytext {
	font-size: 14px;
}
.testimonial {
	color: #744210;
	font-style: italic;
}

/* Robb's new styles */

.superscript { font-size:0.7em; margin-top:-2px; padding:-5px; height:1em; top:-0.2em; position:relative; width:6px; z-index:1; }
