/* Site Footer */
#footer {
	text-align:center;
	font-size:12px;
	font-family:verdana;
	color:#c3af59;
	padding:10px 0 10px 0;
}
#footer a {
	font-weight:bold;
	color:#c3af59;
}
#footer a:link,#footer a:active,#footer a:visited {
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

/* Margin Styles */
.marginBott0 {
	margin-bottom:0px;
}
.marginBott5 {
	margin-bottom:5px;
}
.marginBott10 {
	margin-bottom:10px;
}
.marginBott15 {
	margin-bottom:15px;
}
.marginBott20 {
	margin-bottom:20px;
}
.marginBott25 {
	margin-bottom:25px;
}
.marginBott30 {
	margin-bottom:30px;
}
.marginRight5 {
	margin-right:5px;
}
.marginRight8 {
	margin-right:8px;
}
.marginRight10 {
	margin-right:10px;
}
.marginRight15 {
	margin-right:15px;
}
.marginRight20 {
	margin-right:20px;
}
.marginLeft5 {
	margin-left:5px;
}
.marginLeft10 {
	margin-left:10px;
}
.marginLeft15 {
	margin-left:15px;
}
.marginLeft20 {
	margin-left:20px;
}

/* Format Styles */
.txtcenter {
	text-align: center;
}
.txtright {
	text-align: right;
}
#page font.size20 {
	font-size:20px;
}
.hrsty1 {
	border: 0;
	border-bottom: 1px solid #8d8c37;
	width: 80%;
	margin: 0 auto;
}

/* IMAGE LINKS */
a.imgLink1 {
	float:right;
	line-height:22px;
}
a.imgLink1 img {
	margin-right:5px;
}
a.imgLink2 {
	float: left;
}
a.imgLink2 img {
	margin-right: 12px;
}

/* Floating Styles */
.floatR { float:right; }
.floatL { float:left; }

/* Clearing Styles */
.clearL { clear:left; }
.clearR { clear:right; }
.clearB { clear:both; }