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

body {
	background-image: url("images/bg_01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-color: #004C50;
}
#headline_bg {
	background-image: url("images/headline_bg.gif");
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 101px;
	width: 950px;
}
#headline_bg h1 {
	font-size: 24px;
	color: #FF0000;
	line-height: 24px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#form_bg {
	background-image: url("images/form_bg.gif");
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 345px;
	width: 404px;
}
#bulletPoints {
	background-image: url("images/index_06.gif");
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 273px;
	width: 466px;
}
.bulletText {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}
#footer {
	background-image: url("images/footer.gif");
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 82px;
	width: 950px;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}


