/* CSS Document */

body
{
	background-color:		#8e5b16;
	font-family: 			Verdana, Geneva, sans-serif;
	text-align:				left;
	height:					100%;
	min-height:				100%;
	margin-bottom:			10px;
}

#whole_page
{
	width:					750px;
	margin-left:			auto;
	margin-right:			auto;
	background:				url(images/background.gif) repeat-y;
	height:					100%;
	min-height:				100%;
}

#left_nav
{
	float:					left;
	width:					186px;
	padding:				20px 0px 40px 0px;
}

#left_nav a
{
	display:				block;
	padding:				4px 0px 4px 20px;
	line-height: 1.7;
}

#left_nav p
{
	margin: 0;
	display:				block;
	padding:				4px 0px 4px 20px;
	line-height: 1.7;
	font-weight: bold;
}

#left_nav .sub_nav
{
	padding-left: 15px;
}

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

#left_nav a:hover 
{
	color:					#007546; 
	text-decoration:		none;
	background-color:		white;
}

#left_nav a.active 
{
	color:					#007546; 
	text-decoration:		none;
	background-color:		white;
}

#left_nav p.active 
{
	color:					#007546; 
	text-decoration:		none;
	background-color:		white;
	margin: 0;
	font-weight: bold;
}


#main_content
{
	padding-left:			10px;
	padding-right:			20px;
	float:					left;
	width:					524px;

}

.main_entry
{
	margin-bottom:			20px;
	padding-left:			10px;
	line-height:			1.7;
}

.main_entry a:link {color:#007546; text-decoration:underline}
.main_entry a:visited {color:#007546; text-decoration:underline}
.main_entry a:hover {color:#007546; text-decoration:none}

p
{
	line-height:			1.7;
}

h1
{
	font-size:				20px;
	padding:				0px 0px 20px 0px;
	margin:					0px;
	font-family: 			Georgia, serif;
	font-style:				italic;
	text-align:				center;
}

h2
{
	font-size:				16px;
	padding:				0px 0px 0px 0px;
	margin:					0px;
	font-family: 			Georgia, serif;
}

h3
{
	font-size:				12px;
	font-family: 			Georgia, serif;
	font-style:				italic;
	line-height:			2;
}

h4
{
	font-size:				12px;
	font-family: 			Georgia, serif;
	font-style:				italic;
	line-height:			2;
	text-align:				center;
}

ol
{
	margin-left:			40px;
}

#main_content a:link {color:#007546; text-decoration:underline}
#main_content a:visited {color:#007546; text-decoration:underline}
#main_content a:hover {color:#007546; text-decoration:none}

.pic_holder
{
	float:					left;
	width:					210px;
	margin-top:				10px;
	margin-right:			40px;
}

.clear_float
{
	clear:					both;
}

#bottom
{
	text-align:				left;		
	background-color:		#8e5b16;	
	color:					white;		
}

#bottom a:link {color:yellow; text-decoration:none}
#bottom a:visited {color:yellow; text-decoration:none}
#bottom a:hover {color:black; text-decoration:none}


table {
border: none;
}

th, td {
border: none;
}