body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #EEE;
	margin: 0px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000;
	line-height: 21px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003a76;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003a76;
	font-weight: bold;
}
ul  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003a76;
	list-style-image: url(images/bullet.gif);
	list-style-position: inside;
	margin-left: 0px;
	padding-left: 0px;
}
li {
	padding-top: 3px;
	padding-bottom: 3px;
}
.form {
	padding: 1px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #caefff;
	resize: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: center;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 20px;
	clear: both;
	height: 10px;
	width: 760px;
	background-color: #EEE;
}
#form {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-top: 29px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: right;
	width: 240px;
	background-image: url(images/form.jpg);
	height: 289px;
}
#header {
	float: left;
	width: 760px;
	height: 189px;
}
#intro {
	background-color: #FFF;
	background-image: url(images/gradient.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 87px;
	width: 475px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #003a76;
	padding-left: 25px;
	font-style: italic;
	padding-top: 25px;
}
#main {
	background-color: #FFF;
	float: left;
	width: 450px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 30px;
}
#nav {
	float: left;
	width: 500px;
	height: 31px;
	background-color: #103A76;
}
a:link {
	color: #003a76;
	text-decoration: none;
}
a:visited {
	color: #003a76;
	text-decoration: none;
}
a:hover {
	color: #003a76;
	text-decoration: underline;
}
a:active {
	color: #003a76;
	text-decoration: underline;
}
