body {
	background-color: #4A4237;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
* {
	margin: 0px;
	padding: 0px;
}
html {height:100%; margin-bottom:1px;} /* Forces vertical scroll bar to be visible */
#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image:  url("layout/column.jpg");
	background-repeat: repeat-y;
	text-align: left;
	background-color: #FFFFFF;
}
#plain {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image:   url("layout/plain.jpg");
	background-repeat: repeat-y;
	text-align: left;
	background-color: #FFFFFF;
}
#logo {
	background-image:  url("layout/logo.jpg");
	background-repeat: repeat-x;
	height: 20px;
	width: 700px;
}
#mainphoto {
	background-image:  url("layout/main_photo2.jpg");
	height: 112px;
	width: 700px;
}
#nav {
	background-color: #775d42;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 34px;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	text-transform: capitalize;
}
#navlist a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bolder;
}
#navlist a:hover {
	color: #AF9981;
}
#dropmenudiv{
	position:absolute;
	border:1px solid #000000;
	border-bottom-width: 1;
	font:normal 11px Verdana;
	line-height:13px;
	z-index:100;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #FF8105;
}
#shadow {
	height: 17px;
	width: 700px;
	background-image:  url("layout/shadow.jpg");
	background-repeat: no-repeat;
}
#shadow_p {
	height: 17px;
	width: 700px;
	background-image:  url("layout/shadow_p.jpg");
	background-repeat: no-repeat;
}
#col0 {
	float: left;
	width: 700px;
}
#col1 {
	float: left;
	width: 500px;
}
#col2 {
	float: left;
	width: 200px;
}
#col0content p {
	margin-bottom: 10px;
	color: #666666;
	font-size: 12px;
	line-height: 140%;
	text-align: center;
}
#col0content {
	padding: 0px 15px 15px;
}
#col1content p {
	margin-bottom: 10px;
	color: #666666;
	font-size: 12px;
	line-height: 140%;
	text-align: justify;
}
#col1content {
	padding: 0px 15px 15px;
}
#footer {
	clear: both;
	height: 15px;
	width: 700px;
	background-image:  url("layout/footer_p.jpg");
}
#col2content {
	padding: 15px;
	text-align: center;
}
.imageborder {
	padding: 5px;
	border: 1px solid #3A4A14;
	background-color: #F2F3F4;
}
.subhead {
	font-size: 11px;
	color: #78442C;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sidebar {
	margin-bottom: 10px;
	color: #666666;
	font-size: 10px;
	line-height: 140%;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #B8AA9E;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #B4AA9E;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #B4AA9E;
	padding-bottom: 10px;
	padding-top: 5px;	
}
#footer p {
	color: #EEEBE8;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: center;
}
a:link {
	color:#0059b4;
	text-decoration: none;
}
a:visited {
	color:#0059b4;
	text-decoration: none;
}
a:hover {
	color:#0059b4;
	text-decoration: underline;
}
a:active { color:#0059b4;}
