body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #55321c;
}

.linkBg{
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #b32017;
	border-bottom-width: 3px;
	border-top-color: white;
	border-top-width: 3px;
	background-color: #e8a713;
	
}

.logoBg {
	border-bottom-style: solid;
	border-bottom-color: #b32017;
	border-bottom-width: 3px;
}

.fullpage {
	border-color: #b32017;
	border-style: solid;
	border-width: 1px;
	margin-left: auto;
    margin-right: auto;


}

.leftCategory {
	background-color: #b32017;
	color:#fff;
	padding: 3px 0 3px 15px;
	font-size: 16px;
	font-weight: normal;
	font-family: Times;
}

.left {
	background-color: #e8a713;
}

.leftText {
	padding: 4px 3px 4px 15px;
	font-size: 10px;
	font-weight: bold;
}

form {
	margin: 0px;
	padding: 0px;
}

.mainbody {
	padding: 10px 15px 5px 25px;
}

h1 {
	font-family: Times, serif;
	font-size: 22px;
	color: #b32017;
	margin: 4px 0 0 0;
}

.footerAddr {
	font-family: Times, serif;
	color: #54301a;
}

.services_link {
	font-size: 10px;
	color: #54301a;
	background-image: url('/images/service_bullet.gif');
	height: 37px;
	text-align: right;
	font-weight: bold;
	padding: 0 60px 0 0;
	
}

.services_a:link {
	text-decoration: none;
	color: #54301a;
}

.services_a:visited {
	text-decoration: none;
	color: #54301a;
}

.services_a:active {
	text-decoration: none;
	color: #54301a;
}

.services_a:hover {
	text-decoration: underline;
	color: #54301a;
}

