body {
	background-color: #02243C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center; /* IE 5.5 Center Fix */
	}

#mainTable {
	width: 742px;
	border: 0px;
	margin: 0px auto;
	background-color: #f5f8fa;
	text-align: left;  /* IE 5.5 Center Fix */
	}

img {
	border: 0px;
	}
	
.header {
	}
	
.img {
	}

.info {
	width: 200px;
	padding: 15px;
	font-size: 105%;
	font-weight: bold;
	color: #0a4296;
	line-height: 20px;
	}
	
.content {
	width: 542px;
	padding: 15px;
	}
	
.content a img {
	filter:alpha(opacity=90);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.9;
	}
	
.content a img:hover {
	border: 0px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	}
	
ul, li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}

li {
	padding-left: 15px;
	background-image: url(/_design/imgs/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	}
	
.content h1 {
	font-size: 220%;
	color: #0a439c;
	}
	
.content h2 {
	font-size: 220%;
	color: #e85301;
	}
	
.content h3 {
	font-size: 130%;
	color: #0a439c;
	}
	
.content h4 {
	font-size: 100%;
	color: #CC3300;
	padding: 0px;
	margin: 0px;
	}
	
.content h5 {
	font-size: 100%;
	color: #000000;
	padding: 0px;
	margin: 0px;
	}
	
#formTable {
	margin-top: 20px;
	width: 100%;
	}
#formTable td {
	padding: 2px;
	}
#formTable .star {
	color: #CC3300; 
	}
#formTable .label {
	width: 100px;
	}
#formTable .input {
	}
#formTable input {
	width: 98%;
	}
#formTable input.phoneNumber {
	width: 30px;
	}
#formTable input.city  {
	width: 150px;
	}
#formTable input.state, #formTable input.zip  {
	width: 50px;
	}
#formTable textarea  {
	width: 98%;
	}
#formTable input.buttonSubmit {
	width:84px;
	float: right;
	}
/*.buttonSubmit {
	float: right;
	}*/
	
.footer {
	}
