body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#container {
   width: 800px;
   margin-top: 10px;
	margin-bottom: 40px;
   padding: 0;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
} 

#header {
	width: 800px;
	border: thin;
	border-color: black;
	border-style: solid;
}




#headernav {
	width: 800px;
	height: 25px;
	background-color: Black;
	text-align: center;
	margin-top: -5px;
	padding-top: 5px;
}

#headernav ul {
	display:inline;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#headernav li {
	display:inline;
	padding:0;
}

#headernav a {
	font-size: 10pt;
	font-weight: bold;
	padding: 0 1.3em 0 1.3em;
	text-decoration: none;
}

#headernav a:link {
	color: white;
}

#headernav a:hover {
	color: #8EBCDE;
}

#headernav a:visited {
	color: #619B6B;
}




#main {
	width: 800px;
	margin: 25px 0 0 0;
	text-align: left;
}

#main h1 {
	font-size: 1.25em;
	margin-bottom: -10px;
}

#main h2 {
	font-size: 1.25em;

}

#main  h3 {
	font-size: .9em;
}

#main h4 {
	font-size: .8em;
	margin-top: -8px;
}



#content {
	text-align: justify;
	width: 505px;
}

#content h4 {
	margin-top: 3px;
	margin-bottom: 0;
}

#content p {
	font-size: .8em;
	line-height: 150%;
}

#content ul {
}

#content li {
	font-size: .8em;
	margin-bottom: 8px;
}

#content ul li {
	list-style: disc;
}




#right {
	width: 272px;
	height: 100%;
	float: right;
	margin-left: 20px;
}

#archimg {
	border: 2px solid #619B6B;
	padding: 0;
	margin: 0;
	text-align: center;
}

#right table {
	float: right;
}

#right caption {
	font-size: .9em;
	text-align: left;
	font-weight: bold;
}

#right col {
	width: 110px;
}

#right td {
	font-size: .8em;
	text-indent: 15px;
}

#right th {
	font-size: .8em;
	text-align: left;
	margin-left: 20px;
	vertical-align: top;
}

#right p {
	font-size: .8em;
	margin-left: 50px;
	padding-top: 10px;
	clear: both;
}




#links {
	width: 100%;
	margin: 25px 0 0 0;
	text-align: right;
	float: right;
}

#links ul {
	list-style: none;
}

#links li {
	font-size: .85em;
	font-weight: bold;
}

#links a {
	text-decoration: none;
}

#links a:link {
	color: black;
}

#links a:hover {
	color: #1A6C1B;
	text-decoration: underline;
}

#links a:visited {
	color: #1A6C1B;
}

#links h1 {
	font-size: 1em;
	margin-bottom: 10px;
}





#logos {
	margin-top: 30px;
	width: 800px;
	clear: both;
}

#logos h1 {
	font-size: .9em;
	margin-left: 10px;
	margin-bottom: 5px;
}

#logos ul {
	display:inline;
	list-style: none;
	float: left;
	margin: 0 0 20px 0;
}

#logos li {
	list-style: none;
	display: inline;
	margin-right: 20px;
}

#logos img {
	border: none;
}

#logos p {
	text-align: right;
	font-size: .7em;
	width: 100%;
	clear: both;
}


#footer {
	width: 800px;
	margin: 0px 10px 0 0;
	clear: both;
	border-top: 2px solid black;
}

#footer h1 {
	margin: 5px 10px 0 0;
	font-size: .7em;
	width: 50%;
}

#footer  h2 {
	margin: 5px 10px 0 0;
	font-size: .7em;
	font-weight: lighter;
	width: 50%;
}





#footerlogos {
	float: right;
}

#footerlogos img {
	border: none;
}

#footerlogos ul {
	display: inline;
	list-style: none;
	margin: 10px 10px 0 0;
}

#footerlogos li {
	list-style: none;
	display: inline;
	margin-right: 20px;
	margin-top: 0;
}



#press h1 {
	font-size: .9em;
	margin-top: 15px;
	margin-bottom: 5px;
}

#press h2 {
	font-size: .9em;
	margin: 0;
	padding: 0;
	font-weight: normal;
}





em {
	font-weight: bold;
	font-style: normal;
}