body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C5462;
	background-color: #edf1ef;
	line-height: 150%;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-x;
	padding: 0px;
}
body.newsframe {
	background-image: url(../images/newsframe_bg.gif);
	background-repeat: repeat-y;
	margin-left: 3px;
	margin-top: 10px;
}
.bucketHead {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
}
.bucketSmall {
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	margin-bottom: 4px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C5462;
	line-height: 150%;
}
a:link {
	font-weight: bold;
	color: #13547e;
}
a:visited {
	color: #5C7088;
	font-weight: bold;
}
a:hover {
	color: #6EB830;
}
a:active {
	color: #669999;
}
.aBolded {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 12px;
}
.innerTableList {
	font-size: 12px;
	font-weight: bold;
	color: #78BD3E;
	line-height: 16px;
}
.innerTableHead {
	font-size: 13px;
	font-weight: bold;
	color: #798490;
	margin-bottom: 5px;
}
.aSubNav {
	font-size: 9px;
}
.footer {
	font-size: 9px;
	font-weight: lighter;
	color: #999999;
	line-height: 150%;
}
.NormalType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C5462;
	line-height: 150%;
	font-weight: normal;
}
li {
	font-weight: bold;
	color: #76BF41;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C5462;
	line-height: 150%;
	font-weight: normal;
}

.sidebarblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 150%;
	font-weight: normal;
	text-align: left;
}

.sidebarblueList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 150%;
	font-weight: normal;
	list-style-position: outside;
}

.sidebarblueHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 150%;
	font-weight: bold;
}
.sidebarblueLink {
	color: #ffffff;
	text-decoration: underline;
}

.formFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C5462;
	border: 1px solid #999999;
	padding: 2px;
}
div#newsClipping {
	position:absolute;
	width:250px; 
	height:auto;
	z-index:2;
	left: 3px;
	top: 10px;
	clip:rect(0px,250px,510px,0px);
}
div#news {
	position:absolute;
	width:1px;
	z-index:1;
	left: 0px;
	top: 0px;
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	color: #333333;
	visibility: visible;
}
td.contact {
	text-align: left;
}
.newsHead {
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
	color: #00678C;
	text-transform: uppercase;
}


/* drop down nav stuff */

#menu {
float: left;
padding-top: 0px;
}

#menu ul {
list-style: none;
margin: 0px;
padding: 0px;
width: 113px;
float: left;
z-index: 100000;
}

#menu a, #menu h2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
display: block;
margin: 0px;
}

#menu h2 {
font-size: 11px;
height: 41px;
padding-bottom: 0px;
}

#menu h2 a {
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#menu a {
color: #13547e;
font-size: 11px;
padding-left: 10px;
padding-bottom: 5px;
text-decoration: none;
text-align: left;
background-image: url(../images/navsub_bg.gif);
background-repeat: repeat-x;
background-position: bottom;
}

#menu a.last {
background-image: url(../images/navsub_bottom.png);
background-repeat: no-repeat;
background-position: bottom;
}

#menu a:hover {
color: #6EB830;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
width: 202px;
left: 0px;
top: 41px;

}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}