body {
	background-color: #9F9F9F;
	margin-top: 3px;
	margin-bottom: 3px;
}

.page {
	width: 780px;
	font-family: 'Arial', Arial, Helvetica, Sans-serif, sans-serif;
	border: 1px solid #000000;

}

.section_a {
	border-bottom: 1px solid Black;
	background-color: white;
	font-family: 'Arial', Arial, Helvetica, Sans-serif, sans-serif;
	font-size: x-large;
	color: white;
	text-align: center;
}

.section_a .logo {
	padding : 7px 0px 0px 0px;
	background-color: #DCDCDC;
}

.section_a .logotext {
	padding-left: 25px;
	padding-right: 25px;
	font-weight: normal;
	color:#9f9f9f;
	
}

.section_a .logotext .black {
	background-color: white;
}

				
.content_area {
	margin-top: 1px;
	padding: 20px;
	padding-right: 20px;
	width: 640px;
	font-family: 'Arial', Arial, Helvetica, Sans-serif, sans-serif;
	font-size: 80%;
	background-color: white;
}

.content_area h1, .content_area h2, .content_area h3 {
	font-weight: normal;
	font-size: 130%;
}

.content_area A {
	background-color: white;
}

.menu_left {
	width: 150px;
	color: white;
	background-color: #DCDCDC;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	font-size: 80%;
	border-right: 1px solid Silver;
		}

.menu_left p {
	margin: 0px;
	padding: 1px;
}

.linkbutton {
	width: 150px;
	color: Fuchsia;
	background : White;
	padding: 5px 0px 5px 10px;
	margin: 3px;
}

.linkbutton A {
	text-decoration : none;
	color: Fuchsia;
}

.linkbutton A:hover {
	text-decoration : none;
	background-color: #white;
	color: Fuchsia;
	font-weight: bolder;
}

.linkbutton_selected {
	width: 150px;
	border: 0px solid Black;
	background-color: white;
	color: Fuchsia;
	font-weight: bold;
	padding: 5px 0% 5px 10px;
	margin: 3px;
}

.linkbutton_selected A {
	background-color: white;
	color: #0000FF;
	text-decoration : none;
	font-weight: bolder;
}

.linkbutton_selected A:hover {
	background-color: white;
	color: #0000FF;
}

.linkbutton_indented {
	width: 150px;
	border: 0px solid Black;
	background-color: white;
	padding: 5px 0px 5px 20px;
	margin: 3px;
}

.linkbutton_indented A {
	text-decoration : none;
	color: #0000FF;
}

.linkbutton_indented A:hover {
	background-color: white;
	color: #0000FF;
}

.copyright {
	background-color: #E5E5E5;
	border-top: 1px solid Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 3px;
	text-align: center;
}

.mailaddy {
	color: #CC8822;
}

