body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.gif);
}

#PageDiv
{
	width: 720px;
	height: 540px;
	border: 1px solid #333333;
	background-color: #d1e8c5;
	margin-right: auto;
	margin-left: auto;
}

#largeImage
{
width: 265px;
float: right;
}

#content
{
	width: 450px;
	float: left;

}






.smallText
{
	font-size: 70%;
}

.bodyText
{
	font-size: 80%;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 14px;

}

.navText
{
	font-size: 80%;
	text-align: right;
	margin: 7px;

}



a.navlink:link, a.navlink:visited{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a.navlink:hover
{
	color: #666600;
	text-decoration: underline;
	font-weight: bold;
}


a:link, a:visited{
	color: #d1e8c5;
	text-decoration: none;
}

a:hover
{
	color: #CCCCCC;
	text-decoration: underline;
}



h1
{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
	text-align: left;
	padding-left: 10px;
	line-height: 2px;
}

.h2
{
	font-size: 100%;
	font-weight: bold;
}

#smallText{
	text-align: left;
	font-size: 60%;


}

#copyright{
	text-align: center;
	font-size: 60%;
	padding: 6px;
	color: #FFFFFF;
}
li{
	line-height: 14px;
	padding-right: 10px;
}