body 
{ 
	font-size: 0.9em;
	font-family: Arial, Helvetica, "Sans-serif";
}

#wrapper
{
  width: 980px;
  /* max-width: 980px; */
  margin: 0 auto;
  /* margin-left: auto; */
  /* margin-right: auto; */ 
  /* text-align: left; */
  border: 0px; 
  padding-right: 10px;
	padding-left: 10px;
  position: relative;
}

img
{
	border-radius: 5px;
}

ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

li
{
	float:left;
}

ul.plaindisc
{
	list-style-type:disc;
}

li.plaindisc
{
	float:none;
	margin-left:3em;
}

a.menu:link, a.menu:visited
{
	display:block;
	width:88px;
	font-weight:normal;
	color:#ffffff;
	background-color:#33801a;
	text-align:center;
	padding:4px;
	text-decoration:none;
}

a.menu:hover, a.menu:active
{
	background-color:#47b224;
}

a.current:link, a.current:visited
{
	display:block;
	width:88px;
	font-weight:normal;
	color:#ffffff;
	background-color:#1f4c0f;
	text-align:center;
	padding:4px;
	text-decoration:none;
}

a.current:hover, a.current:active
{
	background-color:#47b224;
}

a.footer:link, a.footer:visited
{
	display:block;
	width:312px;
  font-weight:normal;
	color:#ffffff;
	background-color:#33801a;
	text-align:center;
	padding:4px;
	text-decoration:none;
}

a.footer:hover, a.footer:active
{
	background-color:#47b224;
}

a:link, a:visited
{
	color:#33801a;
	text-decoration:none;
}

a:hover, a:active
{
	color:#47b224;
	text-decoration:underline;
}


B, STRONG { font-weight: bold }   
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }
PRE { white-space: pre }
ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }
/*UL, DIR { list-style: disc }*/
OL { list-style: decimal }
MENU { margin: 0 }             /* tight formatting */
/*LI { margin-left: 3em }*/
DT { margin-bottom: 0 }
DD { margin-top: 0; }         /* margin-left: 3em */
HR { border-top: shaded; color: gray }    /* 'border-bottom  could also have been used */




