body {
	background-color: #EBE8DD;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	color: #000;
}

#main {
	background-color: white;
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	padding-bottom: 10px;
	text-align: left;
}
img {
	border: none;
}
#header {
	text-align: left;
	width: 940px;
	margin: 5px auto;
	padding: 0px;	
}
#header img {
	float: left;
}
#headerimg {
	width: 940px;
	margin: 0px auto;
	padding: 0px;	
}
.right {
	float: right;
	width: 52px;
}
#topimg{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#topmenu {
	text-align: center;
	width: 940px;
	height: 32px;
	margin: 0px auto;
	padding: 14px 0px 0px 0px;
	background: #636B17;
	list-style: none;
}
#topmenu li {
	display: inline;
	padding: 5px 10px 0px;
	margin: 0px;
}
#topmenu a {
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: white;
	text-decoration: none;
}
#topmenu a:hover {
	text-decoration: underline;
	color: #E8A123;
}

#content {
	background: white;
	margin: 0px auto 15px;
	width: 100%;
	}
#content p {
	margin-left: 10px;
	margin-right: 10px;
}
#content img {
	float: left;
	}
#content h1 {
	text-align: center;
	margin-top: 15px;
	color: #E8A123;
	font-family: Garamond;
	font-size: 250%;
	}
#content h2 {
	font-style: italic;
	color: #636B17;
	font-family: Garamond;
	font-size: 200%;
	}
#content img {
	border: none;
	padding: 10px;
	margin: 0px 10px 10px 0px;
	}
#content h3 {
	font-size: 180%;
	font-weight: bold;
	color: black;
	font-family: Garamond;
	margin: 15px 0px 5px 12px;
	clear: right;
	}
#content h3 a {
	color: #636B17;
	text-decoration: none;
}
#content h3 a:hover {
	color: #636B17;
	text-decoration:underline;
}
#content ul{
	text-align: left;
	font-size: small;
	}
.cta {
	width: 650px;
	text-align: center;
	margin: 0px auto 15px;
	padding: 10px 0px;
	float: right;
}
	
.cta a {
	color: black;
	background-color: #A4AE3E;
	border: 1px dotted black;
	text-decoration: none;
	width: 400px;
	padding: 6px;
	margin: 0px;
	font-size: 110%;
	}
	
.cta a:hover {
	background-color: #E8A123;
	border: 1px dotted black;
	text-decoration: underline;
	color: #000;
	padding: 6px;
	margin: 0px;
	}
	
a {
	color: #A4AE3E;
	text-decoration: none;
	font-weight: bold;	
	}
a:hover {
	color: #A4AE3E;
	text-decoration: underline;
	font-weight: bold;	
	}
	
.nv {
	text-decoration: none;
	font-weight: normal;		
	color: black;
}
.nv:hover {
	text-decoration: none;
	font-weight: normal;
	color: black;
}
	
#footer {
	text-align:center;
	width: 940px;
	background-color: #DDD7C9;
	margin: 5px auto 0px;
	padding: 10px 0px 5px 0px;
	clear: both;
	}
	
#footer p {
	font-size: 9px;
	text-align: center;
	line-height: 80%;
	color: black;
}
#footlink {
	background-color: #857D66;
	text-align: center;
	color: #DDD7c9;
	font-size: 78%;
	width: 940px;
	margin: 0px auto 0px;
	padding: 5px 0px;
}

#footlink li {
	display: inline;
	padding: 10px 5px 0px;
	margin: 5px auto;
	list-style: none;
}
#footlink a {
	color: black;
	text-decoration: none;
	font-weight: normal;
}
#footlink a:hover {
	color: black;
	text-decoration: underline;
}