body	{font-family: arial, helvetica, sans-serif;
font-size: 14px;
background-color: #fff;
margin-top: 10px;
padding: 0;
color: #000;
}



h1, h2, h3, h4			{color: #004f25;}

hr		{margin-top: -1px;
		height: 5px;
		background-color: #004f25;
		border: none;}

.center		{text-align: center;}

strong		{color: #004f25;}

/*used on all pages except the directory pages*/
#wrapper	{border: solid gray 1px;
		width: 800px;
		margin: 0 auto;
		/*float: left;*/
		height: 710px;
		clear: both;}

/*used on the directory pages only*/
#directory_wrapper	{border: solid gray 1px;
			width: 800px;
			margin: 0 auto;
			/*float: left;*/
			height: auto;}

#directory_wrapper h3, h4 {color: #004f25;
			  padding-left: 5px;
			  }

#directory_wrapper A:link		{background-color: blue;
				}



#header	{width: 800px;}


#main	{width: 630px;
	margin-left: 140px;
	padding-left: 25px;
	/*float: left;*/
	height: 450px;}

#main h1 {text-align: center;}

#leftside	{width: 240px;
		/*margin-left: 160px;*/
		margin-top: -20px;
		/*clear: both;*/
		padding: 10px;
		background-color: #fff;}
		
#leftside img	{float: left;
		width: 100px;
		padding-right: 30px;
		text-align: right;}
		
#rightside      {width: 300px;
		margin-left: 300px;
		top: 266px;
		position: absolute;
		padding: 10px;
		background-color: #fff;}

#rightside img	{float: left;
		padding-right: 20px;
		width: 100px;
		clear: both;}

.left	{width: 150px;
		margin-left: 75px;
		clear: both;
		padding: 10px;
		text-align: justify;
		/*border: solid #127397 1px;*/
		background-color: #fff;}

.directoryleft	{width: 150px;
		margin-left: 0px;
		clear: both;
		padding: 10px;
		text-align: justify;
		/*border: solid #127397 1px;*/
		background-color: #fff;}

.right	{width: 350px;
		margin-left: 200px;
		clear: both;
		padding: 10px;
		text-align: justify;
		/*border: solid #127397 1px;*/
		background-color: #fff;
		margin-top: -150px; }

.right2	{width: 350px;
		margin-left: 200px;
		clear: both;
		padding: 10px;
		text-align: justify;
		/*border: solid #127397 1px;*/
		background-color: #fff;
		/*margin-top: -150px;*/ }

.directoryright	{width: 250px;
		margin-left: 200px;
		clear: both;
		padding: 10px;
		/*text-align: justify;
		border: solid #127397 1px;*/
		background-color: #fff;
		margin-top: -200px; }

.site_by	{margin-top: 300px;
		font-size: 8pt;
		text-align: center;
		border-top: solid 2px #004f25;}

#main ul	{list-style: none;
		text-decoration: none;}


#footer	{width: 100%;
border-top: solid 1px gray;
clear: both;
height: 25px;
background-color: #004f25;
color: #fff;
text-align: center;
margin-top: 20px;}		

#footer ul	{margin:0;
padding:10px;
list-style:none;}

#footer li	{display:inline;
margin:0;
padding:10px;}		


#navigation	{width: 140px;
border-right: solid 2px #004f25;
padding: 5px;
float: left;
font-size: 14px;
height: 465px;}

#navigation .sectionhead	{background-color: silver;
font-weight: bold;
font-style: italic;
font-size: 16px;
padding-left: 5px; }

#navigation ul {
list-style: none;
margin: 0;
padding: 0;
background-color: #fff;}

#navigation li {border-bottom: 1px solid #004f25;}

#navigation li a:link, #navigation li a:visited  {
display: block;
padding: 5px 5px 5px 0.5em;
/*border-left: 12px solid #711515;
border-right: 1px solid #711515;
background-color: #B51032;*/
color: #000;
text-decoration: none;}

#navigation li a:hover {
background-color: #004f25;
color: #FFFFFF;}

#navigation ul ul {margin-left: 12px;}

#navigation ul ul li{
/*border-bottom: 1px solid #AF2F2E;*/
margin:0;}

#navigation ul ul a:link, #navigation ul ul a:visited {
background-color: #fff;
color: #000;}

#navigation ul ul a:hover {
background-color: #711515;
color: #FFFFFF;}

/* Navigation without images*/

/*#navigation {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		position: relative;
		left: 340px;}
		
#navigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
		padding-top: 4px;
		}

#navigation li {
		display: inline;
		}

#navigation a:link, #navigation a:visited {
		margin-right: 2px;
		padding: 3px 10px 2px 10px;
		color: #fff;
		font-weight: bold;
		/*background-color: #800040;*/
		/*background-color: #03582F;
		text-decoration: none;
		border-top: 1px solid #FFFFFF;
		border-left: 1px solid #FFFFFF;
		border-bottom: 1px solid #717171;
		border-right: 1px solid #717171;
		}
		
#navigation a:hover {
		border-top: 1px solid #717171;
		border-left: 1px solid #717171;
		border-bottom: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
		}*/

.adbox {padding: 2px 4px 2px 6px;
	margin: 0 0 10px 0;
	border: 1px dotted #B1B1B1;
	background-color: #F4F4F4;
	}

.adbox strong	{color: #901602;}
