/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-top: 0px;
}
td {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
td.top {
	background-image: url(images/temp_01.jpg);
	height: 100px;
	width: 950px;
}
td.abovelinks {
	background-image: url(images/temp_02.jpg);
	height: 13px;
	width: 950px;
}
td.leftoflinks {
	background-image: url(images/temp_03.jpg);
	height: 29px;
	width: 20px;
}
td.rightoflinks {
	background-image: url(images/temp_08.jpg);
	height: 29px;
	width: 540px;
}
td.content {
	background-image: url(images/temp_09.jpg);
	height: 350px;
	width: 950px;
	background-color: #D3F0DC;
	background-repeat: no-repeat;
}
td.bottom {
	background-image: url(images/temp_10.jpg);
	height: 62px;
	width: 950px;
	padding: 20px;
}
a:link,a:active,a:visited {
	color: #177B2F;
	text-decoration: none;
	font-size: 11px;
}
a:hover {
	color: #22B24C;
}
h1 {
	font-size: 14px;
	color: #177B2F;
}
h2 {
	font-size: 12px;
	color: #177B2F;
	}
table.divider {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #177B2F;
}
.hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #177B2F;
}
