body,td,th {
	font-family: Lucida Grande, Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 13px;
	color: #000;
}
body {
	background-image: url("../images/bg-page.png");
	background-repeat: repeat-x;
	background-position: 0 319px;
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #1d43c2;
}
a:visited {
	color: #1d43c2;
}
a:hover {
	color: #C00;
}
h1 {
	font-size: 30px;
	color: #5D77CE;
	font-weight: normal;
	margin: 0;
}
h2 {
	font-size: 16px;
	color: #05299f;
	margin: 0;
	padding-top: 20px;
}
#header {
	height: 217px;
	width: 960px;
}
#logo {
	float: left;
	width: 450px;
}
#lead-form {
	float: right;
	width: 425px;
	height: 217px;
	background-image: url("../images/bg-lead-form.png");
	text-align: left;
}
#emailinput {
	position: absolute;
	top: 171px;
	margin: 0 0 0 8px;
	padding: 7px 0 0 6px;
	width: 300px;
	height: 28px;
	color: #929292;
	font-size: 15px;
	background: transparent;
	border: 0;
}
#emailbutton {
	position: absolute;
	top: 166px;
	margin-left: 320px;
}
#navbar {
	background-image: url("../images/bg-navbar.png");
	height: 56px;
	text-align: center;
}
#homesplash-container {
	background-image: url("../images/bg-homesplash.png");
}
#homesplash {
	background-image: url("../images/homesplash-woman.png");
	background-position: right;
	background-repeat: no-repeat;
	width: 960px;
	height: 294px;
	text-align: left;
}
#h1-container-outer {
	background-image: url("../images/bg-h1.png");
}
#h1-container-inner {
	width: 960px;
	height: 46px;
	text-align: left;
}
#left-column {
	float: left;
	width: 250px;
}
#right-column {
	float: right;
	width: 600px;
	margin-top: 25px;
	padding-right: 67px;
}
#left-column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#left-column li {
	background-image: url("../images/sub-nav-up.png");
	width: 250px;
	height: 33px;
}
#left-column li:hover {
	background-image: url("../images/sub-nav-over.png");
}
#left-column li.selected {
	background-image: url("../images/sub-nav-down.png");
}
#left-column li.selected a {
	color: #fff;
}
#left-column li.selected a:hover {
	color: #fff;
}
#left-column li a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	padding: 6px 22px;
}
#left-column li a:hover {
	color: #1d43c2;
}
#body-container-outer {
	background-image: url("../images/bg-page.png");
	background-repeat: repeat-x;
}
#body-container-inner {
	width: 960px;
	text-align: left;
}
#footer {
	width: 960px;
	color: #767676;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	padding: 20px 0;
	clear: both;
}
#footer a {
	color: #767676;
	text-decoration: none;
}