BODY {
	background-color: #FFFFFF;
	font-family : "Century Gothic", Arial, Helvetica, sans-serif;
	color: Gray;
	font-size: 12pt;
	border-color : Gray Gray Gray Gray;
}
 
 TD {
	font-family : "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
 
A {
	color: Gray;
}

A:Hover {
	color: black;
}
.headline {
		font-size: 22pt;
}
.article {
	border-color : Gray;
	border-bottom-width : medium;
	border-right-width : medium;
	border-top-width : medium;
	border-left-width : medium;
	border : solid Gray;
	margin-bottom : 15px;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 15px;
}

 .photocaption {
	font-family : "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

 .photobox {
	font-family : "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-color : Gray;
	border-bottom-width : medium;
	border-right-width : medium;
	border-top-width : medium;
	border-left-width : medium;
	border : solid Gray;
	margin-bottom : 15px;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 15px;
	padding : 5px;
}

.phototext{
	clear : both;
	font-family : "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Home Page classes */

div.homeContent
{
	font-size:0.95em;
}

div.homeImage
{
	float:right;	
}

div.homeIntro
{
	margin-left:10px;
}

div.homeHeader
{
	font-size:3.0em;
	text-align:center;
}

div.homeSection
{
	margin: 10px 133px 10px 10px;
	padding: 5px;	
	border-color:gray;
	border-style:solid;
	border-width:1px;
}

div.homeSectionHeader
{
	font-weight:bold;
}

div.homeFooter
{
	margin-top:10px;
	font-size:0.75em;
	text-align:center;
}

div.homeLink
{
	margin-top:3px;
	margin:5px;
	background-color:#F5F5F5;
}
