.head {
	background-image: url(images/index_01.jpg);
	height: 177px;
	width: 946px;
}
.foot {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 82px;
	width: 946px;
	background-image: url(images/index_12.jpg);
	font-size: 10px;
	background-repeat: no-repeat;
}
.foot a:link {
	color: #FFFFFF;
}
.content	{
	width: 909px;
	padding: 0px;
	margin-left: 0px;
	font: 14px/1.5em Arial, Helvetica, sans-serif;
	color: #003333;
	background-image: url(images/index_11.jpg);
}
/* gives a bit of padding between the graphics inn the content area */
.content img {
	padding: 4px;
}
/* this rule ensures that Mac IE5.2 doesn't drop down the content dive */
.content p {
	width: 808px;
	margin: 25px;
}
	
	/* H1 style for the content area */
.content H1 {
	font-size: 18px;
	color: #003333;
	margin: 20px;
}

.content H2 {
	font-size: 16px;
	color: #003333;
	margin: 20px;
}
.content H3 {
	font-size: 14px;
	color: #003333;
	margin: 20px;
}

.content H4 {
	font-size: 12px;
	color: #003333;
	margin: 20px;
}

/* link styles for the content area */
.content a, #content a:link, #content a:visited
{
	text-decoration: underline;
	color: #000033;
}
	
.content a:hover {
	text-decoration: none;
	color: #0000FF;
}
.content a:active {
	text-decoration: none;
	}
.left {
	background-image: url(images/index_09.jpg);
	height: auto;
	width: 16px;
}
.right {
	background-image: url(images/index_11.jpg);
	height: auto;
	width: 21px;
}