body	{
	font: 18px/1.1 "Times New Roman" #339933;
	background-color: white;
	margin-top: 20px;
	padding: 0;
	}
	
a:link	{color: white;
	text-decoration: none;
	}

a:visited	{color: black;
		text-decoration: none;
		}

a:hover	{color: red;
	text-decoration: underline;
	}

a:active	{color: white;
		}

a.main:link	{color: black;
			text-decoration: none;
			}

a.main:visited	{color: #FF9966;
		text-decoration: none;
		}

a.main:hover	{color: red;
	text-decoration: underline;
	}

a.main:active	{color: #FF9966;
		}

#wrapper	{
		position: relative;
		left: 50%;
		width: 800px;
		margin-left: -400px;
		background-color: white;
		padding: 0px;
		}
		
#branding	{
		height: 50px;
		background-color: white;
		}

#footer	{
	height: 180px;
	background-color: #339933;
	}
			
#content	{
		width: 640px;
		float: right;
		margin-top: 0px;
		}
		
#mainContent	{
		width: 480px;
		height: 435px;
		overflow: auto;
		float: left;
		}

#mainNav	{
		width: 140px;
		height: 350px;
		float: left;
		margin-top: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
		background-color: #339933;
		border: 1px solid black;
		}
		
#mainNav li	{
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		}
		
#mainNav2	{
		width: 140px;
		height: 350px;
		float: right;
		margin-top: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
		background-color: #339933;
		border: 1px solid black;
		}
		
#mainNav2 li	{
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		}

#content h1, #content h2, #content p	{
					padding-right: 10px;
					padding-left: 10px;
					}
					
h1	{
	color: #339933;
	font: italic bold 22px "Times New Roman", serif;
	line-height: -.25;
	}

#footer	{
	clear: both;
	margin-top: 20px;
	}
	
#mainNav ul, #mainNav2 ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: black;	
	font: 14px Georgia, serif;
	text-align: center;
	}
	
#mainContent ul	{
		margin-left: 25px;
		padding-left: 10px;
		list-style-type: square;
		color: black;	
		font: 16px "Times New Roman", serif;
		text-align: left;
		line-height: 1.25;
		}