body
{
	margin: 0;
	padding: 0;
	text-align: center;
	border: none
}

#container
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: none
}

#header
{
	padding: 0;
	background-image: url('webheader.gif');
	height: auto;
	width: auto;
}

#headertext
{
	padding: 0;

	font-family: Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: black;
}

#footer
{
	display: none;
}

#navigation
{
	display: none;
}

#content
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	position: relative;
	top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-top: 5px;
	border: none
}

#content a
{
	text-decoration: none;
	color:black;
	border: none
}

#content h1
{
	font-family: Arial, sans-serif;
	font-size: 18px;
}


#content h2
{
	font-family: Arial, sans-serif;
	font-size: 16px;
}

#content h3
{
       font-size: 13px;
}


.right { 
  padding-left: 5mm;
  padding-top: 5mm;
  padding-bottom: 5mm;
  border: none;
}

