/* Page Elements */

body {
background-image: url(images/greenBG.jpg);
background-color: #BCD3A4;
font-size: 8pt;
font-family: verdana, arial, helvetica, sans-serif;
text-decoration: none;
color: #000000;
}

td.nav { background-color: #363636;
		height: 30px;
		text-align: center;}
		
/* Text Styling */		

P {
font-size: 9pt;
font-family: verdana, arial, helvetica, sans-serif;
text-decoration: none;
color: #00000o;
margin: 0px 25px 15px 15px;
}

h1 {
font-size: 20pt;
font-family: Georgia, verdana, arial, helvetica, sans-serif;
font-weight: bold;
color: #000000;
margin: 9pt;
}

h2 {
font-size: 11pt;
font-family: Georgia, verdana, arial, helvetica, sans-serif;
font-weight: bold;
font-style: caps;
color: #333333;
margin: 9pt;
}

a:link, a:active	{color: #000000;
		text-decoration: underline;
		font-weight: bold;
		}

a:visited	{color: #999999;
		font-weight: bold;
		}

a:hover	{color: #669933;
		font-weight: bold;
		}
		
#emphasis {
		PADDING: 5px 5px 5px 5px; 
		MARGIN: 4px 4px 4px 4px; 
		border-top: 2px #cccccc dotted; 
		text-align: left;
		width: 100%;
}

img.contentpix {
	MARGIN: 0px 5px 5px 0px;
	}

/* Navigation Bar Styling */	

.nav a:link, a:active	{color: #666666;
		font-weight: bold;
		}

.nav a:visited	{color: #999999;
		font-weight: bold;
		}

.nav a:hover	{color: #FFCC33;
		font-weight: bold;
		}
