#navbar-iframe {
display: none !important;}

body {
	background-color: #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #666666;
}
.subHead {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.bodytext {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.crosshead {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.captions {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.breadcrumb {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.telephone {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.mainMenu {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.headline {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.horizontalmenu {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #006600;
	text-align: center;
	padding-bottom: 6px;
	padding-top: 6px;
}
.header {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #003300;
}
h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #003300;
}
h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #003300;
}
h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
}
p {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
}
.lowerMenu {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #003300
}
.table {
	font-size: 12px;
}
.imgRight {
	float: right;
	padding-left: 12px;
}
.imgLeft {
	float: left;
	padding-right: 12px;
}
table {
	background-color: #FFFFFF;
}
.imgBottom {
	padding-bottom: 12px;
}

/* NAVIGATION */

.basictab{
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid gray;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align*/
	font-size: 12px;
	font-weight: bold;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	background-color: #006600;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: f2f2f2;
	border-right-color: f2f2f2;
	border-bottom-color: f2f2f2;
	border-left-color: f2f2f2;
}

.basictab li a:visited{
	color: #f2f2f2;
}

.basictab li a:hover{
	background-color: #CC0000;
	color: #FFFFFF;
}

.basictab li a:active{
	color: #FFFFFF;
}

.basictab li.selected a{ /*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: #DBFF6C;
	color: #FFFFFF;
}

/* FOOTER NAV */
.footer {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 16px;
	list-style-type: none;
}
.footer li{
	display: inline;
	margin: 0;
	padding-right: 2px;
	padding-left: 2px;
}

a {
	color: #006600;
}
