<style type="text/css">
/* ****CSS reset ***** */

#html, body, h1, h2, h3, h4, h5, h6, p, ol, li, pre, code, address, variable, form, fieldset, blockquote {
	background-color:#ECF1EF;
	background-image:url('../images/whtmarb.gif');
	background-repeat: repeat;
	background-position: right top;
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
/* end reset styles */
 
body {
	color: darkblue;
	font-weight:bold;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;	
	font-size: 1.5em;
	background-color: #EEEEEE;
	background-image:url('../images/whtmarb.gif');
	width: 98%;
	margin-left: 0;
	padding: 0;	
}
#container {
	min-width: 600px;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
}
#container h5 {
	text-align: center;
	font-size: large;
	margin-top: 50px;
	margin-bottom: 30px;
}

}

#top_nav {
	width: 160px;	
	font-size: 1em;
	list-style: none;
	text-decoration: none;
	margin-top:15px;
	border: 2px solid blue
	padding: 5px;

}
#navigation ul {
	padding-left: 0px;
	list-style: none;
	text-decoration: none;
	width: 100%;
	float: left;
	margin: 0px;
}
#navigation h5 {
	
}
a {	text-decoration:none;}

a:link { color: #0000FF; }
a:hover { color: #FF00FF;}
a:active { color: lime;
}



#page_content {
	margin-left: 250px;
	margin-right: auto;
	width: 1000px;
}
#page_content h1 {
	font-size: 2em;
	font-weight:bold;
	text-align: center;
	color: blue;
	margin-bottom: 10px;
}

#page_content h2 {
	font-size: 1em;
	color: red;
	margin-bottom: 10px;
}
#page_content h3 {
	font-size: .8em;
	color: green;
	margin-bottom: 10px;
}
#page_content h4 {
	font-size: .7em;
	color: red;
	margin-bottom: 10px;
}
#page_content h5 {
	font-size: x-small;
	color: green;
	margin-bottom: 10px;
}

#page_content img {
	margin-left: 250px;
	
}

th,td {
	padding:5px;

}

.style4 {
	border: 2px solid #808080;
}

.style5 {
	border: 3px solid #808080;
}
.style6 {
	border: 2px solid #808080;
	text-align: center;
}

.style7 {
	text-align: center;
}

.auto-style1 {
	background-color: #FFFF00;
}
.auto-style2 {
	text-align: left;
}
.auto-style3 {
	
	text-align: left;
}

.auto-style4 {
	color: #FF0000;
}

</style>


