/* General CSS for all pages*/
body {
	padding: 0px;
	margin: 0px;
	background-color: #f6f6d6;
	color: #444444;
	font-family: arial, sans-serif;
	font-size: 14px;
}

a { text-decoration: none; color:#339966}
a:hover { text-decoration: underline; color:#990000;}
a:visited {color:#660099;}

div.dropShadows {
	background-image: url(/images/dropShadowBg.jpg);
	width: 780px;
	position: absolute;
	left: 50%;
	margin-left: -390px;
}
div.page {
	margin: 0px 15px;
}
div.header div.topBanner {
	background-image: url(/images/topBanner.jpg);
	height: 90px;
	background-repeat: no-repeat;
}
div.header div.pageBanner{
	background-image: url(/images/banners/frontPageBanner.jpg);
	height: 134px;
	background-repeat: no-repeat;
}
table.menuBar {
	background-image: url(/images/menu-bg.jpg);
	background-repeat: repeat-x;
	height: 27px;
	padding: 0px 60px;
	width: 100%;
}
table.menuBar tr {
	text-align: center;
}
td.menu {
	font-size: 12px;
	padding: 0px 12px;
	z-index:50;
}
td.menu:hover {
	background-color: white;
}
td.menu a {
	padding-top: 5px;
	padding: 2px;
	text-decoration: none;
	color: #444444;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
ul.dropDown {
	text-align: left;
	position: absolute;
	display: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 2px;
	margin: 18px 0px 0px -12px;
	background-color: #ccffcc;
	z-index: 100;
}
ul.dropDown li {
	margin: 0px;
	padding: 2px;
	line-height: 1.5;
	white-space: nowrap;
	z-index:101;
}
ul.dropDown li:hover {
	background-color: white;
}
div.content {
	margin: 0px 20px;
}
div.footer {
	margin: 25px 25px 0px;
	text-align: center;
}
div.footerLinks {
	border-bottom: 1px solid #444444;
	padding-bottom: 5px;
	font-size: 14px;
}
div.footerLinks a {
	text-decoration: none;
	color: #444444;
}
div.footerLinks a:hover {
	text-decoration: underline;
}

.footerTradeMark {font-size: 9px}

div.contactInfo {
	padding: 10px 0px 17px;
	font-size: 12px;
}
div.pageBottomPadding {
	background-image: url(/images/bottomDropShadow.jpg);
	background-repeat: no-repeat;
	height: 150px;
	background-color: #f6f6d6;
}
.dropShadows .page .content .style3 {
	font-family: ARIAL;
	font-size: 14px;
	font-style: normal;
	color: #7ABB8A;
	line-height: normal;
	font-weight: bold;
}
