body {
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-image: url(images/background3.jpg);
	margin: 0px;
}

h1 {
	font-size: 1em;
	color: rgb(65,77,59);
	font-weight: bold;
	letter-spacing: .3em;	
	text-transform: uppercase;
}
h1.white {
	font-size: 1em;
	color: white;
	font-weight: bold;
	letter-spacing: .3em;	
	text-transform: uppercase;
}
h2 {
	font-size: .9em;
	color: rgb(65,77,59);
	font-weight: bold;
	letter-spacing: .2em;	
	text-transform: uppercase;
}
	
p.italic {
	font-size: 1.1em;
	color: rgb(65,77,59);
	font-weight: normal;
	font-style: italic;
	text-align: left;
	font-family: Palatino, "Times New Roman", serif;
	line-height: 1.7em;
}

#container {
	width: 770px;
	margin: 30px auto;
	background-color: #fff;
	color: #333;
	border: 0;
}
#leftnav {
	width: 180px;
	float: left;
	background-color: #fff;
	color: rgb(131,106,68);
	border: 0;
	text-align: center;
	font-size: .8em;
	letter-spacing: .08em;
}
.menu a:link, .leftnav a:link, .menu a:visited , .leftnav a:visited{
	color: rgb(73,66,48);
	text-decoration: none;
}
.menu a:hover, .leftnav a:hover {
	color: black;
	text-decoration: underline;
}
.menu a:active, .leftnav a:active {
	color: rgb(73,66,48);
	text-decoration: none;
}
#nav {
	background-color: rgb(226, 223, 191);
	background-repeat: no-repeat;
	background-image: url(images/navbackground.jpg);
	height: 88px;
	margin-left: 180px;
	padding: 1em;
	max-width: 588px;
	color: white;
	border-bottom: 1px solid rgb(202, 196, 139);
	border-right: 1px solid rgb(202, 196, 139);
}
.menu {
	font-size: .7em;
	letter-spacing: .08em;
	color: rgb(131,106,68);
	cursor: hand;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	font-family: Palatino, "Times New Roman", serif;

}
#content {
	margin-left: 180px;
	border-left: 1px solid rgb(202, 196, 139);
	border-right: 1px solid rgb(202, 196, 139);
	border-bottom: 1px solid rgb(202, 196, 139);
	padding: 1.1em;
	max-width: 588px;
}
.contentbothcolumns {
	font-size: .9em;
	padding: 0;
	color: rgb(65,77,59);
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	font-family: Palatino, "Times New Roman", serif;
	line-height: 1.7em;
	max-width: 580px;	
}
.contentleft {
	float: left;
	font-size: .8em;
	padding: 0;
	color: rgb(65,77,59);
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	font-family: Palatino, "Times New Roman", serif;
	line-height: 1.7em;
	width: 250px;	
}

.contentleft a:link, .contentleft a:visited, .contentleft a:active, .contentright a:link, .contentright a:visited, .contentright a:active {
	color: rgb(131,106,68);
	text-decoration: none;
}
.contentleft a:hover, .contentleft a:hover, .contentright a:hover, .contentright a:hover {
	color: rgb(50,35,15);
	text-decoration: underline;
}
.contentrightbrownbg  a:link, .contentrightbrownbg  a:visited{
	color: rgb(50,35,15);
	text-decoration: none;
}
.contentrightbrownbg  a:hover {
	color: black;
	text-decoration: underline;
}
.contentrightbrownbg a:active{
	color: rgb(50,35,15);
	text-decoration: none;
}
.contentrightbrownbg {
	background-color: rgb(146, 133, 97);
	font-size: .8em;
	margin-left: 270px;
	padding: 1.5em;
	color: white;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	font-family: Palatino, "Times New Roman", serif;
	line-height: 1.7em;
}
.contentrightspecial {
	background-color: rgb(146, 133, 97);
	font-size: .9em;
	font-style: italic;
	margin-left: 270px;
	padding: 1.5em;
	color: white;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	font-family: Palatino, "Times New Roman", serif;
	line-height: 2.2em;
}
.contentrightspecial  a:link, .contentrightspecial  a:visited, .contentrightspecial a:active{
	color: rgb(50,35,15);
	text-decoration: none;
	font-style: italic;

}
.contentrightspecial  a:hover {
	color: black;
	text-decoration: underline;
	font-style: italic;

}
.contentright {
	background-color: white;
	font-size: .8em;
	margin-left: 270px;
	padding: 1.5em;
	color: rgb(65,77,59);
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	font-family: Palatino, "Times New Roman", serif;
	line-height: 1.7em;
	width: 250px;
	list-style-type: disc;
}
.footer {
	height: auto;
	max-width: 588px;
	color: rgb(131,106,68);
	background-color: white;
	text-align: center;
	line-height: .5em;
	font-size: .8em;
	clear: both;
	
}

