/* CSS Document */

body {
	background-color: #E6E6E6;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	}
  
#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	}
	
#topContent {
	width: 780px;
	height: 700px;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	top: 180px;
	padding: 10px;
	text-align: justify;
	background-color: #FFF;
	border-bottom: 4px solid #036;
	}
	
#navcontainer ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #036;
	color: white;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
	}

#navcontainer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	}

#navcontainer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	}

#navcontainer ul li a:hover {
	background-color: #369;
	color: white;
	}	
	
#footerContent {
	width: 800px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 700px;
	z-index: 100;
	}
	

.floatright {
	float: right;
	margin: 5px;
	clear: right;
	border: 1px solid #036;
	padding: 1px;
	}

.floatleft {
	float: left;
	margin: 5px;
	clear: left;
	border: 1px solid #036;
	padding: 1px;
	}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 0.9em;
}

p.center {
	text-align: center;
}

p.right {
	text-align: right;
}

p.bold {
	font-weight: bold;
}

p.centerbold {
	font-weight: bold;
	text-align: center;
}

p.justify {
	text-align: justify;
	}

p.sub {
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #036;
	font-size: .9em;
	text-align: left;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #036;
	font-size: 1em;
	text-align: center;
	}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #036;
	font-size: .9em;
	text-align: center;
	}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #000;
	font-size: 1em;
}

a:hover {
	text-decoration: none;
	color: #369;
	font-size: 1em;
}

img.border {
	border: 1px solid #036;
}

img.noborder {
	border: none;
	}

ul.bullets {
	margin-left: 0; padding-left: 0;
	text-align: left;
}

li.bullets {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #000;
	list-style-position: inside;
	list-style-type: disc;
}

li.bulletoff {
	list-style-type: none;
	font-weight: bold;
}