body {
	background-color: #70716f;
	background-image: url('waterfooter.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment:fixed;

	text-align: center;

	font-family: sans-serif;
	font-size: 10pt;
}

a {
	text-decoration:none;
	color: #0e087a;
	outline: 0;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	margin: 3px 0px;

	color: #0e087a;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	margin: 16px 0px 8px 0px;

	color: #444444;
}

p {
	padding: 0px;
	margin: 0px 0px 6px 0px;
}


/*
	The Page is 800 pixels wide, containing two columns:
		Sidebar: 180 + 10px + 10px margin (both sides) 	200
		Content: 590 + 10px right margin				600
*/

#page {
	background-color: white;
	border: 3px solid black;
	margin: 10px auto 5px auto;
	padding: 0px;

	width: 800px;

	text-align: left;
}

#header {
	background-image: url('ccdheader.jpg');
	background-repeat: vertical;
	background-position: top left;
		
	height: 200px;
}

#navbar
{
	background-image: url('menu-div-bkg.jpg');
	background-repeat: vertical;
	background-position: top left;
	
	float: left;
	display: inline;
	border: 0px solid black;
	margin: 0 10px 10px 10px;

	padding: 10px 0px 0px 0px;
	width:	180px;
}

#content
{
	float: right;
	display: inline;
	border: 0px solid black;

	margin: 10px 10px 10px 0px;
	padding: 0px 0px;

	width: 590px;

}

.item
{
	margin: 0px 0px 20px 0px;
	border-top: 1px solid black;
}

#break
{
	clear: both;
}

#footer {
	margin: 0px auto;
	width: 800px;

	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: white;
}

/* Nav Bar */

#navbar ul
{
	list-style-type: none;
	padding-left: 5px;
	margin: 0px 0px 15px 0px;

	border: solid black;
	border-width: 2px 0 1px 0;
	
	background-image: url('menu-bkg.jpg');
	background-repeat: vertical;
	background-position: top left;


	font-weight: bold;
}

#navbar ul li {
	margin-left: -5px;
	padding: 0px 15px;

	font-weight: normal;
}

#navbar ul li.listheader {
	margin-left: 0px;
	padding: 0px 0px;

	font-weight: bold;
}

#navbar ul li.listheader:hover {
	margin-left: 0px;
	padding: 0px 0px;
	font-weight: bold;
	/*background-color: #eeeeee;*/
	color: black;
}

#navbar ul li:hover {
	/*background-color: white;*/
	font-weight: bold;
}

#navbar ul li a {
	color: black;
}

#navbar ul li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #660066;
}

#navfooter {
	height: 48px;
	width: 100%;
	
	background-image: url('menu-div-footer.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	}