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

body{

position: absolute;
width: 100%;
height: 100%;
  
		margin:0px;
		padding:0px;

  	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align:left;
}

	.underline  {
	text-decoration: underline;
}

.witback  {
	padding-top: 0px;
}

 

#container{
position: absolute;
	z-index: 1000000;
	
	margin-left: 16px;
	top: 69px;
}


#navigation {
	width: 60%;
	float:left;
	padding-left:21px;
	padding-right:21px;
	padding-bottom:21px;
	padding-top: 21px;
	
		font-size: 11px;
		line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	
	
}

a {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
		font-size: 11px;
		line-height: 14px;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
		font-size: 11px;
		line-height: 14px;
	text-decoration: underline;
	}	

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
		font-size: 11px;
		line-height: 14px;
	}	


#content {
position:relative;
float: left;
width:500px;
padding: 16px 32px 32px 32px;
color: #000000;

margin-left: 226px;
margin-top: 32px;

background-image: url(blackback.png);

}

#content p {
font-family: Arial, Helvetica, sans-serif;
width:500px;
font-size: 11px;
line-height: 13px;
}

#content a {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
lne-height: 13px;
  text-decoration: underline;
color: #0000FF;
}

#content a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 13px;
text-decoration: none;
color: #0000FF;
}





h1{
font-family: Arial, Helvetica, sans-serif;
	color: #000000;
font-size: 11px;
	line-height: 13px;
font-weight: normal;
}


h2{
font-family: Arial, Helvetica, sans-serif;
	color: #000000;
font-size: 11px;
	line-height: 13px;
font-weight: normal;
}

h3{
	color: #000000;
padding-top:2em;
font-size: 140%;
}

h4{
	color: #000000;
padding-top:0.5em;
font-weight:normal;
}



