	body
	{
		background-color: #D2B48C;
		margin: 0px;
		font-family: Calibri, "Trebuchet MS", Verdana;
	}
	.mainDiv
	{
		text-align: left;
		width: 700px;
	}
	.picAlt
	{
		clear: both;
		padding-bottom: 10px;
	}
	.navigation
	{
		color:#66FF00;
		margin-left: 35px;
	}
	.footer
	{
		margin-left: 35px;
		text-align: center;
		border-top: solid thin #49B428;
	}
	.title
	{
		font-variant: small-caps;
		font-size: 22px;
		font-weight: bold;
		color: #669933;
		border-bottom: solid thin #49B428;
		margin-left: 35px;
	}
	.content
	{
		margin-left: 45px;
		margin-top: 30px;
		margin-bottom: 50px;
		font-size: 12px;
	}
	.subtitle
	{
		font-weight: bold;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-style:italic;
		font-size: 16px;
	}
	.sub
	{
		font-weight: bold; 
		font-size: 14px;
	}
	.admin-nav
	{
		text-align: center;
	}
	.admin-update
	{
		border:none;
		background-color:#D2B48C; 
		color: #49B428; 
		font-weight: bold;
		font-size: 12px;
	}
	
	
	/* HEADER LINKS */
	a.headNav:link 
	{
		color: black;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
	}
	a.headNav:visited 
	{
		color: black;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
	}
	a.headNav:hover 
	{
		text-decoration: none; 
		color: #669933;
		font-size: 16px;
		font-weight: bold;
	}
	a.headNav:active 
	{
		color: black;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
	}
	
	/* FOOTER LINKS */
	a.footNav:link 
	{
		color: #49B428;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	a.footNav:visited 
	{
		color: #49B428;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	a.footNav:hover 
	{
		text-decoration: none; 
		color: black;
		font-size: 12px;
		font-weight: bold;
	}
	a.footNav:active 
	{
		color: #49B428;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	