body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
	background-color: #ffffff;
}

/* accessibility skip links */
.hidden {
display: none;
}

/* page holder */
#wrapper {
	position: relative;
	text-align: left;
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #cccccc;
}
	
	
/* blue header area */
	#header {
	background-color: #2c2f64;
	padding: 0;
	margin: 0;
	/* height: 87px; */
	height: 117px;
	}
	
	/* blue header area - home page*/
	#homeheader {
	background-color: #2c2f64;
	padding: 0;
	margin: 0;
	height: 212px;
	background-image: url(images/hp-pic.gif);
	background-repeat: no-repeat;
	}
	
	/* position the logo.... */
#logo {
	position: absolute;
	left: 5px;
	top: 10px;
	}

/* horizontal navigation (but javascript image rollovers, not css */

	
	#navigation {
	background-color: transparent;
	padding: 0;
	position: absolute;
	padding-left: 147px;
	/* padding-top: 61px; */
	padding-top: 91px;
	margin: 0;
}

	#navigationhome {
	background-color: transparent;
	padding: 0;
	position: absolute;
	padding-left: 147px;
	padding-top: 186px;
	margin: 0;
}

#navigation ul, #navigationhome ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li, #navigationhome li {
	display: inline;
	margin: 0;
	padding: 0;
}

	
/* left hand column */
#left {
	position: absolute;
	top: 238px;
	left: 0;
	width: 147px;
	margin: 0;
	padding: 0;
}

#left p {
	margin: 4px;
font-size: 70%;
}

#lefthome {
	position: absolute;
	top: 212px;
	left: 0;
	width: 147px;
	margin: 0;
	padding: 0;
}
	
/* left hand menu is p7 */


	
/* main page content */
#content {
margin-bottom: 0;
	margin-left: 147px;
	/* margin-right: 150; */
	padding: 10px;
	padding-top: 3px;
	padding-bottom: 0;
	border-left: 1px solid #FFFFFF;
}

#content p, #content li {
	font-size: 75%;
	line-height: 150%;
	margin: 0;
	margin-top: 7px;
}

#content ul {
margin-top: 0px;
margin-bottom: 0px;
}

#content a, #left p a {
	color: #2c2f64;
	border-bottom: 1px dotted #fbaa29;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover, #left p a:hover  {
	color: #000000;
	border-bottom: 1px solid #000000;
}

#content h1 {
	font: normal 110% Georgia, "Times New Roman", Times, serif;
	color: #0071bc;
		padding-bottom: 4px;
	border-bottom: 1px dotted #C9AA71;
}
#content h2 {
	font-size: 75%;
	line-height: 150%;
	color: #000000;
	background-color: transparent;
}



/* bottom edge of white keyline box - separate div so pushed down by content above */
#base {
background-color: #CCCCCC;
clear: both;
margin: 0;
padding-left: 147px;
padding-bottom: 10px;
}

/* footer div and links */
#footer {
	padding: 3px;
	font-size: 70%;
	color: #cccccc;
	background-color: #2c2f64;
	text-align: right;
	}
	
	#footer a {
	color: #cccccc;
	text-decoration: none;
	}
	
	#footer a:hover, #footer a:focus  {
	color: #ffffff;
	text-decoration: underline;
	}
	
/* sort out the forms */
form {
margin: 0;
}

/* re-used floats */
.floatleft {
float: left;
}

.floatright {
float: right;
}