body {
	text-align:center;
	background-image: url(/images/blog-pattern.gif);
	font-family: "Futura LT Medium", Futura, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
}
h1 {
	font-weight: bold;
	color: #000000;
	margin:0px;
	font-size: 14px;
}
h2 {
	font-weight: bold;
	color: #99CC00;
	margin:0px;
	font-size: 14px;
}
h3 {
	font-weight: normal;
	color: #000000;
	margin:0px 0px 10px 0px;
	font-size: 14px;
}
li {
	font-weight: normal;
	color: #000000;
	margin-bottom:15px;
	font-size: 14px;
}
p {
	font-weight: normal;
	color: #000000;
	margin:0px 0px 20px 0px;
	font-size: 14px;
	z-index: 2;
}
.altMenuLink {
	font-size: 14px;
	font-weight: normal;
	color:#ffffff;
	text-decoration:none;
}
.altMenuLink:hover {
	color:#000000;
}
.bigBlueHead {
	font-size: 22px;
	font-weight: bold;
	color: #73b6c5;
	margin-top:20px;
	padding-top:10px;
	border-top:1px solid #73b6c5;
}
.bigGreenHead {
	font-size: 22px;
	font-weight: bold;
	color: #99CC00;
	margin-top:20px;
	padding-top:10px;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.homePageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1B1B1B;
}
.footerText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #a6ce39;
}
.formField {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	width:250px;
}
.formFieldOption {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin:2px 0px 2px 0px;
	padding:0px;
}
.formCellLabel {
	padding:5px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}
.formCellContent {
	padding:5px;
	border-bottom:1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}
.headingGray {
	font-size:24px;
	color:#666666;
}
.headingLinkGray {
	font-size:24px;
	color:#666666;
	text-decoration:none;
}
.headingLinkGray:hover {
	color:#94DE6D;
}
.linkBlue {
	font-family: "Futura LT Medium", Futura, Verdana, Helvetica, Arial, sans-serif;
	color: #73b6c5;
	text-decoration:none;
}
.linkBlue:hover {
	color:#333333;
}
.linkGray {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.linkGray:hover {
	color:#7bb85a;
}
.linkGreen {
	font-size: 14px;
	font-weight: normal;
	color: #99CC00;
	text-decoration:none;
}
.linkGreen:hover {
	color:#333333;
}
.linkBlack {
	font-size: 14px;
	font-weight: normal;
	color:#000000;
	text-decoration:none;
}
.linkBlack:hover {
	color:#99CC00;
}
.linkWhite {
	font-size: 14px;
	font-weight: normal;
	color:#ffffff;
	text-decoration:none;
}
.linkWhite:hover {
	color:#000000;
}
.menuList {
	list-style-type:none;
	margin:0px 10px 0px 10px;
	display:inline;
	background-image:url(/graphics/menu-dot.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:15px;
}
.menuLink {
	font-size: 14px;
	font-weight: normal;
	color: #6D6D6D;
	text-decoration: none;
}
.menuLink:hover {
	color: #99CC00;
}
.notation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.plainList {
	line-height: 28px;
	list-style-type: none;
}
.smallBlueHead {
	font-size: 14px;
	font-weight: normal;
	color: #73b6c5;
	font-weight:bold;
}
.smallGreenHead {
	font-size: 14px;
	font-weight: normal;
	color: #99CC00;
	font-weight:bold;
}
.subHeadBlue {
	font-size: 16px;
	color: #73b6c5;
	font-weight:bold;
}
.subHeadPeach {
	color:#FF9933;
	font-size: 16px;
	font-weight:bold;
}
.subHeadGreen {
	font-size: 16px;
	color: #99CC00;
	font-weight:bold;
}

#container {
	position:relative;
	padding-top:260px;
	z-index:1;
	height:400px;
	background-color: #FFFFFF;
		
} 

.dropBox {
	position:relative;
	width: 360px;
	height: 360px;
	margin: 0 auto;
	top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float:left;
	z-index: 2;
	text-decoration: none;
}

#photo {
	margin-left: 295px;
	background-image:url(/images/featured-event.jpg);
	border: 2px solid #000000;
} 

#featured {
	position: absolute;
	bottom: 0;
	width: 350px;
	background-color: #000000;
	height: 45px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 4px;
} 

#featured a {
	font-family: "century gothic";
	color: #a6ce39;
} 

#featured a:hover {
	font-family: "century gothic";
	color: #ee0612;
} 

#sidebar {
	margin-left: 40px;
	width: 225px;
	z-index: 2;
	float:left;
} 

#footer {
	font-family: "century gothic";
	font-size: 15px;
	text-align: center;
	background-color:#FFFFFF;
	width: 960px;
	height: 20px;
} 

#footer a {
	font-family: "century gothic";
	color: #a6ce39;
} 

#footer a:hover{
	font-family: "century gothic";
	color: #ee0612;
} 
