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;
	}

a:link {
	color: #000;
	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;
	}

h1 {
	font-weight: bold;
	font-size: 1.4em;
	color: black;
	background-color: #fff;
	margin: 1.4em 0;
	text-align: right;
	text-indent: 0;
	}

h2 {
	font-weight: bold;
	font-size: 1.2em;
	color: black;
	background-color: #ff0;
	padding: .8em 0 .8em 2em;
	text-align: left;
	}

p {
	font-family: times, times-new-roman, serif;
	font-weight: normal;
	font-size: 1.07em;
	color: black;
	background-color: #fff;
	text-align: left;
	margin: 1.5em 2em;
	}
	
ul {
	margin: .7em 3em;
	list-style-type: disc;
	}
	
li {
	font-family: times, times-new-roman, serif;
	font-weight: normal;
	font-size: 1.07em;
	margin: .7em 2em;
	}
	
.bold {
	font-weight: bold;
	}

.center {
	text-align: center;
	}

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

.subheader {
	background-color: #ff0;
	}
	
.subheader p {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: .9em;
	color: black;
	background-color: #ff0;
	padding: 1.1em 0;
	margin: 0;
	text-align: center;
	}
	
.subheader a:link {
	color: #000;
	background-color: #ff0;
	font-weight:bold;
	text-decoration: none;
	}

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

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

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

div#footer {
	margin: 2em 0;
	}

.foot {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: .9em;
	text-align: center;
	}
	

