@import "color1.css";

td {
	vertical-align: top;
}

img {
	border: 0;
}

img.floatright {
	margin-top: 2px;
	margin-left: 12px;
	margin-bottom: 5px;
	float: right;
}

img.floatleft {
	margin-top: 2px;
	margin-right: 12px;
	margin-bottom: 5px;
	float: left;
}

body {
	margin: 0;
	font-family: Arial;
	font-size: 12px;
}

#container {
	width: 985px;
	height: 709px;
	margin-left: auto;
	margin-right: auto;
	/* background-image: url(images/bodybackgold.jpg); */
	border-bottom: 1px solid #ADA66F;
}

#header {
	display: block;
	height: 10px;
	text-align: center;
	/* padding-left: 10px; 
	padding-right: 10px; */
	/* background-image: url(images/banner1.jpg); */
}

#mainlayout {
	width: 950px;
	background-color: transparent;
}

#main {
	clear: both;
	padding-bottom: 0;
	text-align: justify;
	padding-left: 10px;

}

.imageframe {
	width: 675px;
	height: 645px;
	/* background-color: #E6DFB3; */
}


.description {
	font-size: 11px;
	font-family: Arial;
	color: #333;
	padding-left: 10px;
}

.title {
	margin-top: 0;
	padding-top: 0;
	font-weight: bold;
}

#sidenav {
	width: 80px;
	height: 668px;
	padding-top: 40px;
	padding-left: 0px;
	background-image: url(images/side1.jpg);
	display: block;
}

#sidenav a:link, #sidenav a:visited {
	display: block;
	border: 0px solid #ADA66F;
	padding: 5px;
	background-color: #D9D6B7;
	background-color: #E6DFB3;
	margin-bottom: 20px;
	text-decoration: none;
	color: black;
	color: #5A6B2E;	
	background-color: #D9D8CE;
	text-align: center;
	border: 1px solid #ADA66F;
}

#sidenav a:hover {
	background-color: white;
}

#sidenav a.active:link, #sidenav a.active:visited {
	background-color: white;
	color: black;
	color: #800821;
}

#footer {
	font-size: 10px;
	text-align: left;
}

h1 {
	font-size: 14px;
}

h2 {
	margin-bottom: 2px;
	padding-bottom: 0;
}

.linknavtop {
	list-style: none;
	margin-top: 40px;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	font-size: 16px;
}

.linknavtop li {
	display: inline;
	margin-left: 5px;
	padding-left: 0;
	margin-right: 5px;
	padding-right: 0;
}

.linknavbottom {
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	font-size: 12px;
}

.linknavbottom li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

.imageframe a {
	/* color: #b8b7b7; */
}

.thumbnav:link, .thumbnav:visited {
	display: block;
	float: left;
	border: 1px solid #b8b7b7; 
	color: black;
	margin-left: 5px; 
	margin-top: 5px; 
	margin-bottom: 5px;
	width: 20px; 
	height: 16px; 
	text-align: center; 
	vertical-align: middle;
	padding-top: 4px;
	text-decoration: none;
}

.thumbnav:hover {
	border: 1px solid black; 
	color: black;
	text-decoration: none;
}

.thumbnav.active {
	border: 1px solid black; 
	color: #800000;
	text-decoration: none;
	background-color: white;
}

a.active:link, a.active:visited {
	background-color: white;
}

#textbox23 {
	font-size: 11px;
	color: #333;
	width: 187px; 
	border: 0px solid blue;
	background-color: #E6DFB3;
	height: 675px;
}

