#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 141px;
	background-image: url(../_images/clouds790x393.jpg);
}
#menu {
	position: absolute;
	top: 141px;
	left: 0px;
	width: 215px;
	height:85%;
	background-image:url(../_images/b200_menu.jpg);
	\\background-color:#ECECEC;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#body {
  background: #fff;
  position: absolute;
  top: 141px;
	left: 215px;
	height: 85%;
	overflow-x:hidden;
	overflow:scroll;
}
.Verdana_12_txt {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	vertical-align: middle;
	line-height: 20px;
}
a:hover.Verdana_12 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color:#ffffff;
	background-color: #CCCCCC;
	height: 30px;
	width: 140px;
	border-bottom: 1px dotted;
	text-decoration:underline;
}
a:link.Verdana_12, a:active.Verdana_12 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;	
	color:#6A0000;
	background-color: #ECECEC;
	height: 30px;
	width: 140px;
	padding-top: 8px;
	padding-left: 5px;
	border-bottom: 1px solid;
	border-bottom-color:#333333;
	text-decoration:none;
}

.Verdana_12{
	font-family: Verdana;
	font-size: 12px;
	color:#6A0000;
	background-color: #ECECEC;
	height: 30px;
	width: 140px;
	padding-top: 8px;
	padding-left: 5px;
	border-bottom: 1px solid;
	border-bottom-color:#333333;
	text-decoration:none;
	font-weight: bold;
}
.Verdana_10 {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-y:hidden;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.Form_Caption {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.Form_Required { font-weight:bold; color:#FF0000;}