@charset "UTF-8";
/* CSS Document */

body,td,th {
	background:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}
/*HELLO WORLD*/
a {
	font-size: 13px;
	color: #009900;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 16px;
	color: #192869;
}

#wrapper {
	width:916px;
	height:auto;
	margin:auto;
}

#left_column {
	width: 482px;
	height:650px;
	float:left;
	background-color:#FFFFFF;
}

#right_column {
	width: 434px;
	height:650px;
	float:left;
	background-color:#f5f5e6;
}

.testimonial {
	color:#990000;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	padding-left: 20px;
	padding-right: 20px;
}
.indent {
	padding-left: 20px;
	padding-right: 20px;
}

.subhead {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #192869;
}
.phoneNumber {
	font-size:34px;
	line-height: 32px;
	color:#192869;
	font-weight: bold;
}
.FREE {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#errordiv {
	padding:4px;
	text-align: center;
}

span.error {
	color:red;
	float:none;
	font-size:14px;
	line-height:24px;
}

table input {
	border:1px solid #CCC;
	height: 18px;
}

input.error, select.error {
	background-color:#FFEEEE;
	border:1px solid #CC0000;
	height: 18px;
}
/*
* html #left_column {position:relative;top:0;width: 482px;height:660px;float:left;background-color:#FFFFFF;}
* html #right_column {position:relative;top:0px;width: 434px;height:660px;float:left;background-color:#f5f5e6;}
* html .getyourfree {margin-top: 20px;}

* :first-child+html #left_column {position:relative;top:0;width: 482px;height:660px;float:left;background-color:#FFFFFF;}
* :first-child+html #right_column {position:relative;top:0px;width: 434px;height:660px;float:left;background-color:#f5f5e6;}
* :first-child+html .getyourfree {margin-top: 20px;}
*/


