@charset "utf-8";
/* CSS Document */
body {
	background-color: #a87c1e;
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-image: url('../image/bg.jpg');
	background-repeat: repeat;
}

a:link {color: #000000; text-decoration: none; }
a:visited {color: #000000; text-decoration: none; }
a:hover {color: #FFFFFF; text-decoration: none; }
a:active {color: #000000; text-decoration: none; }

.MainTable {
	border: medium double #faefd9;
	font-weight:bold;
}
		
.style2 {
	font-size: large; 
}
		
.style3 {
	font-size: medium;
}

pre {
	background-color: #000000;
	color: #ffffff; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

input {
	background-color: #d2bb89;
	border: 2px solid #82714d;
	color: black;
	font-family: arial, verdana, ms sans serif;
	font-weight: bold;
	font-size: medium
}

input.listing {
	background-color: #d2bb89;
	border: 2px solid #d2bb89;
}

input.list {
	background-color: #d2bb89;
	border: 2px outset #82714d;
	color: black;
	font-family: arial, verdana, ms sans serif;
	font-weight: bold;
	font-size: small;
}

select {
	background-color: #d2bb89;
	border: 2px solid #82714d;
	color: black;
	font-family: arial, verdana, ms sans serif;
	font-weight: bold;
	font-size: medium;
}

textarea {
	background-color: #d2bb89;
	border: 2px solid #82714d;
	color: black;
	font-family: arial, verdana, ms sans serif;
	font-weight: bold;
	font-size: 12pt;
}

.notactive {
	background-color: #d2bb89;
	border: 2px solid #82714d;
}

.isactive {
	background-color: #fff5e1;
	border: 2px solid #403111;
}
.offtext {
	color: #000000;
}

.onthetext {
	color: #fff5e1;
}

td.listresults {
	background-color: #d2bb89;
}

table.oneresult {
}

table.bio { 
	text-align: justify;
}

#sideMenu {
    position: fixed;
    width: 200px;
    height: 300px;
    left: 20px;
    top: 10%;
}

#mainPage {
    position: relative;
    width: 700px;
    height: 100px;
    left: 180px;
    top: 10px;
}

td.menuButton {
	padding: 10px;
	background-color: #a87c1e;
	font-weight: bold;
}

td.menuButton1 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #a87c1e;
	font-weight: bold;
	font-size:14px;
	font-variant: small-caps;
}
.staticbio {
	display:none;
}
#searchbox {
	display: none;
	position: fixed;
	z-index: 30;
    width: 480px;
    height: 76px;
    left: 300px;
	top: 10px;
	background-color:#000;
}
.searchslide {
	cursor: pointer;
}
#searchclose {
	float:right;
	position:relative;
	top: -5px;
	right: 5px;
}