body {
background:#999;
padding: 0px;
}
#wrapper {
	margin: auto;
	margin-top:10px;
	margin-bottom:-15px;
	width: 100%;
max-width:900px;	
}
p {
	font-family: "Adobe Garamond Pro", "Times New Roman", serif;
	font-size: 1.0em;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 1em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: bold;
	color: #000000;
	text-decoration: none
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1em;
	font-weight: bold;
	color: #003399;
	text-decoration: none
}
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
	}
dd {
	margin: 0 0 0 40px;
	}
.smallnav {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px; 
font-style: normal; 
line-height: 11px; 
font-weight: normal; 
color: #000000; 
text-decoration: none
}
#header img {
	margin-top:-9px;
	width:100%;
	max-height:100%;
}
#container {
	width: 100%;
	overflow: hidden;
	background: #FF6;
}
#nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	}
#header {
	width: 100%;
	margin: auto;
	background-color: #FFF;
}
#nav {
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 0;
	width: 100%;
	display: block;
	padding: 0;
}
#nav .tablist {
	list-style-type: none;
	height:2em;
	padding:0;
	margin:0;
	border-bottom:thick;
	border-bottom-color:#000;
}
#nav .tablist li {
	float: left;
	margin-right: 0.5em;
}
#nav .tablist li a {
	display: block;
	text-decoration: none;
	font: bold 0.75em/2em arial,geneva,helvetica,sans-serif;
	color: #000;
	background-color: #ccc;
	/* CSS 3 elements */
	webkit-border-top-right-radius: 0.50em;
	-webkit-border-top-left-radius: 0.50em;
	-moz-border-radius-topright: 0.50em;
	-moz-border-radius-topleft: 0.50em;
	border-top-right-radius: 0.50em;
	border-top-left-radius: 0.50em;
	padding-top: 0;
	padding-right: .8em;
	padding-bottom: 0;
	padding-left: .8em;
	border-top-width: 0.03em;
	border-right-width: 0.03em;
	border-bottom-width: 0;
	border-left-width: 0.03em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#nav .tablist li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #F30;
}
#nav .tablist li#current a {
    background-color: #777;
    color: #fff;
}
#nav .tablist li#current a:hover {
    background: #39C;
}
#main {
	margin-left: 15%;
	margin-top:-1em;
	background: #FFF;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: -1em;
}
#leftcol {
	width:15%;
float:left;
padding:6px;
}
#leftcol .tablist {
list-style-type: none;
	height:2em;
	padding:0;
	margin:0;	
}
#leftcol .tablist li a {
	display: block;
	text-decoration: none;
	font: bold 0.75em/1.2em arial,geneva,helvetica,sans-serif;
	padding-bottom: .4em;
	padding-top:.4em;
	padding-right: 5px;
	color: #000;
}
#leftcol .tablist li a:hover {
	color: #FFF;
	text-decoration:none;
	background-color: #F30;
	margin-right:5px;
}
#leftcol .tablist li#current a {
    background-color: #777;
    color: #fff;
    margin-right:5px;
}
#leftcol .tablist li#current a:hover {
    background: #39C;
    margin-right:5px;
}
#footer {
	width: 100%;
	margin: auto;
	clear: both;
	float: left;
	background:#FFF;
}
#footer .tablist {
	list-style:none;
}
#footer .tablist li {
	float: left;
	margin-right: 1em;
	border-right: medium;
}
#footer .tablist li a {
		display: block;
/*	text-decoration: none;*/
	font: bold 0.7em/1em arial,geneva,helvetica,sans-serif;
	border-right-width:.2em;
	border-right-style:solid;
	border-right-color:#777;
	padding-right: 2em;
}
#footer .tablist li#last a {
	border-right-width:0;
}
#footer .tablist li a:hover {
    color: #777;
}
#footer2 {
	clear: both;
		background:#FFF;
		padding-left: 12px;
}
