BODY
{
	background-color: #EEEEEE;
	text-align: center;
	font-family: "Trebuchet ms", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

A,
A:visited,
A:active
{
	text-decoration: none;
	color: #6699FF ;
}
A:hover
{
	text-decoration: underline;
	color: #003399;	
}


DIV#Main
{
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
	text-align: left;
	width: 1000px;
	padding: 0px 15px 15px 15px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 90%;

	background-image: url(images/top-header-bg.gif);
	background-repeat: repeat-x;
	background-position: top center;
}

P
{
	text-align: justify;
}

H1, H2, H3
{
	color: #65b300;
	text-align: center;
	clear: both;
}

H5
{
	margin: 0;
	color: #94bcfb;
	text-align: center;
	padding: 2px;
}

DT
{
	color: #2b68ab;
	font-weight: bold;
}

#Header
{
	height: 120px;
	border: 1px solid white;
}

#Footer
{
	text-align: right;
	font-size: 80%;
	color: #808080;
}

.Gallery
{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 18px;
}

.Photo 
{
	width: 480px;
	text-align: center;
	float: left;
	margin: 0 auto;
}

.Photo IMG
{
	/*padding: 1px;*/
	border: 1px solid #D0D0D0;
}

.Photo .Signature
{
	font-size: 86%;
}
.EndOfGallery 
{
	clear: both;	
}

.Clear
{
	clear: both;
}

.Center
{
	text-align: center;
}