@charset "utf-8";
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/backgroundcolor.gif);
	background-repeat: repeat;
}
h1, h2, h3, h4 {
	font-size: larger;
	margin:0;
	padding:0;
	width:100%;
}
h1 {
	color: #183D08;
}
h3 {
	color: #7E853F;
	border-bottom:1px;
	border-bottom-color: #7E853F;
	border-bottom-style:solid;
}
a {
color:#006600;
text-decoration:underline;
}
a:hover {
text-decoration:underline;
}
.submenu {
	width:100%;
	float:left;
	margin:10px 0 10px 0;
	text-align:center;
	background-color:#7e853f;
	height:25px;
	padding-top: 5px;
}
.submenu a {
color:#000000;
text-decoration:none;
}
.submenu a:hover {
text-decoration:underline;
}
.submenu a.active {
color:#FFFFFF;
}
.note {
	color:#7E853F;
	font-size:smaller;
}
.photo {
	float:right;
	margin:20px 0 20px 20px;
	padding: 5px;
	border:solid 1px #7E853F;
}
.leftphoto {
	float:left;
	margin:20px 20px 20px 0px;
}
.mediaphoto {
padding:10px;
border:solid 1px #003300;
margin-bottom:10px;
}
.vendortitle {
width:40%;
float:left;
padding:10px 0px;
}
.vendorcontact {
width:60%;
float:right;
padding:10px 0px;
}
.clear {
	clear:both;
}
.ruleline {
	margin-left:0%;
	border-bottom:solid 1px #7E853F;
}
.preferred {
	width:60px;
	font-family:"Courier New", Courier, monospace;
	font-size: 10px;
	color:#990033;
	border:dotted 1px #990033;
	padding:5px;
	vertical-align: middle;
	text-align: center;
	margin:auto;
	}
.relatedsites h3{
	margin:60px 0 0 0;
	clear: both;
	}
