
* {
	margin: 0;
	padding: 0;
}

Body {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	Background-color: 	#FFFAF0;
}

H5 {
Color: #2B3856;
margin-top: 1em; 
margin-bottom: 0em;
}


	A:link.menunav	{
	text-decoration: none; 
	Color: white
	}

A:visited.menunav	{
	text-decoration: none; 
	Color: white
}

A:hover.menunav {
	text-decoration: none; 
	COLOR: white /*The color of the mouseover or 'hover' link*/
}

A:link	{
	text-decoration: none; 
	Color: black
	}

A:visited {
	text-decoration: none; 
	Color: black
}

A:hover {
	text-decoration: none; 
	COLOR: black /*The color of the mouseover or 'hover' link*/
}


img {
	border: none;
}

img.left {
	float: left;
	margin: .35em 1em 1em 0;
}

img.right {
	float: right;
	margin: .35em 0 1em 1em;
}

table.menunav {
width:				800px;
Background-color:	#347C2C;
text-align:			center;
margin-left:auto; 
margin-right:auto;	
position: absolute;
top: 109px;
left: 0px;
font-family: arial;
font-size: 10pt;
  }

table.menunav td {
border-left:	1px solid #4AA02C;
}



#articles {
      top: 140px;
      left: 0px;
      position: absolute;
      width: 800px;
	  visibility: show;
	  font-size: 10pt;
	  font-family: arial;
	  
	  
}



/* Content */

#content {
	top:140px;
	
}


/* Content > Main */

#main {
	top: 140px;
	margin: 0 0px 0 180px;
	width: 605px;
	background-color: white;
	border: white 1px ridge;
	font-size: 10pt;
	font-family: arial;
	padding: 5px;
}

#main a {
}





/* Content > Sidebar */
#sidebar {
	Top: 140px;
	float: left;
	padding-left: 10px;
}

table.sidenav {
width:				160px;
Background-color:	#347C2C;
text-align:			center;
position: relative;
font-family: arial;
font-size: 10pt
  }

table.sidenav td {
border-bottom:	1px solid #4AA02C;
}



/* Header Image */
#headerlogo {
      top: 0px;
      left: 0px;
      float: left;
	  position: absolute;
      visibility: show;
}


/* Ads */

#ads {
	top: 140px;
	float: right;
	width: 180px;
	padding-right: 20px;
	
}


/* Footer */

table.bottomnav {
width:				800px;
Background-color:	#347C2C;
text-align:			center;
margin-left:auto; 
margin-right:auto;	
position: relative;

font-family: arial;
font-size: 10pt;
left: 0px;
  }
  

table.bottomnav td {
border-left:	1px solid #4AA02C;
}

#footer {
	clear: both;
	padding: 20px;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}