:root { overflow-y:scroll; }
img {display:block;}
body
{
	background-color:#99cc66;
	font-size:100%;
	font-family: verdana, arial, sans-serif;
	margin:0px;
}
table.primarytable {
	background-color:white;
	margin: 0px auto 12px auto;
	padding: 0px;
	border: 0px;
}
td.homepage {
	background-image:url('/img/header_homepage.900x290.gif');
	background-repeat: no-repeat;
	background-position: center;
	width:900px;
	height:290px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
td.secondary {
	background-image:url('/img/header_secondary.900x165.gif');
	background-repeat: no-repeat;
	background-position: center;
	width:900px;
	height:165px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

table.navtable {
	background-color:white;
	margin: 0px;
	padding: 0px;
	border: 1px;
}
td.nav {
	text-align: center;
	margin: 0px;
	padding: 0px 18px;
	border: 1px;
}

a.nav {
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #e36f1e;
	text-decoration: none;
}
a.nav_on {
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #99cc33;
	text-decoration: none;
}
td.footer {
	color: #666666;
	font-size: 0.715em;
	padding: 10px 0px 15px 0px;
}
h1 {
	font-size:1.6em;
	font-family: verdana, arial, sans-serif;
	color:#99cc33;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	font-size:1.1em;
	font-family: verdana, arial, sans-serif;
	color:#99cc33;
	font-weight: bold;
	text-decoration: none;
}
p,ul,li,input,blockquote,td {
	font-size:0.9em;
	font-family: verdana, arial, sans-serif;
	color:#666666;
	font-weight: normal;
	text-decoration: none;
	line-height:150%;
}
li { margin-top:6px;}
ul ul {
	font-size: 100%;
}
li li {
	font-size: 100%;
}
a.news {
	font-size:1.0em;
	font-family: verdana, arial, sans-serif;
	color:#666666;
	font-weight: bold;
	text-decoration: none;
	line-height:150%;
}
a.news:hover {
	text-decoration: underline;
}
td.body_content {
	margin: 0px;
	padding: 20px 40px;
	border: 0px;
	vertical-align:top;
	text-align:top;
}
img.icon {
	display:inline;
	margin:0px 16px;
	vertical-align:top;
}