/* CSS Document */

body{
	font-family: "Footlight MT Light", "Times New Roman", Times, serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	width: 750px;
	margin-left: 10px;
	background-position: top;
}

#addressblock {
		display: none;
}

#navBar{
		display: none;
}

#content{
width: 750px;
}

/************** .story styles *****************/


#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.text2 {
	font-family: "Footlight MT Light", "Times New Roman", Times, serif;
	font-size: 12pt;
}
.text2g {
	font-size:12pt;
	color:#336600;
	font-weight:bold;
}

.text2b {
	font-family: "Footlight MT Light", "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.text3 {
	font-family: "Footlight MT Light", "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.text4 {
	font-family: "Footlight MT Light", "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
}
#vertline {
	float: right;
}
.centersquare {
	font-size: 13px;
	font-weight: bold;
	font-family: "Footlight MT Light";
}
.contact {
	font-family:Verdana;
	font-size:9.0pt;
	color:#336600;
	font-weight:bold;
}
.footerlinks{
font-size:9.0pt;
}
.address{
	font-size:10.0pt;
	font-family:"Times New Roman";
	font-weight:bold;
  }
.pageheader {
	font-size:30px;
	font-family: "Footlight MT Light", "Times New Roman", Times, serif;
	font-weight:bold;
	margin-top: 7px;
	margin-bottom: 7px;
}

li {
	margin-bottom: 12px;
}

#contactblock {
	width: 241px;
	float: left;
	padding-left: 25px;
}
#frontcomment {
	width: 265px;
	float: right;
}
#clear {
	clear: both;
	}
