body, p, h1, h2, h3
{
	font-family: Lucida, Arial, Verdana, Helvetica, sans-serif;
}

body
{
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 30px;
}

h2
{
	font-size: 18px;
	font-weight: bold;
	color: black;
}

#container 
{
	width:800px;
	margin: auto;
}

#content1
{
	color: #000000; 
	height: 300px;
	padding: 1px 5px 0px 15px;
	line-height: 24px;
	font-size: 18px;
}

#content1 h1, #content1 h2
{
	margin-top: 15px;
	margin-bottom: 0;
	line-height: 18px;
}

#content1 p
{
	margin-top:10px;
	margin-bottom:0;
}

#footer
{
	clear: both;
	font-size: 11px;
	color:#d5d5d5;
	background-color: black;
	height: 40px;
	padding: 10px 10px 0 15px;
	text-align: right;
	border-width: 0;
}

#footer p
{
	margin-top:2px;
	margin-bottom:0;
}

#header-top
{
	padding: 20px 0 0 5px;
	height: 120px;  
}

#nav 
{
	background-color: black; 
	height:40px;
	overflow:hidden;
	font:bold 16px Arial, Helvetica, sans-serif;
	/* position:absolute; */
	top:120px;
	left:0;
	width:100%;
}

#nav ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	line-height:40px;
}

#nav li 
{
	float:left;
	padding:0 11px;
}

#nav .right 
{
	float:right;
}

#nav .right a 
{
	color:#d5d5d5;
}

img
{
	border-width: 0px;
}

.bannerimage
{
	float: left;
}

.homeimage
{
	float:right;
	border:1px solid #333300;
	padding:5px;
	margin:5px;
}

.topnavfont a:link, .topnavfont a:visited
{
	color: #00CC00; /* green */
	text-decoration: none;
}

.topnavfont a:hover
{
	color: yellow; 
	text-decoration: none;
} 

