body {
	background: white;
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	margin-top:20px;
	margin-bottom:20px;
	_behavior:url("/common/csshover.htc");
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	text-align:left;
	}

.maintxt {
	border-collapse: collapse;
	border-right: 2px solid #FDFFD7;
	padding-top: 20px;
	font-size: 12px;
	color: #000000;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
}
.leftpad {
	padding-left:20px;
	padding-right:20px;
}
.lefttxt {
	font-size: 12px;
	font-weight:normal;
	color: #666;
	padding-right:40px;
	}

.style1 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}


/*--------------- topmenu --------------*/


.topmenu ul { /*overall topmenu list*/
	padding:0;
	margin:0;
	list-style: none; 
	}

.topmenu li { /*topmenu listitems themselves*/	
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	background-image: url(../images/tab-right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #9FB970;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	float:right;
	position:relative;
	}

.topmenu li a { /*all topmenu links*/
	font-size: 10px; 
	color: black;
	text-decoration: none;
	background-image: url(../images/tab-left.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:5px;
	padding-right:3px;
	padding-bottom: 2px;
	padding-top: 2px;
	}

.topmenu li a:hover { /*topmenus when rolled over*/
	color: #FDFFD7;
	}

.topmenu li ul { /*topmenu dropdowns */
	margin-top:3px; /*distance down from topmenu*/
	margin-left:1px;
	display:none;
	position: absolute;
	top:1.2em;
	left:0;
	background-image: url(../images/tab-left.jpg);
	background-color:#9FB970;
	width:116px;
	}

.topmenu ul ul li { /*topmenu flyout item blocks*/
	border-top:1px solid #F7FFDC;
	border-bottom:1px solid #455D13;
	width:116px;
	}

.topmenu ul ul li:hover { /*topmenu flyout item blocks, rolled over*/
	background-color:#9FB970;
	}

.topmenu li>ul { /*dropdown positioning fix for ie: see ALAP */
	_top:auto;
	_left:auto;
	}
	
.topmenu ul ul li a {/*extra padding for the text INSIDE the dropdown*/
	padding-left: 5px;
	}
	

li:hover ul, li.flyout:hover ul, #flyoutmenu li.sfhover ul  { /*magic to make submenus appear */
	display:block;
	}
	
/*--------------- end topmenu --------------*/

.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

h1 {

	color:#0084BF;
	font-size: 16px;
	letter-spacing: .15em;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:normal;
}

h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-align:left;
	padding-left:10px;
}

.sandbox li {padding-bottom:8px;padding-top:4px;}

#survey360 th {
	text-align:left;
	font-weight:normal;
	}
	
#survey360 .spacer {
	width:40px;
	background-color:transparent;
	text-align:center;
	}
	
#survey360 tr.radio_odd {
	background-color:rgb(226,240,206);
	}
	
#survey360 tr.desc_even th, #survey360 tr.desc_odd th {
	padding:24px;
	padding-bottom:0;
	}
	
#survey360 textarea {
	width:400px;
	height:80px;
	}