﻿body {
	background-color: #d2b963;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
}
img {
	border: none;
	display: block;
}
td {
	vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
}
#container {
	background-color: #ffffff;
	width: 900px;
	position: relative;
	margin: 10px auto;
	color: inherit;
}
#borderlinesleft {
	background: #ffffff url('images/borderlinesleft.gif') repeat-y center;
	width: 35px;
}
#borderlinesright {
	background: #ffffff url('images/borderlinesright.gif') repeat-y center;
	width: 35px;
}
#menubar {
	background: #ffffff;
	width: 190px;
}
.menubar {
	color: #765626;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: large;
}
a.menubar:link {
	color : #765626;
	text-decoration: none;
}
a.menubar:visited {
	color : #765626;
	text-decoration: none;
}
a.menubar:hover {
	color : #999999;
	text-decoration: underline;
}
#space {
	background: #ffffff;
	height: 20px;
}
#menuhome {
	background: url('images/menutop.gif') no-repeat;
	width: 170px;
	height: 32px;
	text-align: center;
}
#menumiddle {
	background: url('images/menulines.gif') repeat-y;
	width: 170px;
	height: 32px;
	text-align: center;
}
#menulast {
	background: url('images/menubottom.gif') no-repeat;
	width: 170px;
	height: 32px;
	text-align: center;
}
#content {
	background: #ffffff;
	width: 660px;
}
#subtitle {
	background: #FFFFFF url('images/subtitle.gif') no-repeat;
	width: 630px;
	height: 62px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	vertical-align: middle;
	text-align: left;
	text-indent: 20px;
}
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #765626;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	color: #324f80;
	text-align: center;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #808080;
	text-align: center;
}
a:link {
	color : #324f80;
	text-decoration: underline;
}
a:visited {
	color : #324f80;
	text-decoration: underline;
}
a:hover {
	color : #999999;
	text-decoration: underline;
}
/*not using*/
#titlebanner {
	width: 830px;
	position: absolute;
	top: 37px;
	left: 35px;
}
#borderright {
	background: #ffffff url('images/borderright.gif') no-repeat center;
	width: 35px;
	height: 370px;
	position: absolute;
	top: 37px;
	right: 0px;
}
#bordertop {
	background: #ffffff url('images/bordertop.gif') no-repeat center;
	width: 900px;
	height: 37px;
}
#borderleft {
	background: #ffffff url('images/borderleft.gif') no-repeat center;
	width: 35px;
	height: 370px;
	position: absolute;
	top: 37px;
	left: 0px;
}

