body{
	font-family: Tahoma, Verdana, Arial;
	color: #333333;
	line-height: 18px;
	margin: 0px auto;
	padding: 0px;
	background-color: #F2F0F1;
	font-size: 11px;
}

a:link, a:visited, a:hover {
	color: #00467F;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px 0px 4px;
	font-size: 15px;
	color: #017042;
}

ul{
	list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#landing{
	width: 780px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 90%;
}
#content{
	float:left;
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 100%;
}

/************** .header styles ***************/

.header{
	padding: 0px;
}

/************** .middle-content styles *****************/

.middle-content{
	padding: 0px 0px 0px 30px;
	width: 300px;
	height: auto;
}

.middle-content p{
  padding: 0px 0px 10px 0px;
}

/************* #footer styles ***************/

#footer{
	color: #FFFFFF;
	height: 29px;
	background-image: url(../images/blue-footer.gif);
	padding: 16px 0px 0px;
	text-align: center;
	width: 780px;
	float: none;
	clear: both;
}

/************** Program List styles **************/

#list {
	width: 250px;
	margin-left: -30px;
}

#list ul {
	font-size: 11px;
	list-style: none outside;
	margin-top: 7px;
}

#list li {
	line-height: 21px;
	background-image: url(../images/orange-arrow-B.gif);
	background-position: -4px 6px;
	background-repeat: no-repeat;
	list-style: none;
	padding-left: 6%;
}


/************** Grid styles **************/

.white {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.indent{
	padding-left:10px;
}

.border-right{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6CA6D8;
}

/************** Form styles **************/
#form-section{
	top: 0px;
	width: 416px;
	background-image: url(../images/form-bkgd-B.gif);
	background-repeat: no-repeat;
	height: 424px;
	clear: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 43%;
	margin-top: -5%;
}
#form-section table{
	margin-left: 20px;
	margin-top: 20px;
}
.form{
	font-family: Tahoma, Verdana, Arial;
	color: #333333;
	line-height: 16px;
	font-size: 11px;
}


.thanks {
	font-size: 14px;
	color: #CC3300;
}

.blue {
	color: #00467F;
	font-weight: bold;
	font-style: normal;
}
#header-B{
	background-image: url(../images/header-blue-bk.gif);
	background-repeat: repeat-x;
	width: 780px;
}
#benefits{
	background-image: url(../images/benefits.gif);
	background-repeat: no-repeat;
	height: 100%;
	width: 266px;
	margin-left: 10%;
}
#benefits h1{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 23px;
	text-align: center;
}
#benefits p{
	margin-right: 8%;
	margin-left: 10%;
	margin-top: 13px;
}
#benefits ul{
	margin-top: -15px;
	margin-left: -7px;
	width: 220px;
}
#benefits li{
	background-image: url(../images/orange-triangle.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 3px 6px;
	line-height: 18px;
	padding-left: 5%;
}
#content-bottom{
	margin-left: 3%;
	margin-top: 30px;
	padding-bottom: 8px;
	margin-bottom: auto;
	background-color: #FFFFFF;
	float: none;
}
.link {
	color: #00467F;
}
.copy{
	width: auto;
	margin-left: 70px;
}
