body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_main.gif);
	background-color: 7DAFD1;
	background-repeat: repeat-x;
	text-align:center;
}
div#footer {
	background-image: url(images/bg_base.gif);
	background-color: FFFFFF;
	background-repeat: repeat-x;
	height: 234px;
	bottom: 100%;
		}
div#headimage {
    margin-top: 0px;
    margin: 1em auto;
	background-image: url(images/page_header.jpg);
	width: 780px;
	height: 181px;
	}
.content {
    margin-top: 0px;
	width: 756px;
	
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	}
div#type {
	margin-top: 181px;
	width: 780px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	float: left;
	padding: 10px;
}
.page-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-indent: 10px;
	text-align: left;
	background-image: url(images/page-title.jpg);
	background-repeat: no-repeat;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 19px;
	text-indent: 5px;
	text-align: right;
}
.menu:link {
	text-decoration: none;	
}
.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 19px;
	text-indent: 5px;
	text-align: right;
	text-decoration: none;
}
.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 19px;
	text-indent: 5px;
	text-align: right;
	text-decoration: none;	
	
}
.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
	line-height: 19px;
	text-indent: 5px;
	text-align: right;
	text-decoration: none;
}

.formfield {
    font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	
    
}

	UL 						{
		padding: 10px 0 10px 20px;
		margin: 0;
	}

	UL LI					{
		list-style-type: square;
	}

	DIV#overview 			{
		
		text-align: left;
		padding: 10px;
		margin: 0;
		width: 390px;
	}
	
	DIV#overview UL#extended {
		padding: 0;
		margin: 0;
	}
	
	DIV#overview UL#extended LI {
	font-weight: bold;
	list-style-type: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	DIV#overview UL#extended LI A,
	DIV#overview UL#extended LI DIV {
		width: 100%;
		height: 51px;
		color: #003366;
		overflow: hidden;
		padding: 0 0 0 51px;
		border: 0;
		margin: 10px;
		display: block;
	}
	
	DIV#overview UL#extended LI A:hover {
		text-decoration: none;
		color: #003366;
		background-color: white;
	}
	
	DIV#overview UL#extended LI SPAN {
		font-size: 75%;
		font-weight: normal;
		font-style: italic;
	}