body {
	background-image: url(pattern3.jpg);
	color: #875546;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 15px;
	font-weight: bold;
}

/* golden wheat color */
h1 {
	font-family: "Bitstream Vera Serif";
	font-size: 20px;
	color: #BA8F32;
}

h3 {
	font-family: "Bitstream Vera Serif";
	font-size: 18px;
	color: #BA8F32;
}

/*  dark green color */
h2 {
	font-size: 15px;
	color: #36764B;
}

/*  navy blue color */
h4 {
	font-size: 15px;
	color: #000080;
}

h5 {
	font-family: "Bitstream Vera Serif";
	font-size: 18px;
	color: navy;
}

/* dark red color*/
h6 {
	font-family: "Bitstream Vera Serif";
	font-size: 18px;
	color: #990033;
	font-weight: bold;
}

ul {
	list-style-type: disc;
	}

a:link {
	color:  #875546;
}

a:visited {
	color: #BB8103;
	
	<!--
	color:  #BA8F32;
	-->
}
a:hover {
	color:  #D43232;
}
a:active {
	color:  #000000;
}

#container2{
	width: 800px;
}

#topbox {
	float: left;
	background-color: #e5d7c4;
	background-image: url(parchment1.gif);
	background-repeat: repeat;
	width: 600px;
	padding: 5px 5px 5px 5px;
}

#menubox {
	float: right;
	background-color: #e5d7c4;
	background-image: url(parchment1.gif);
	background-repeat: repeat;
	width: 175px;
	font-family: Garamond;
	font-size: 15px;
	color: #BA8F32;
	text-align: left;
}

#menuList ul {
	padding: 5px;
	margin: 5px;
}

#menuList li {
		list-style-type: none;
}

#flashbox {
	float: left;
	background-color: #e5d7c4;
	background-image: url(parchment1.gif);
	background-repeat: repeat;
	width: 645px;
	padding: 5px 5px 5px 5px;
}

#flashmenubox {
	float: right;
	background-color: #e5d7c4;
	background-image: url(parchment1.gif);
	background-repeat: repeat;
	width: 140px;
	font-family: Garamond;
	font-size: 15px;
	color: #BA8F32;
	text-align: left;
}

.thickmargin {
	padding: 10px 0px 10px 0px;
}