body {
behavior: url(csshover.htc); 
}
* {
	margin:0;
	padding:0;
}

/* Containers  */

div#top {
	width: 840px;
	height:103px;
	top: 5px;
}
div#navEncl {
	width:	240px;
	height: auto;
	float:left;
}
div#liveArea {
	width:	610px;
	font-size: 1.05em;
	background-color:#FFF;
	float:left;
}
div#enclosing {
	width: 588px;
	padding: 8px;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	padding-top: 10px;
	color: #333333;
	border-width: 1px;
	border-style: solid;
	background-color: #F2F3EE;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	line-height: 1.25;
}
div#enclosing a{
	font-family: Verdana, Geneva, sans-serif;
	color: #069;
	font-weight: bold;
}
div#FormBack {
	width:610px;
	height: 250px;
	padding-left: 250px;
	background-image:url(images/bottomMP.jpg);
	background-repeat:no-repeat;
	float:left;
}
/* Attributes */

ul {padding: 10px;}
a {
	font-family: Verdana, Geneva, sans-serif;
	color: #069;
	font-weight: bold;
	background:url(images/btnBack.jpg) no-repeat;
}
a:link {
	text-decoration: none;
	color: #006666;
}
a:visited {
	text-decoration: none;
	color: #006666;
}
a:hover {
	text-decoration: none;
	color: #333;
	background: url(images/btnBackBlu.jpg);
	background-repeat: no-repeat;
}
a:active {
	text-decoration: none;
	color: #006666;
}


div#nav {
	width:auto;
	text-align:left;
	float:left;
}
 div#nav ul{
	list-style:none; 
	 margin:0; 
	 padding:0;
	 width:auto;

 }
 div#nav li{
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	width: 240px;
 }
 div#nav li:hover{
	text-decoration: none;
	color: white;
	background-image: url(images/btnBackBlu.jpg);
	background-repeat:no-repeat;
 }
  div#nav li.selected{
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 0.7em;
	color: white;
	background-image: url(images/btnBackSel.jpg);
	background-repeat:no-repeat;
	display:block;
	width:220px;
	height: 45px;
	padding-left: 20px;
	padding-top: 15px;
	font-weight: bold;
	color: white;
 }
 div#nav li a{
	display:block;
	width:auto;
	height: 45px;
	padding-left: 20px;
	padding-top: 15px;
	font-weight: bold;
	font-size:0.7em;
 }
 div#nav>ul a {width:auto;}

 div#nav ul.level1 li.submenu:hover ul.level2 {display:block;}
 
 /* END NAV */

.h1 {
	font-size: 20px;
	color: #333333;
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 20px;
	display: block;
}

.bodytext {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin-left: 10px;
	line-height: 150%;
}
.bodytext a{
	background-image:none;
}
.bodytext a:hover{
	background-image:none;
	border-bottom: 1px dotted #666;
	color:#333;
}
.bodytextSuperscript {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	}

.enclosingPic {
	float:right;
	padding: 4px;
	width: 194px;
	font-family: Verdana;
	font-size: .6em;
	color:#999;
	text-align: right;
}

/*FORM */

fieldset {
	padding: 1px;
	margin:  5px;
	border:none;
}
legend {
	color:#600;
	font-size:1.1em;
	padding: 5px ;
}
label {
	color: #333;
	font-size:0.8em;
	display:block;
	margin: 2px;
}
#buttonS {
	color:#666;
	font-size:0.8em;
	margin: 2px;
	padding: 2px;
}
#buttonR {
	color:#666;
	font-size:0.8em;
	margin: 2px;
	padding: 2px;

}
.radioLabel {
	color:#960;
		font-size:0.8em;
	padding: 0 5px 0 2px;
}
.checkLabel {
	color:#960;
	font-size:0.8em;
	padding: 0 5px 0 2px;
}
input#realname, input#email, input#phone {
	width: 240px;
}
textarea {
	width:280px;
	height:130px;
}
select {
	color:#600;
	font-size:0.8em;
	width:11em;
}
div#FormRt {
	width:300px;
	height: 200px;
	float:left;
	padding-top: 47px;
	margin-left: -20px;
	font-family: Verdana;
	font-size: .8em;
	color: #999999;
	font-style: normal;
	font-weight: normal;
}
div#FormLt {
	width:300px;
	height: 200px;
	float:left;
	padding-top: 35px;
	font-family: Verdana;
	font-size: .8em;
	color: #999999;
	font-style: normal;
	font-weight: normal;

}

/* SURVEY FEATURE*/

div#callOut {
	width: 288px;
	height: 200px;
	margin-top: 90px;
	margin-left: 682px;
	visibility: visible;
	z-index: 901;
	position: relative;
}
div#links a span {display: none;}
div#links a:hover span {display: block;
   position: absolute; top: 180px; left: 0; width: 125px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; background: black;
   font: 10px Verdana, sans-serif; text-align: center;}


.bodytextEncl {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin-left: 10px;
	line-height: 150%;
	margin-top: 82px;
}
