@charset "utf-8";
/* CSS Document */

/* Navigational Elements */

.secondaryNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #0B431B;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}

.thirdNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}

.menuLink, .menuLink:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0B431B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.menuLink:visited {
	color: #FFFFFF;
}

.menuLink:hover {
	color: #FFFF00;
}

.menuLink:active {
	color: #FFFFFF;
}

.menuLinkSelected, .menuLinkSelected:link {
	color: #FFFFFF;
	text-decoration: none;
}

.menuLinkSelected:visited {
	color: #FFFF00;
	text-decoration: none;
}

.menuLinkSelected:hover {
	color: #FFFF00;
	text-decoration: none;
}

.menuLinkSelected:active {
	color: #FFFF00;
	text-decoration: none;
}

.thirdNavTable {
	color: #000000;
	font-size: 55%;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.thirdNavTable a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.thirdNavTable a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.thirdNavTable a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.thirdNavTable a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.photobox {
	float: right;
	text-align: center;
	width: auto;
	height: auto;
}

