body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	margin: 0px;
	padding: 0px;
	background-color: #E9F7E9;
}

#PageDiv
{
	width: 720px;
	height: 640px;
	border: 1px solid #003366;
	background-color: #006633;
	margin-right: auto;
	margin-left: auto;
}

#nav
{
	width: 720px;
	height: 60px;

}


#content
{
width: 700px;
padding: 10px;
}



.smallText
{
	font-size: 70%;
}

.bodyText
{
	font-size: 80%;
	text-align: left;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;

}


a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover, a:visited
{
	color: #FFFFCC;
	text-decoration: none;
}


a.copyright:link {
	color: #006633;
	text-decoration: none;
}

a.copyright:hover, a:visited
{
	color: #333333;
	text-decoration: underline;
}


.h1
{
 	font-size: 120%;
 	font-weight: bold;
	color: #FFFFCC;
}

.h2
{
	font-size: 100%;
	font-weight: bold;
}

#copyright{
	text-align: center;
	font-size: 60%;
	padding: 6px;
	color: #333333;
}

