html
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
	line-height: 19px;
	text-align: left;
    background:#ddddff;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

#banner {
	position: relative;
	color: #030303;
	background: #ffffff url(topbackground.jpg) center top repeat-x;
}

#banner-header
{
	margin: 0;
	padding: 35px 15px 5px 15px;
	color: #ffffff;
	font-size: 30px;
	font-weight: normal;
	margin-left: 100px;
}

#banner-sub
{
	margin: 0;
	padding: 5px 15px 27px 15px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.125;
	margin-left: 100px;
}

#main
{
	margin-left: 120px;
	width: 500px;
	margin-top: 30px;
	padding: 0;
	border: 0;
	text-align: justify;
}

#main h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #14005A;
}

#main h2 {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

#main h3 {
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 10px;
}

#main h4, h5, h6 {
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main a {
	color: #14005A;
}

