/* TEXT STYLES */
body, html
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #666;
}

a:link, a:visited
{
	color: #399;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
}

a:hover, a:active
{
	color: #399;
	text-decoration: underline;
}

strong, b
{
	font-weight: normal;
	color: #246;
}

p
{
	margin: 0;
	margin-bottom: 10px;
}

#footer p 
{
	padding: 10px 0;
	margin: 0 0 0 200px;
	color: #999;
}

p a:link, p a:visited
{
	color: #399;
	text-decoration: none;
	line-height: 14px;
}

p a:hover, p a:active
{
	color: #399;
	text-decoration: underline;
	line-height: 14px;
}

ul
{
	list-style-type: none;
	font-size: 10px;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	font-size: 11px;
}

#subnav a, #subnav a:link, #subnav a:visited 
{
	text-decoration: none; 
	color: #399;
}	
#subnav a:hover, #subnav a:active
{
	text-decoration: none; 
	color: #000;
}	

#subnav #active a, #subnav #active a:link, #subnav #active a:visited 
{
	text-decoration: underline; 
	color: #000;
}

h1, h2, h3, h4
{
	font-family: Helvetica, Arial, serif;
	padding: 0;
	margin: 0px;
}

h1
{
	font-size: 18px;
	color: #246;
	line-height: 18px;
	font-weight: bold;
	margin: 24px 0 5px 0;
}

h2
{
	font-size: 12px;
	color: #468;
	line-height: 14px;
	font-weight: bold;
	margin-top: 5;
	margin-bottom: 5px;
}

h2 a:link, h2 a:visited
{
	color: #000;
	text-decoration: none;
}

h2 a:hover, h2 a:active
{
	color: #468;
	font-weight: bold;
	text-decoration: none;
}

h3
{
	font-size: 12px;
	color: #688;
	line-height: 12px;
	margin-top: 14px;
}

h4
{
	font-size: 10px;
	color: #004;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}

img { border: 0; }

hr
{
	border: 0px;
	width: 100%;
	color: #f0f0fa;
	background-color: #f0f0fa;
	height: 10px;
}

.nowrap
{
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	/* must be combined with nobr in html for ie5win */
}

/* MAIN NAVIGATION STYLES */
/* from Zeldman and listamatic */
#navcontainer
{
	margin: 0;
	padding: 0;
	height: 20px;
}

#navcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a
{
	background: #fff;
	width: 98px;
	height: 18px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: none;
	padding: 0;
	margin: 0 0 10px 0;
	color: #aaa;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font: normal 10px/18px verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
	color: #fff;
	background: #ccc;
}

#navcontainer a:active
{
	background: #c60;
	color: #fff;
}

#navcontainer li#active a
{
	background: #028F1B;
	border: 1px solid #028F1B;
	color: #fff;
}

/* LAYOUT STYLES */
html, body
{
	padding: 0;
	margin: 0;
	background-color: #e7e7e7;
}

#content 
{ 
	margin: 0;
	padding: 0;
	width: 820px;
	margin-left: 20px;
}

#shell
{
	margin: 0;
	background-color: #FFF;
	padding: 10px 0 0 0;
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding: 0;
}

html>body #shell { padding: 10px 0 0 0; } 

#subnav
{
	position: relative;
	margin: 0;
	padding: 10px 0 0 10px;
	float: left;
}

#text
{
	position: relative;
	margin: -10px 0 0 200px;
	padding: 0 0 40px 0;
	width: 550px;
}

#top
{
	padding-bottom: 30px;
}
