body, html {
	margin: 0px;
	padding: 0px;

	background-color: white;

	color: #333;
}

a {
	color: #bdcd97;
}

table#maintab {
	width: 100%;
	height: 100%;
}

table#trmenu {
	margin-bottom: 20px;
}

table#trmenu td {
	width: 85px;
	height: 20px;

	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;

	font: 12px avant garde;
	color: #aaa;
	text-align: center;

	cursor: pointer;
}

div#mmenu {
	width: 256px;
	margin-bottom: 40px;
}

td#contenttd {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 667px;
}

.fcontent#contenttd {
	border: none;
	width: 668px;
}

div#contentarea {
	width: 667px;
	margin-left: 2px;
}

.fcontent div#contentarea {
	width: 668px;
}

div#maincont {
	margin: 10px 20px 30px 30px;
}

div#breadcrumbs {
	margin-bottom: 15px;
}

div#maincont p, div#maincont li {
	font: 11px verdana;
	line-height: 15px;
}

div#maincont p.conthead {
	margin-top: 20px;
	color: #bdcd97;
	font-weight: bold;
}

div.mlevel1 {
	cursor: pointer;
	color: white;
	font: 12px verdana;
	margin: 30px 30px 5px 30px;
}

div#mlevel1_sel {
	font-weight: bold;
}

div#mlevel1_over {
	color: #aaa;
}

div.mlevel2_out {
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	background-color: #656565;
	margin-top: 15px;
	padding: 3px 0px 3px 0px;
}

div.mlevel2 {
	cursor: pointer;
	color: white;
	font: 11px verdana;
	padding: 5px 10px 5px 45px;
}

div#mlevel2_over {
	background-color: #747474;
}

div#mlevel2_sel {
	font-weight: bold;
}

div.mlevel3_out {
	background-color: #747474;

	border-top: 1px solid white;
	border-bottom: 1px solid white;

	margin: 5px 0px 25px 45px;
}

div.mlevel3 {
	font: 11px verdana;
	color: white;
	cursor: pointer;

	padding: 3px 0px 3px 13px;
}

div#mlevel3_sel {
	font-weight: bold;
}

div.mlevel4_out {
	margin-top: 3px;
	margin-bottom: 6px;
}

div.mlevel4 {
	font: 11px verdana;
	color: #bdcd97;
	cursor: pointer;

	padding: 3px 0px 3px 30px;
}

div#mlevel4_over {
	color: white;
}

div#mlevel4_sel {
	font-weight: bold;
}

p.footer {
	font: 10px verdana;
	color: #999;
	line-height: 16px;
	margin: 10px 0px 10px 20px;
}

p.footer a {
	color: #999;
	text-decoration: none;
}

p.footer a:hover {
	text-decoration: underline;
}

div#breadcrumbs {
	font: 10px verdana;
	color: #666;
}

div#breadcrumbs a {
	color: #666;
	text-decoration: underline;
}


.front_sectitle {
	font: 11px verdana;
	font-weight: bold;
	color: #bdcd97;
	padding: 20px 5px 5px 15px;
}

.front_seccontent {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

td.front_seccontent div {
	width: 190px;
	margin: 5px 15px 25px 15px;
}

td.front_seccontent div p {
	margin: 0px 0px 10px 0px;
	font: 11px verdana;
	color: #666;
}

td.front_seccontent div p a {
	font: 11px verdana;
	font-weight: bold;
	color: #a3b66f;
}

div.visionsec1, div.visionsec2 {
	font: 11px verdana;
	margin-bottom: 8px;
	padding: 5px 5px 10px 5px;
}

div.visionsec1 {
	background-color: #ddd;
}

div.visionsec2 {
	background-color: #eee;
}

div.visionhead {
	color: #bdcd97;
	font-weight: bold;
	margin-bottom: 5px;
}

p.emails {
	margin-top: 0px;
	margin-bottom: 5px;
}

.body-links a {
	color: #4b4b4b;
}
.body-links a:hover {
	color: #000000;
}

ul.news-list li {
	margin-bottom: 9px;
}
