/* CSS Document */


<!--
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	color: #006600;
	background-image:  url(marble1.gif);
	margin-left: 20%;
	margin-right: 20%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF; size: 200%;
	text-align: left;
	}
	

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #006600;
	text-align: center;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	text-align: center;
	
	}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #006600;
	}

#background {
	color: #FFFFFF;
}

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	color: #006600;
	background-image:  url(marble1.gif);
	margin-left: 20%;
	margin-right: 20%;
}	

#sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 175px;
	height: 600px;
	background-color: #FFFFFF;
	padding: 15px;
	margin: 0px 10px 0px 10px;
	float: right;
}

#navigationtable {
	text-decoration: none;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-collapse: collapse;
	
	}
	
#navigationtable td{
	width: 130px;
	text-decoration: none;
	font-size: small;
	text-align: center;
	padding: 2px;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-collapse: collapse;
		
	}
#navigationtable a: hover {
	text-decoration: none;
-->
