body {
	margin-left: 0;
	margin-right: 0; 
	margin-top: 0;
	margin-bottom: 0; 
}

div#container{
/*  border:1px solid purple; */
  width:850px;
	margin:0 auto;
	padding:0 0 0 0;
	text-align:left;
}

div#header {
/*    border:2px solid red; */
	width:850px;
	height:90px;
}

div#navigation{
  border:2px solid;
  border-color:#036; 
  width:200px;
	float:left;
  margin:10px 0 10px 5px;
}

/*  the 'extra' div is for 3 column layouts - not used in this one; */

div#extra{background:#FF8539; float:left;clear:left;width:200px;}


div#content {
 width:620px;
 	float:right;
	margin-right:5px;
	margin-bottom:10px;
}

#content p{ 
    margin: 0px; 
       }

div.contentheader{
	margin: 10px 0 5px 0; 
	color: #000000; 
	text-align:center; 
	font-family:Arial, "Century New Gothic", Helvetica,sans-serif; 
	font-weight: bold; 
	font-size: 26px; 
	text-decoration: none;
	}
	
div.contenttext{	
	color: #000000; 
	text-align: left; 
	font-family: Arial, "Century New Gothic", Helvetica,sans-serif; 
	font-weight: 
	normal; 
	font-size: 20px; 
	text-decoration: none; 
	padding-left: 5px; 
	 line-height: 100%
	} 

div.contenttext p{	
	margin-top: 5px; 
	margin-right: 0px; 
	margin-bottom: 5px; 
	margin-left: 10px; 
	padding-top: 5px; 
	padding-right: 0px; 
	padding-bottom: 5px; 
	padding-left: 5px; 
	
/*	 text-indent: 20px; */
	}
	
div#footer {
   margin:10px 0 0 0;
   padding:0;
  background-color: #036;
    clear:both;
  width:100%;
	height:20px;
}

#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #036;
color: #FFF;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
}

#navcontainer li { display: inline; }

#navcontainer li a
{
text-decoration: none;
background-color: #036;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
}

#navcontainer li a:hover
{
background-color: #369;
color: #fff;
}

 #menulist
{
padding-left: 0;
margin-left: 0;
font: normal 18px arial, helvetica, sans-serif;
text-align: center;
width: 200px;
}

#menulist li
{
list-style: none;
margin-left: 5px;
padding-left: 5px;
}

#menulist li a { color: #036; text-decoration: none; }
#menulist li a:hover{color: red; text-decoration: underline overline;}

#mainmenu {
width: 200px;
text-align: center;
/* this width value is also effected by
the padding we will later set on the links. */
}

#mainmenu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 16px;
}

#mainmenu li {
margin: 2px 0 0;
}

#mainmenu a {
display: block;
width:193px;
padding: 2px 2px 2px 5px;
border-top: 1px solid #000000;
border-right: 0;
border-bottom: 1px solid #000000;
border-left: 0;
background: #dcdcdc;
text-decoration: none; /*lets remove the link underlines*/
}

#mainmenu a:link, #mainmenu a:active,  #mainmenu a:visited {
color: #000000;
}

#mainmenu a:hover {
background: #036;
color: #ffffff;
}

#mainmenu li.current {
margin: 2px 0 0;
}

#mainmenu a.current {
display: block;
width:193px;
padding: 2px 2px 2px 5px;
border-top: 1px solid #000000;
border-right: 0;
border-bottom: 1px solid #000000;
border-left: 0;
color:#ffffff;
background: #036;
}

#mainmenu a.current:link, a.current:active,  a.current:visited {
color: #000000;
}

#mainmenu a.current:hover {
background: #036;
color: #ffffff;
}

 .floatright
{
float: right;
margin: 0 0 0 10px;
border: 0;
padding: 0px;
}