body {
background-color: #ffffff;
}

div#wrapper {
width: 775px;
background-color: transparent;
margin-top: 0px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
padding: 0px;
}

div#header {
  display: none; 
   }
#nav {
   display: none;
   }
.indentmenu {
   display: none;
   }
.submenu {
   display: none;
   }
.greymenu { display: none;
}

.imgleft {
display: none;
}

div#footer {
    position: relative;     
	padding-top: 10px;
	margin: 0px;
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-image: none;
	background-repeat: no-repeat;
	height: 51px;
	width: 775px;
	text-align: center;
	float: none;
	}
div#printhead {
	position: static;
	width: 100%;
	display: block;
	padding: 0;
	margin-top: 10px;
	text-align: center;
	z-index: 1;
	top: 10px;


	}   
div#main2 {
   width: auto;
   margin-top: 20px;
   background: #fff;
   float: none !important;
   }

.main {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	border-top: thin solid #000000;
	border-right: none;
	float: none !important;
	}
.smallheadtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	padding-left: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	left: 10px;
}
a:link, a:visited {color: #000066; decoration: underline;}

a:link:after, a:visited:after { content:" [" attr(href) "] "; }
