html, body {
	background-color: #3a6c83;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin : 0px;
	padding : 0px;
	height: auto;
	width: auto;
	}
	
h1, h2, h3, h4, p {
	margin : 0px;
	padding : 0px;
	}
	
img {
	border-style: none
        }
	


body {
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin : 0px;
	padding : 0px;
	width: 900px;
	}
		
#banner {
	padding: 0px;
	margin: 0px;
	height: 180px;
	background-image: url(images/toplogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #009899;
		}
		

#content {
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
	width: 730px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 100%;
		}
		
#content ul {
	padding-top: 5px;
	padding-left: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
		}

#content ul li {
	padding-top: 5px;
	padding-left: 2px;
	margin: 0px;
		}
		
#footer {
	clear: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 900px;
	margin : 0px;
	padding : 0px;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat;
		}
		
#navcontainer
	{
	width: 160px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #333;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 450px;
	background-color: #0964b0;
	background-image: url(images/navbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

#navcontainer ul
	{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	}

#navcontainer li
	{
	padding: 0px;
	margin: 0px;
	}

#navcontainer li a
	{
	display: block;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	color: #000;
	text-decoration: none;
	width: 150px;
	text-align: right;
	background-image: url(images/navabg.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	}

#navcontainer li a:hover
	{
	padding: 5px 5px 5px 5px;
	margin: 0px;
	background-color: #FFF;
	color: #CC3333;
	}

.activitiesheader {
	font-size:16pt;
	font-weight: bold;
	color: #063;
}
