/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	padding-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	/*border:1px solid #000;*/
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
body{
	font-family: Verdana, Arial, Helvitica, sans-serif;
	color: #444;
	line-height: 1.2;	
	margin: 0px;
	padding: 0px;
	background-color: #063;
}
#container{
	background-color: #ffffff;
	width:800px;
	margin:auto;
	margin-top: 0px;
	padding: 0px;
}
#header{
	background-color: #063;
	color: #ffffff;
	margin: 0px;
}
#header img{
	padding: 0px;
	margin: 0px;
	border: 0;
}
/*#mainnav {
	width: 98%;
	margin: 0px;
	background-color: #063;
	height: 1.1em;
	text-align: left;
	color : White;
	clear : both;
	padding-bottom: 4px;
	padding-right: 4px;
}

#mainnav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#mainnav ul li {
	margin-left: 0;
	padding: 0px 15px;
	border-left: 1px solid #ffffff;
	list-style: none;
	display: inline;
}


#mainnav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#mainnav ul li.current {
	color : Gray;
}

#mainnav a {
	color: #FFFFFF;
	text-decoration: none;
}

#mainnav a:hover {
	color: #063;
	text-decoration: none;
	background-color: #FFFFFF;
}*/
#nav-wrapper {
	width:800px;
	margin:0 auto;
	padding:5px 0;
	background:#CCCC99;
}
ul#nav {
	font-family: Verdana;
	font-size:14px;
	list-style:none;
	margin:0 auto;
	padding:0;
	width:790px;
	overflow: auto;
}
ul#nav li {
	display:inline;
}
ul#nav li a {
	text-decoration:none;
	display: block;
	padding:5px 14px;
	background:#abbb09;
	color:#eee;
	float:left;
	text-align:center;
	border-top:2px solid #578c19;
	border-right:2px solid #006633;
	border-bottom:2px solid #006633;
	border-left:2px solid #578c19;
}
ul#nav li a:hover {
	background:#578c19;
	color:#000;
	border-top:2px solid #578c19;
	border-right:2px solid #006633;
	border-bottom:2px solid #006633;
	border-left:2px solid #578c19;
}
ul#nav li.current {
	text-decoration:none;
	display: block;
	padding:5px 21px;
	float:left;
	text-align:center;
	background:#578c19;
	color:#000;
	border-top:2px solid #578c19;
	border-right:2px solid #006633;
	border-bottom:2px solid #006633;
	border-left:2px solid #578c19;
}
#main{
	margin: 0px;
	overflow:hidden;
}
#rightContent{
	float:right;
	width: 600px;
	padding-right:5px;
	clear: none;
}
#sideBox {
	float: left;
	width: 180px;
	margin: 0px;
	margin-right:5px;
	margin-left: -1em;
	padding: 2px;
	text-align: center;
	background-color: #EEE8AA;
	color: #444;
	padding-bottom:100%; margin-bottom:-100%;
}
#footer{
	clear: both;
	padding: 10px;
	text-align: center;
	font-size: smaller;
	border-top: thin solid grey;
}
#content{
	padding-left: 1em;	
}
#content h3 {
	margin-top: 0px;
	padding-top:.5em;
}
