body {
	margin: 0px;
	padding: 0px;
	background: #e4d8c3;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: verdana; 
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a {
	color: black;
}
#content {
	position: relative;
	background: #ffffff;
	margin: 0 auto;
	width: 762px;
	height: 100%;
	text-align: left;
}
.bottom_bar {
	background: #8fa3bf;
	position: absolute;
	margin: 0px;
	bottom: -1px;
	width: 762px;
}
.bottom_bar_cont, .bottom_bar_cont a {
	margin: 5px;
	color: white;
	font: bold 10px verdana;
}

.mn_item {
	font: bold 10px verdana;
	padding-bottom: 5px;
}
.mn_item a {
	cursor: hand;
	width: 125px;
	filter: blendTrans(duration=0.6);
}
.mn_item a:link, .mn_item a:visited, .mn_item a:active {
	color: #8fa3bf;
	background-color: #ffffff;
	text-decoration: none;
}
.mn_item a:hover {
	color: #ffffff;
	background-color: #e4d8c3;
	text-decoration: none;
}

#consult_people {
	width: 115px;
	visibility: hidden;
	padding-left: 10px;	
	filter: blendTrans(duration=1);
}

#consult_people .mn_item a {
	visibility: inherit !important;
	width: 115px;
}

.menuSep {
	position: absolute;
	background-color: #8fa3bf;
	margin-top: 125px;
	margin-left: 135px;
	width: 2px;
	height: 300px;
}

.menuContainer {
	position: absolute;
	margin-top: 125px;
	margin-left: 10px;
	width: 300px;
	margin-bottom: 20px;
}
.contentContainer {
	position: absolute;
	margin-top: 125px;
	margin-left: 150px;
	height: 300px;
	width: 602px;
	bottom: 20px;
}
iframe#menuFrame {
	display: inline;
	height: 100%;
}
iframe#contentFrame {
	overflow: auto;
	height: 100%;
	width: 100%;
	background-color: #222222;
	filter: revealTrans(duration=0.6, transition=12);
}
