/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
h1 {
	font-size: medium;
	color: #000000;
	font: bold;
	margin-bottom: 0px;
}

h2 {
	font-size: small;
	color: #000000;
	margin-bottom: 0px;
	font-weight: bold;
	margin-top: 0px;
}

h3 {
	font-size: small;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

p  {margin-top:0px;}

.home {
	font-size: small;
	color: #999999;
}

.home a
	{
	color: #999999;
	
	}

.about	{
	font-size: small;
	color: #000000;
}

a:link {
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}

a:visited	{
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #333333;
	text-decoration: underline;
}

a img {
	border: none;

}



#wrapper{
	width: 550px;
	text-align: left;
	margin: auto;
}
#topnav{
	width: 550px;
	text-align: left;
	padding-top: 115px;
	font-size:medium;
	color:#999999;
	background-image: url(../images/eagleowlLogo200.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
}

#topnav a, #topnav a:hover, #rightnav a, #rightnav a:hover	{
	text-decoration: none;
	font-weight: normal;

}


#maintext{
	width: 100%;
	text-align: left;
	margin: auto;
	float: left;
}

#news{
	width: 350px;
	text-align: left;
	margin: auto;
	float: left;
}

#rightnav{
	width: 200px;
	text-align: right;
	margin: auto;
	float: left;
}

#maintext p  {margin-top:0px;}

#footer{
	padding-top: 5px;
	text-align: right;
	clear: both;

}


