body   { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #CCCCCC;
	text-align: center;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}
/*
table {
	width: 650px;
	height: auto;
}
*/
td,tr { font-family: Arial, Verdana, Helvetica, sans-serif; color: #666666; font-size: 12px; }

p,li,ul   {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
	margin-top: 0;
}
p { margin-bottom: 1.5em; }
li,ul   {
	line-height: 1.1em;
	margin-bottom: 0.5em;
}
ul   {
	margin-bottom: 10px;
}
.small_font   { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #000000; 
}
a:active   { }
a:visited   { color: #000000; text-decoration: none; }
a:link   { color: #000000; text-decoration: none; }
a:hover   { color: #000000; text-decoration: underline; }

.centrebody #wrapper {
	position: relative;
	width: 950px;
	border: 0;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* Override settings in file var-css.php. */

.centrebody #wrapper #logo {
	position: absolute;
	top: 100px;
	left: 30px;
}
.logo-text { 
	font-size: 40px;
	font-weight: normal;
	font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 0.5em;
}
.centrebody #wrapper #strap {
	position: absolute;
	top: 40px;
	left: 600px;
}
.strap-text { 
	font-size: 30px;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-bottom: 0.5em;
}
.centrebody #email {
	clear:both;
	float: right;
	margin-top: 5px;
	margin-right: 30px;
	padding-right: 0px;
	color: #000000;
}
* html .centrebody #email {
	clear:both;
	float: right;
	margin-top: 5px;
	margin-right: 15px;
	padding-right: 0px;
	color: #000000;
}
.centrebody #email p {
	color: #000000;
}
.centrebody #phone {
	width: 950px;
	height: 100px;
	padding-top: 30px;
	vertical-align: middle;
	background-color: #FF7F00;
}
.centrebody #phone p {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}
.phone {
	font-size: 54px;
}
.centrebody #page-title { 
	float: right;
	text-align: left;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 25px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
}
.centrebody #content {
	width: 950px;
	text-align: left;
	padding-top: 30px;
/* Override settings in file var-css.php. */
}
.centrebody #content p, .centrebody #content ol, .centrebody #content li {
	font-weight: bold;
	padding-left: 30px;
}
.centrebody #content ol, .centrebody #content li {
	font-weight: normal;
	padding-left: 30px;
	margin-top: 0px;
}
.centrebody #content a:active { color: #000000; }
.centrebody #content a:visited { color: #000000; text-decoration: underline; }
.centrebody #content a:link { color: #000000; text-decoration: underline; }
.centrebody #content a:hover { color: #A5002D; text-decoration: underline; }
.centrebody #navbar {
	position: absolute;
	right: 50px;
	width: 110px; /* top and bottom padding create visual space within this div */
	height: 30px;
/* Override settings in file var-css.php. */
}
.img {
	border: none;
}
.toppad {
	margin-top: 15px;
	padding-top: 0;
}
.padzero {
	margin-top: 0px;
	margin-bottom: 0.2em;
	padding-top: 0px;
	padding-bottom: 0px;
}
.note-text {
	font-size: 14px;
	font-weight: normal;
}
.header-text { 
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 0px;
}
.error { 
	color: #FF0000;
	font-weight: bold;
}
.centrebody #footer {
	left: 0px;
	width: 950px;
	height: 50px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.centrebody #footer a:active { color: #000000; }
.centrebody #footer a:visited { color: #000000; text-decoration: underline; }
.centrebody #footer a:link { color: #000000; text-decoration: underline; }
.centrebody #footer a:hover { color: #FF7F00; text-decoration: underline; }
.centrebody #foot-right {
	float: right;
	margin-top: 5px;
	width: 350px;
	text-align: right;
	background-image: none;
}
.centrebody #foot-left {
	float: left;
	margin-top: 5px;
	width: 550px;
	text-align: left;
	background-image: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 25px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

