body {
	font-family: arial, sans-serif;
	font-size: 100%;
	text-align: center;
	background-color: #fff;
	}

								/* clear margins and padding */
* {
	margin: 0;
	padding: 0;
	}
	
div#mainwrap {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#header {
	text-align: right;
	margin: 20px 0 20px 0;
	}
	
#header img {
	float: left;
	}
	
p {
	font-family: times, times-new-roman, serif;
	font-weight: normal;
	font-size: 1em;
	color: black;
	background-color: #fff;
	text-align: left;
	text-indent: 0;
	margin: .7em 0;
	}
	
.subheader {
	background-color: #191970;
	height: 2.7em;
	}
	
.subheader p {
	font-weight: bold;
	font-size: .9em;
	text-align: center;
	color: #fff;
	background-color: #191970;
	padding: .9em 0;
	}
	
div#contentarea {
	width: 780px;
	margin: 0 0 0.5em 0;
	}

/* begin the Alsett Clearing Method */	
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}	
.clearfix {display: inline-block;}	
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end Alsett */

div#links {
	width: 150px;
	float: left;
	margin: 2em 0;
	}
	
#navlist {
	padding: 1px;
	margin-left: 0;
	font: 0.85em verdana, sans-serif;
	width: 130px;
	color: gray;
	}

#navlist li {
	list-style: none;
	margin: 0px;
	border-left: 1px gray solid;
	border-bottom: 1px gray solid;
	text-align: left;
	}

#navlist li a {
	display: block;
	padding: 0.7em 0.5em 0.7em 0.9em;
	text-decoration: none;
	}

#navlist li a:link {
	color: #600;
	}

#navlist li a:visited {
	color: #600;
	}

#navlist li a:hover {
	font-weight:bold;
	color: #000;
	background-color: #ccc;
	border-left: 5px #000 solid;
	}

div#text {
	width: 390px;
	margin: 2em 0;
	float: left;
	}
	
#text img{
	width: 390px;
	height: 250px;
	}
	
div#text2 {
	width: 610px;
	margin: 2em 0;
	float: right;
	}
	
div.box {
	margin: 1em 0;
	padding: 20px;
	border: 1px gray solid;
	float: center;
	}
	
div#members {
	width: 220px;
	float: right;
	margin: 30px 0 20px 20px;
	}
	
#members p {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: .75em;
	color: #191970;
	background-color: #fff;
	text-align: right;
	margin: 0 0 .6em 0;
	}

div#footer {
	margin: 2em 0;
	}

.foot {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: .9em;
	text-align: center;
	}
	
a:link {
	color: #900;
	background-color: #fff;
	font-weight:bold;
	text-decoration: none;
	}

a:visited {
	color: #000;
	background-color: #fff;
	font-weight:bold;
	text-decoration: none
	}

a:hover {
	color: #090;
	background-color: #fff;
	font-weight:bold;
	text-decoration: underline;
	}

a:active {
	color: #090;
	background-color: #fff;
	font-weight:bold;
	text-decoration: none;
	}

.subheader a:link {
	color: #fff;
	background-color: #191970;
	font-weight: normal;
	text-decoration: none;
	}

.subheader a:visited {
	color: #fff;
	background-color: #191970;
	font-weight: normal;
	text-decoration: none
	}

.subheader a:hover {
	color: #f00;
	background-color: #191970;
	font-weight: normal;
	text-decoration: none;
	}

.subheader a:active {
	color: #000;
	background-color: #191970;
	font-weight: normal;
	text-decoration: none;
	}

h1 {
	font-family: times, times-new-roman, serif;
	font-weight: normal;
	font-size: 4.5em;
	}

h2 {
	font-family: times, times-new-roman, serif;
	font-weight: bold;
	font-size: 1.2em;
	}

#google {
	text-align: center;
	float: center;
	}
	
#google img {
	vertical-align: middle;
	border: none;
	padding: 0 1em;
	width: 128px;
	height: 53px;
	}
	
.right {
	text-align: right;
	}

.center {
	text-align: center;
	}

.centerbold {
	text-align: center;
	font-family: arial, sans-serif;
	font-weight: bold;
	}

.extra {
	font-style: italic;
	text-decoration: underline;
	}

.italic {
	font-style: italic;
	}

.underline {
	text-decoration: underline;
	}

.bold {
	font-family: arial, sans-serif;
	font-weight: bold;
	}

.inset {
	position: relative;
	left: 35px;
	}

td {
	text-align: center;
	padding: 5px;
	}

li {
	font-family: times, times-new-roman, serif;
	font-weight: bold;
	font-size: .9em;
	color: black;
	background-color: #fff;
	text-align: left;
	margin: 0 0 0 3em;
	}
	
.u1 li {
	font-family: times, times-new-roman, serif;
	font-weight: normal;
	font-size: 1em;
	list-style-type: disc;
	color: black;
	background-color: #fff;
	text-align: left;
	margin: .5em 0 .5em 3em;
	}
	
.u2 li {
	font-family: times, times-new-roman, serif;
	font-weight: normal;
	list-style-type: circle;
	font-size: .9em;
	color: black;
	background-color: #fff;
	text-align: left;
	margin: .3em 0 .3em 5em;
	}
	
.u3 li {
	font-family: times, times-new-roman, serif;
	font-weight: normal;
	list-style-type: square;
	font-size: .9em;
	color: black;
	background-color: #fff;
	text-align: left;
	margin: .3em 0 .3em 7em;
	}
	
div#column1 #column2 #column3 #column4 {
	width: 150px;
	float: left;
	margin: 30px 0 20px 0;
	}
	
div.column21 {
	width: 300px;
	float: left;
	margin: 10px 0 30px 0;
	}
	
div.column22 {
	width: 300px;
	float: left;
	margin: 10px 0 30px 0;
	}

table.journal {
	table-layout: fixed; width: 600px;
	font-family: arial, sans-serif;
	margin: 1.5em 0;
	padding: 0;
	}

td.month {
	width: 80px;
	text-align: right;
	}

td.contents {
	width: 510px;
	font-size: .9em;
	text-align: left;
	padding: 0 0 0 20px;
	}

