td.page-header {
	background-image: url(/images/design/sub_head_bg.jpg);
	background-repeat: no-repeat;
	height: 219px;
	vertical-align: top;
}

td.page-menu {
	background-color: #ececec;
	width: 197px;
	vertical-align: top;
	color: white;
}

td.page-menu a {
	color: white;
	text-decoration: none;
}

div.page-menu {
	background-color: #2f523e;
	padding-left: 3px;
	padding-right: 3px;
}

div.page-menu div.path {
	background-image: url(/images/design/menu_arrow_down.png);
	background-repeat: no-repeat;
}

div.page-menu div.selected {
	background-image: url(/images/design/menu_arrow_right.png);
	background-repeat: no-repeat;
}

td.page-content {
	width: 506px;
	padding: 15px 20px 0px 10px;
	vertical-align: top;
	line-height: 150%;
}

td.page-content a {
	color: rgb(181, 74, 62);
	text-decoration: none;
}

td.page-content h2 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #2f523e;
}

td.page-content h3 {
	font-weight: bold;
	font-size: 1.2em;
	color: rgb(85, 85, 85);
	padding-bottom: 0;
	margin-bottom: 0;
}

div.content-print {
	float: right;
	cursor: pointer;
	margin-top: 10px;
}

td.page-misc {
	width: 192px;
	padding-top: 15px;
	vertical-align: top;
}

div.page-footer-menu img {
	margin-left: 5px;
}

div.menu-level-1 {
	background-color: #2f523e;
	border-bottom: 1px solid #97a89e;
	padding: 5px 15px 5px 15px;
	cursor: pointer;
	background-position: 0px 10px;
}

div.menu-level-1.selected {
	background-position: 4px 8px;
}

div.menu-level-1 a {
	font-size: 12px;
	font-weight: bold;
}

div.menu-level-2 {
	background-color: #457659;
	border-bottom: 1px solid #97a89e;
	padding: 5px 0px 5px 26px;
	cursor: pointer;
	background-position: 11px 10px;
}

div.menu-level-2.selected {
	background-position: 15px 8px;
}

div.menu-level-2 a {
	font-size: 12px;
	font-weight: bold;
}

div.menu-level-3 {
	background-color: #558669;
	padding: 5px 0px 5px 34px;
	cursor: pointer;
	background-position: 20px 10px;
}

div.menu-level-3.selected {
	background-position: 24px 8px;
}

div.menu-level-3 a {
	font-size: 11px;
}

div.menu-level-3.last {
	background-color: #558669;
	border-bottom: 1px solid #97a89e;
}

div.menu-level-4 {
	background-color: #8a9a90;
	padding: 5px 0px 5px 44px;
	cursor: pointer;
	background-position: 29px 10px;
}

div.menu-level-4.selected {
	background-position: 33px 8px;
}

div.menu-level-4 a {
	font-size: 11px;
}

div.news-item.container {
	padding-bottom: 15px;
}

div.news-item.date {
	font-size: 12px;
	color: rgb(102,102,102);
	border-bottom: 1px solid #e1e1e1;
}

div.news-archive.date {
	font-size: 10px;
}

div.news-item.content {
	padding-top: 5px;
	padding-bottom: 10px;
}

div.news-item.link {
	text-align: right;
	border-bottom: 1px solid #e1e1e1;
	font-weight: bold;
	color: rgb(181, 74, 62);
	cursor: pointer;
}

div.news-item.archive {
	border-top: 1px solid #e1e1e1;
	padding-top: 15px;
}

div.news-archive.pages {
	background-image: url(/images/design/box_green_bg.png);
	height: 29px;
	text-align: center;
	padding-top: 10px
}

div.news-archive.pages a {
	color: white !important;
}