@charset "UTF-8";
/* CSS Document */

body
{
	max-width: 960px;
	background-color: white;
	font-family: courier new;
	margin: 0 10px 0 10px;
}

img
{
	max-width: 100%;
	margin-right: 0px;
	padding: 0px;
}

.centerImage
{
	position: relative;
	overflow: hidden;
	text-align: center;
	display: block;
	width: 960px;
}

.centerImage picture
{
	margin: 0;
	padding: 0; 
	padding-bottom: 10px; 
	outline: none;
}

.embeddedImage
{
	padding-right: 10px;
	width: 200px;
}

a
{
	text-decoration: none;
}

nav
{
	max-width: 960px;
	float: left;
	left: 0;
	background-color: white;
	text-align: center;
	text-decoration: none;
}

.NavImg
{
	width: 110px;
}

#header
{
	text-align: center;
	font-family: courier new;
	font-weight: normal;
	font-size: 32px;
	text-transform: uppercase;
	margin-top: 5px;
	max-width: 960px;
}

h1
{
	text-align: center;
	font-family: courier new;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 30px;
}

h2
{
	color: #d1633c;
	font-size: 2em;
}

h3
{
	color: black;
	font-size: 1.2em;
}

h4
{
	color: #d1633c;
	font-size: 1em;
}

h5
{
	color: black;
	font-size: 2em;
}

#main
{
  float: left;
  width: 960px;
  text-align: left;
}

ul
{
	list-style-type: none;
}

ul li
{
	clear: both;
}

ol
{
	list-style-type: decimal;
	list-style-position: inside;
}

ol li
{
	width: 100%
}

.half-line
{
	line-height: 0.05pt;
}

textarea
{
	width: 100%;
}

#footer {
  clear: left;
  text-align: center;
}


