body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
}

h1 {
	font-size: 115%;
	padding: 0;
}


h2 {
	font-size: 95%;
	padding: 0;
}

#banner, #nav {
	display: none;
}

#logo {
	margin-bottom: 160px; 
}

#address {
	position: absolute;
	top: 0px;
	text-align: right;
	right: 2px;
	font-size: 70%;	
}

#content {
	font-size: 70%;
	padding: 0px;
}

.testimonial {
	padding-left: 20px;
	font-style: italic;
	padding: 5px 0px;
}

#leftcol {
	font-size: 70%;
	padding: 5px 0px;
}

#rightcol {
	font-size: 70%;
	padding: 5px 0px;
}

#footer {
	font-size: 60%;
	padding: 5px 0px;
	border-top: 1px solid #000000;
	color: #Fe3f07;
}

.redtext {
	color: #FE370F;
	font-weight: bold;
}

.floatleft {
float: left;
}

.floatright {
float: right;
}

hr {
	border: none;
	background-color: #dfdfe6;
	height: 1px;
}
.table {
	vertical-align: top;
}
th {
	text-align: left;
}.color-red {
	color: #F00;
}
#wrapper #content p strong .color-red {
	color: navy;
}

