body, html {
	margin:0;
	padding:0;
	border:0;
}

div#header
{
	overflow: hidden;
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0px;
	border: 0px;
	left: 0px;
	text-align: left;
	line-height: 180%;
	background-color: white;
	padding-top: 5px;
	padding-left: 5px;
	margin-left: 25px;
	margin-top: 77px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-transform: none;
	float: left;
}

.header a, .header a:link, .header a:visited
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.header a:active
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	
}

.header a:hover
{
	color: white;
	font-weight: normal;
	text-decoration: underline;
}

.menu
{
	padding-top: 15px;
}

div#line
{
	width: auto;
	margin-left: 30px;
	margin-right: 25px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url('line.jpg') repeat-x;

}

div#text
{
	width: auto;
	margin-left:50px;
	margin-right: 25px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 12px;
	font-family: "Helvetica", Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none;
	text-align: left;
}

.content
{
	font-size: 8px;
	font-family: "Helvetica", Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 140%;
	text-decoration: none;
	text-align: left;
}

.content a, .content a:link, .content a:visited
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.content a:active
{
	color: black;
	font-weight: bold;
	text-decoration: none;
	
}

.content a:hover
{
	color: gray;
	font-weight: bold;
	background-color: none;
	text-decoration: none;
}

.text
{
margin-top: 180px;
}

