@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.gif);
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e9e5e6;
	background-repeat: repeat-x;
}
/**** Menu *****/
.menu a {
	background-image: url(images/menu-bg.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #f6e158;
	text-decoration: none;
	height: 70px;
	display: block;
	line-height: 70px;
	font-weight: bold;
}

.menu a:hover, .menu a:hover:visited {
	background-image: url(images/menu-bg-ov.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
/************/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.green-notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009900;
}
.green-notes2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
}
.borderall {
	border: 1px solid #006600;
}
p.teaserbox {
	border-style: solid; 
	padding: 10px; 
	border-width:thin; 
	border-color:#339900; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#339900
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
}
.sitemech {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.sitemech:link						{ font-weight: bold; color: #990000; text-decoration: none; }
a.sitemech:active					{ font-weight: bold; color: #990000; text-decoration: underline; }
a.sitemech:visited					{ font-weight: bold; color: #990000; text-decoration: none; }
a.sitemech:hover					{ font-weight: bold; color: #990000; text-decoration: underline; }

.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
}
.bold24 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.bold36 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
}