html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size : small;
	text-align : center;
	height : 97%;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}

#container {
	position : relative;
	min-height: 100%;
	
	width: 800px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

* html #container {
	height: 100%;
}

#content {
	position: absolute;
	margin: 155px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
}

* html #content {
	height: 1%;
	padding-bottom: 3.6em;
}

*content img {
	text-align: left;
}

#content:after {
	content: ".";
	display: block; 
	height: 0px;
	clear: both;
	visibility: hidden;
}

#copy {
	margin : 0px 0px 25px;
	float: left;
	width: 780px;
	border-bottom: 1px ridge Maroon;
	border-top: 1px ridge Maroon;
	border-right: 1px ridge Maroon;
	border-left: 1px ridge Maroon;
	padding : 15px 10px 5px 5px;
	background-color: #D4E2D4;
}

#copy table {
	margin-left : 50px;
}

#copy table caption {
	text-align : left;
}

#copy table td {
	padding-left: 0;
	text-align : left;
	width: auto;
}

#banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 200px;
	overflow: hidden;
}

#banner ul {
	list-style-type: none;
	position: absolute;
	left: 355px;
	top: 105px;
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	padding: 5px 15px;
}

#banner ul li {
	display: inline;
	margin: 0px 0px;
	padding: 4px 4px 4px 4px;
	text-align: right;
	background-color: #D4E2D4;
	border-right : 2px solid Gray;
	border-bottom : 2px solid Gray;
}

#banner a:link {
	color: Navy;
	text-decoration : none;
}

#banner a:hover {
	color: Red;
	text-decoration : none;
}

#banner a:visited {
	text-decoration : none;
	color : Blue;
}

#banner a:active {
	text-decoration : none;
	color : Blue;
}

#banner img {
	float: left;
}

#footer {
	position: static;
	bottom: 0px;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0px;
	height: 2em;
	font-size: .8em;
	clear: both;
	background : #CBCDE4;
	
}

* html #footer {
	bottom: -1px;
}

#footer p {
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	text-align: center;
}

#footer a {
	float: right;
	margin-right: 3px;
}




h1 {
	font-size: 16px;
	color: Navy;
	font-family: Verdana
}

h2 {
	font-size: 13px;
	color: Navy;
	font-family: Verdana;
}

h3 {
	font-size: 9px;
	color: Navy;
	font-family: Verdana
}

