body {
	background-color: #28394D;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.hometable {
	width: 770px;
	border: 1px solid #FFFFFF;
	background-color: #27394C;
}

h3
{
	font-size:15px;
	font-weight :bold ;
	text-align :center ;
	color:Red;
	
}

.hometext {
	font-size: 13px;
	line-height: 18px;
	padding: 20px;
	text-align: justify;
}

.toptable {
	width: 770px;
	border: 1px solid #FFFFFF;
	border-bottom: none;
}

.logo {
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
}

.bottable {
	width: 770px;
	border: 1px solid #FFFFFF;
	border-top: none;
}

.topbg {
	background-image: url(images/stripe_top_bg.jpg);
	background-repeat: repeat-x;
	height: 55px;
}

.botbg {
	background-image: url(images/stripe_bottom_bg.jpg);
	background-repeat: repeat-x;
	height: 62px;
}

.about {
	letter-spacing: 1px;
	line-height: 18px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

.services {
	letter-spacing: 1px;
	line-height: 18px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

.bullets {
	padding-left: 15px;
}

.quote {
	padding: 10px;
	padding-top: 20px;
	padding-left: 20px;
}

.textfield {
	width: 110px;
	border: 1px solid #99ABC9;
}

.textfieldmed {
	width: 200px;
	border: 1px solid #99ABC9;
}

.textfieldbig {
	width: 340px;
	border: 1px solid #99ABC9;
}

.textarea {
	width: 400px;
	border: 1px solid #CCCCCC;
}

.footer, a.footer {
	padding-top: 5px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFFFFF;
}

a:hover.footer {
	color:#CCCCCC;
}
.homebg {
	background-image: url(images/home_50.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 161px;
}