
/* default selectors */

p
{
	color: #444444;
}

ul
{
	color: #444444;
	text-align: left;
	padding-left: 150px;
	padding-right: 150px;
}

a
{
	text-decoration: none;
	color: #336633;
}

a:visited
{
	color: #336633;
}

a:hover
{
	text-decoration: underline;
	color: #336633;
}

a:active
{
	color: #336633;
}

h1,h2,h3,h4
{
	color: #336633;
	padding-left: 50px;
	padding-right: 50px;
}

h1
{
	font-size: 24px;
}


body
{
	text-align: center;
	background-color: #003300;
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}



/* ID selectors */



#enclosing, #header, #mainContent, #footer
{
	background-color: #ffffff;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#mainContent
{
	background-image: url( "/07/images/nav/body.gif" );
	background-repeat: no-repeat;
	padding-bottom: 25px;
}

#mainContent p
{
	padding-left: 90px; 
	padding-right: 90px;
}

#footer
{
	border: none;
	font-size: 12px;
}


/* class selectors */



.home
{
	padding-left: 200px; 
	padding-right: 200px;
	font-weight: bold;
}