body {
	background-color:#7C5A45;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #483225;
	line-height: 15px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 20px;
}
.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 20px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #483225;
}
.text a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;

}
.text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
}
.caps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #333333;
}
.line {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #333333;
}

table.main {
	border-width: 5px;
	border-style: solid;
	border-color: #483225;
	border-collapse: separate;
	background-color: white;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DF5601;
}

.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding:5px;
}

.title2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding:5px;
	text-decoration:none;
}

.title2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding:5px;
	text-decoration:underline;
}


.brandline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #7C5A45;	
}

 #navbar-iframe {
          	height:0px;
          	visibility:hidden;
          	display:none;
    	}
		
.logo a:hover img {
	opacity:0.5;

