body {
	margin: 0;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #06679F;
	background-image: url(images/stripes.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
a:link,
a:visited {color: #005282}
a:hover,
a:active {color: #75A0CD}
a.left:link,
a.left:visited {color: #FFFFFF; text-decoration:none;}
a.left:hover,
a.left:active {color: #FFFF33}
h1 {
	font-size: 14px;
	font-weight: bold;
}
form {margin: 0}
input,
select {width: 140px}
#phone {
	color: #FF3333;
	font-size: 24px;
	font-weight: bold;
	padding-right: 126px;
}
#Call_Now {
	color: #8C6002;
	font-size: 15px;
	font-style: italic;
}
#tablemain {
	background-color: #FFFFFF;
	border-width: 0 10px;
	border-style: solid;
	border-color: #000000;
}
#nav_top {
	color: #75A0CD;
	font-size: 12px;
	padding: 5px 8px;
	background-color: #005282;
}
#nav_top a {
	font-weight: bold;
	text-decoration: none;
}
#nav_top a:link,
#nav_top a:visited {color: #FFFFFF}
#nav_top a:hover,
#nav_top a:active {color: #FFFF33}
#footer {
	height: 30px;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #8C6002;
	border-width: 3px 0;
	border-style: solid;
	border-color: #005282;
}
#footer a:link,
#footer a:visited {text-decoration: none; color:#FFFFFF}
#footer a:hover,
#footer a:active {text-decoration: none; color:#FFFF00;}
.form_category {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #005282;
}
.form_spacer {height: 5px}
#staff img {border: 1px solid #AAAAAA}
.image_left {float:left;
margin-right:5px;
border:1px solid #cccccc;}
.image {border:1px solid #cccccc;}

.required
{
    color: red;
    font-weight: bold;
}