BODY { background-color: #e1e1e1; margin: 0px; margin-top: 0px; }

.background {
	background-color: #D0A03C;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
.main {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

.mainbulletext {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	list-style-image: url(images/bullet_leaf.jpg);
	list-style-position: inside;
}

.main a {
	font-size: 11px;
	color: #4e1e0e;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}

.main a:hover {  
	font-size: 11px;
	color: #A67000;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}
.subtext {
	font-size: 13px;
	color: #ECD9B3;
	font-family: "Times New Roman", Times, serif;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	text-decoration: none;
}
.subtext a {
	font-size: 11px;
	color: #A67000;
	font-family: "Times New Roman", Times, serif;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	text-decoration: underline;
	font-weight: bold;
}

.subtext a:hover {
	font-size: 11px;
	color: #996633;
	font-family: "Times New Roman", Times, serif;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	text-decoration: underline;
	font-weight: bold;
}
.body_subtext {
	font-size: 13px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	text-decoration: none;
}
.body_subtext a {
	font-size: 11px;
	color: #A67000;
	font-family: "Times New Roman", Times, serif;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	text-decoration: underline;
	font-weight: bold;
}

.body_subtext a:hover {
	font-size: 11px;
	color: #996633;
	font-family: "Times New Roman", Times, serif;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	text-decoration: underline;
	font-weight: bold;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: uppercase;
}
.textfields {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #f7e2b9
}
/*----------------------------------------------------------------------------------------------------- Menu */
.menu{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
}

.menu_items {
	font-family: Times New Roman, Times, serif;
	font-weight:bold;
	font-size: 12px;
	color: #ECD9B3;
	text-decoration:none;
	vertical-align: super;
}

.menu_items a:hover {
	color: #A67000;
	text-decoration:underline;
}

.menu_titles {
	font-family: Times New Roman, Times, serif;
	font-weight:bold;
	font-size: 18px;
	color: #ECD9B3;

}