body {
	font-family: Verdana, Arial, sans-serif;
	background-color:	silver;
}

h1 {
	color: #52718a;
	font-size: 14pt;
}

h2 {
	color: #52718a;
	font-size: 12pt;
}

h3 {
	color: #000000;
	font-size: 10pt;
	margin:8px 0px;
}

a{
	color: rgb(0, 138, 226);
}

a:hover{
	color: #52718a;
}

a:visited{
	color: rgb(0, 138, 226);
}

#generalContainer
{
	position: absolute;
	width: 1010px;
	left: 50%;
	margin-left: -505px;
	top: 30px;
	background-color: white;
}

#rightColumn {
	background-image: url('../images/logo-24x7-T.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	width:680px;
	padding-top: 150px;
	padding-right: 30px;
	min-height: 300px;
	float:right;
	overflow:hidden;
}

#leftColumn{
	background: url('../images/get-a-quote.gif') no-repeat;
	width:178px;
	margin-top: 170px;
	padding-top: 60px;
	margin-left: 30px;
	padding-left: 15px;
	margin-right: 60px;
	padding-right: 15px;
	height: 420px;
	float:right;
	overflow:hidden;
}


#bottomLinks {
	float:left;
	width: 1010px;
	text-align: center;
	clear:both;
	margin: 20px 0px;
}


#footer {
	float:right;
	width: 1010px;
	clear:both;
	background-color: silver;
}

.field{
	color: #517725;
	width:154px;
}

.submitButton{
	border: 2px solid #52718a;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;

}