body {
	margin: 60px auto;
	padding: 10px;
	background-color: #E7D394;
	background-attachment: fixed;
	background-image: url(images/bg4.jpg);
	text-align: center; /* for IE */
	font-family: "Times New Roman", Times, serif;
}
#mainNav {
	width: 730px;
	padding: 10px;
	margin: 0 auto;
	border: 1px solid #999;
	border-bottom: none;
}
#mainNav a:link, #mainNav a:visited, #mainNav a:active {
	border: 1px solid #00FF82;
	text-decoration: none;
	padding: 5px;
	display: inline; /*block;	*/
	background-color: #6CDCFF;
	color: #004E99; 
	font-weight: bold;
}
#mainNav a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #0082FF; 
	background-color: #FFFACD;
	border: 1px solid #5FADD2;
}
#wrapper {	
	width: 730px;
	padding: 10px;
	border: 1px solid #999;
	text-align: left;
	margin: auto auto;

}
#header {
	width: 200px;
}
#nav {
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#nav ul {
	width: 130px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	text-align: center;
	line-height: 1.5em;
}
#nav li {
	margin-bottom: 3px;
}
#nav a {
	display: block;
	width: 175px;
	text-decoration: none;
	color: #002D00;
	border-right: 1px solid #006400;
	border-bottom: 2px solid #006400;
	height: 1.6em;
}
#nav a:link, #nav a:visited, #nav a:active {
	background-color: #D2B48C;
}
#nav a:hover {
	text-decoration: underline;
	color: #007101;
	background-color: #C1A379;
	border-right: 1px solid #878787;
	border-bottom: 2px solid #878787;
	background-image: url(images/palette.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

#content {
	float: left;
	width: 460px;
	padding: 10px 10px 10px 20px;
	color: #663333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#content h3 {
	color: #557236;
}
#footer {
	height: 45px;
	margin-top: 4px;
	padding: 3px;
	line-height: 1.3em;
	letter-spacing: .1em;
	border-top: 1px solid #999;
	clear: both;
	font-size: 65%;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active{
	text-decoration: underline;
	color: Blue;
}
#foot1 {
	width: 185px;
	float: left;
}
#foot2 {
	width: 500px;
	float: left;
	border-left: 1px solid black;
	padding-left: 5px;
}
#footClear {
	clear: both;
}
.navText {
	font-size: 85%;
}
.navColorOne {
	color: blue;
	font-weight: bold;
}
.navColorTwo {
	color: red;
	font-weight: bold;
}
.special {
	color: #A67817;
}
.describe {
	color: #663333;
	font-size: 71%;
	text-align: left;
}
.contentLink a:link, .contentLink a:visited, .contentLink a:active {
	border: 1px solid #557236;
	text-decoration: none;
	padding: 5px;
	display: inline; /*block;	*/
	color: #694B04;
	font-weight: bold;
}
.contentLink a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #557236;
	background-color: #FFFACD;
	border: 1px solid #A0522D;
}
.actconn {
	font-size: 50%;
	color: #DEBE3B;
}
.tintMe {
	color: Green;
}
.clearit {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
}