html, body {
	margin:0;
	padding:0
}
body {
	font: 76% arial, sans-serif;
	text-align:center
}
#wrapper{margin: 0 25px 0 35px;}
p {
	margin:0 10px 10px
}
a {
	display:block;
	color:#000066;
	padding:1px;
}
div#header h1 {
	height:135px;
	margin:0;
	color: #79B30B;
	background-color: #e4e4e4;
	background-image: url(images/header.gif);/* header for web site links here */
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	text-align:left;
	border:1px solid #e4e4e4;
}
h2 {
	text-align:center
}
div#container {
	text-align:left;
	background-color:#e4e4e4;

}
div#content p {
	line-height:1.4;
}
p.question {
	line-height:2;
	font: 1em arial, sans-serif;
	font-weight:bold;
}
div#footer {
	background: #333;
	color: #FFF
}
div#footer p {
	margin:0;
	padding:5px 10px
}
div#container {
	width:700px;
	margin:0 auto;
	border:1px solid #000;
}
div#footer {
	clear:both;
	width:100%
}
/**********************
Navigation
***********************/
#navcontainer
{
padding: 0 0 0 20px;
margin: 0 auto;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer a
{
color: #444;
display: block;
width: auto;
text-decoration: none;
background: #DDDDDD;
margin: 0;
padding: 2px 10px;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #aaa;
}

#navcontainer a:hover, #navcontainer a:active { background: #BBBBBB; }

#navcontainer a.active:link, #navcontainer a.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav ul
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav li
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav a
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav a:hover, .subnav a:active { color: #444; }
#subnav a.active:link, .subnav a.active:visited { color: #444; }
div#container, #subnav br, .navcontainer br { clear: both; }

