﻿<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>CSS sheet</title>
<style>
body, html {margin:0;padding:0}
img {	 border:0;padding:0;margin:0 }
.wrapper {
	width:870px; margin:0 auto 0 auto; padding:0; border:0; background-color:#006633;
	font-family:Arial, Helvetica, sans-serif
}
.nav {
	height:30px; border:0;margin:0;padding:0; font-size:18px;
	background-color:#006633;
}
.navl {
	background-image:url(images/button_l.jpg); background-position:left bottom; border:0;margin:0;
	background-repeat:no-repeat;float:right;padding-left:8px;height:30px;
}
.navr {
	background-image:url(images/button_r.jpg); background-position:right bottom;margin:0;border:0;
	background-repeat:no-repeat;padding-right:8px;height:26px;background-color:#669966;
	position:relative;top:4px;
		}
a.topmenu:link {	color: #000066;text-decoration:none}
a.topmenu:visited {color:#000033; text-decoration:none }
a.topmenu:hover {color:lime; text-decoration:none}
a.leftmenu:link {	color: #00ffff;text-decoration:none}
a.leftmenu:visited {color:#000066; text-decoration:none }
a.leftmenu:hover { color:lime; text-decoration:none }
.sidenav {
   background-color:#006633; float:left; width:170px; text-align:center;	 
}
.sidebox {
	padding:40px 10px 10px 10px;font-size:18px
}
.side_hr {
	height:2px;color:#000066;width:150px;border-width:0;background-color:#000066
}
.contentwrap {
   width:700px; background-color:white;float:right;
   background-image:url('images/home_body_corner.gif');
   background-position:left top;background-repeat:no-repeat;
   border-top:2px #006633 solid
}
.contentbox {
	padding:10px 20px 10px 20px;
}
.pagetitle {
	font-style:italic;font-weight:bold;font-size:18px;text-align:center;color:#000099;
	 text-decoration: underline;
}
.footer {
	background-color:#669966; border:2px #000066 solid; clear:both; text-align:center;
	padding:5px 0 5px 0;
}
.next {
	border:1px black solid;padding:2px 5px;background-color:yellow;text-decoration:none;font-family:"Times New Roman";margin-left:10px
}
.next:hover {color:green }
.caption_sm {
	font-size:small;padding:3px 5px;
}
.textbox_sm {
	font-size:small;padding:5px 5px;	
}
#data_tab {
	border-collapse:collapse;width:100%;padding:0 0 10px 0;
}
#data_tab th {
	text-align:center;background-color:green;color:white;font-weight:bold;
	border:1px black solid
}
#data_tab td {
	border:1px green solid;
}
#plain_tab {
   border-collapse:collapse;width:100%;padding:0 0 10px 0;
}
#plain_tab th {
	text-align:center;background-color:silver;color:white;font-weight:bold;
	border:1px black solid
	
}
#plain_tab td {
	border: 2px gray solid;padding:2px 2px 2px 2px
}
.subhead {
	font-weight:bold; text-align:center
}
</style>
</head>
</html>
