
body, html	{
	margin: 0;
	padding: 0;
	background: #87b5da;
	color: #000;
	background-image: URL(../images/background.gif);
	}

p, li, td {
	font-family: "Trebuchet MS", verdana, geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-left: 0;
	margin-top: 15px;
	margin-right: 0;
	}

li	{
	line-height: 15px;
	margin-top: 0;
	margin-bottom: 0px;	
}

.content {
	margin: 25px;
	margin-top: 10px;
}

.topnav {
	margin-top: 5px;
	padding: 4px;
	text-align: center;
}

.pghead {
    text-align:left;
    margin-left:25px;
}

.bottomnav {
	padding: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	width=100%;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
}

a:link	{
	text-decoration: none;
	}
	
a:visited	{
	text-decoration: none;
	}
	
a:hover	{
	text-decoration: underline;
	}
	


