body
{
	background-color: BD9E67;
}
.banner
{
	border: 1px solid #836735;
	background-color: white;
	text-align: right;
}
.menuBar
{
	background-color: #836735;
	height: 15px;
	color: white;
	font-size: 8pt;
	font-family: verdana;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tab
{
	height: 15px;
	font-family: verdana;
	font-size: 8pt;
	color: white;
	width: 90px;
	text-align: center;
	background-color: #5B4724;
	padding-left: 3px;
}
.linkBar
{
	background-color: white;
	width: 158px;
	padding: 0px;
	font-family: verdana;
	font-size: 8pt;
	border-left: 1px solid #836735;

}
.contentArea
{
	background-color: white;
	padding: 7px;
	font-family: verdana;
	font-size: 10pt;
	border-left: 1px solid #836735;
	border-right: 1px solid #836735;
	text-align: left;
	width: 570px;
}
.cat
{
	font-family: verdana;
	font-size: 8pt;
	padding-left: 3px;
}
.cat2
{
	font-family: verdana;
	font-size: 10pt;
	border-bottom: 1px solid #836735;
	padding: 5px;
}
.cat3
{
	font-family: verdana;
	font-size: 10pt;
	padding: 3px;
}
table.photo
{
	padding-left: 10px;
	width: 200px;
}
div.photoCaption
{
	font-family: verdana;
	font-size: 8pt;
	border: 1px solid #836735;
	padding: 5px;
	background-color: #BD9E67;
}
.copyright
{
	font-family: verdana;
	font-size: 8pt;
	text-align: center;
	border: 1px solid #836735;
	background-color: white;
	padding: 5px;
}
a
{
	text-decoration: none;
	color: maroon;
}
a.linkBox
{
	color: maroon;
}
a:hover
{
	text-decoration: underline;
}
a.sideLink
{
	color: maroon;
}
a.sideLink2
{
	color: maroon;
	font-size: 8pt;
}
td.gridCell
{
	text-align: center;
	background-color: white;
	width: 128px;
}
div.googleAd
{
	text-align: center;
	width: 728px;
	margin-top: 3px;
	border: 1px solid #836735;
}

/* -- Contact Form -- */
/* (Added by Joe@iBecCreative on 02/17/10) */
#contactForm { margin:15px 0; }
    #contactForm fieldset { border:0; }
    #contactForm label {
        display:block;
        font-family:Verdana,Arial,sans-serif;
        font-size:10px;
        color:#444;
        line-height:14px;
        margin:10px 0 0 0;}
    #contactForm label.error { margin:0; font-style:italic; color:red; }
    #contactForm input.text,
    #contactForm textarea {
        padding:4px;
        display:block;
        font-family:Verdana,Arial,sans-serif;
        font-size:12px;
        width:240px;
        color:#000;
        border:1px solid #aaa; }
    #contactForm input.error,
    #contactForm textarea.error { border:1px solid red; }
    #contactForm textarea { width:360px; height:90px; }
    #contactForm input.text:focus,
    #contactForm textarea:focus { border:1px solid #836735; }
    #contactForm input.text,
    #contactForm textarea,
    #contactForm select{ margin:2px 0; }