 body {
	margin:0px 0px 20px;
	padding:0px;
	text-align:center;
	background-color: #329898;
	}
#container { /* Holds the content parts of the page and centers them on the body */
	width:700px;
	text-align:left;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	background-color: #CCFFFF;
	}
#banner{
	margin:0px;
	padding:0px;
	position: relative;
	width: 760px;
	height: 180px;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#navbar{
	float: left;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	text-align: left;
	margin-top: 3em;
	font-weight: bold;
	letter-spacing: 0.15em;
}

#navbar ul{
	list-style-type: none;
	text-decoration: none;
}
	
#navbar li {
	margin-top: 0.8em;
	margin-left: -2.5em;
	list-style-type: none;
	width: auto;
}
	
#navbar a:link {
	color: #000066;
	text-decoration: none;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#navbar a:visited {
	color: #000066;
	text-decoration: none;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
		
#navbar a:hover {
	color: #F0E0D1;
	display: block;
	background-color: #000033;
	}
	
.onpage{
	color: #FFFFFF;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000033;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
		}
	
#Content {
	text-align: left;
	font-size: small;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 4em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	width: 500px;
	margin-left: 100px;
	}
.homePageText {
	font-family: "Comic Sans MS";
	font-size: 110%;
	font-weight: normal;
	color: #000000;
	position: relative;
}	

h1 { /*used for the page title at top of content */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #663300;
	text-align: left;
	line-height: normal;
	margin-bottom: -0.5em;
	}
h2 {
	font-size: 1.7em;
	font-weight: normal;
	color: #000000;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1.2em;
	margin-left: 0em;
	line-height: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em -0.5em;
	font-weight: normal;
	color: #000000;
	}
h4 {
	font-size: 1.1em;
	margin: 0em 0em -1em;
		color: #000000;
	line-height: normal;
	}
h5 {
	font-size: 1.0em;
	margin: 0em;
	font-weight: bold;
	color: #000000;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em -1em 0em;
	font-weight: bold;
	color: #000000;
	}

.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.indent { /*Used instead of "blockquote" to create indents */
	margin-left: 1.6em;
	}
	
.indent2 { /*Used instead of "blockquote" to create indents */
	margin-left: 2.6em;
	}

.imageLeft {
	float: left;
	text-align: center;
	font-size: 85%;
	line-height: 1.2em;
	font-family: "Comic Sans MS";
	color: #333333;
	margin-right: 10px;
	clear: none;
	}

.imageRight {
	float: right;
	text-align: center;
	font-size: 85%;
	line-height: 1.2em;
	font-family: "Comic Sans MS";
	color: #333333;
	clear: both;
	margin-left: 10px;
	}
	
.imageLeftNoCap { /*Used to float images to the left and wrap text around them */
	float: left;
	margin-right: 1.5em;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 7px;
	}

.imageRightNoCap {
	float: right;
	margin-left: 0.5em;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 7px;
	}
	
#copyright { /*Set display properties for the copyright section at the bottom of the page */
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.2em;
	text-align: center;
	padding-bottom: 2em;
	color: #FFFFFF;
	}

a.skip {position: absolute; z-index: -10000;}
	
@media print { /*Sets up the parameters for printing the page - removes most elements */
body {
	background: #FFFFFF;
}

#banner {display:none;}
#topnav {display:none;}
a.skip {display:none;}
.pageTitle {
	border-bottom: thin solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FFFFFF;
	text-align: left;	
	}
a:link {color:#000000; text-decoration: none;}
a:visited {color:#000000; text-decoration: none;}
.leftnav {display:none;}
.backLink {display:none;}
#container {
	background-color: #FFFFFF;
	background-image: none;
	margin: 0px;
}
#Content {
	font-family:Serif;
	font-size:12pt;
	line-height: 18px;
	width: 640px;
	color: black;
	background: #FFFFFF;
	margin: 0px;
	}

