/* STANDARD STYLES - redefining H tags, etc */
body {
	margin: 10px 0;
	padding: 10px 0;
	font: medium Verdana, Arial, Helvetica, sans-serif;
	background-color: #F3F3F3;
	text-align: center;
}
body a:link, body a:visited {
	color: #F60;
}
body a:hover, body a:active {
	color: #F90;
}
h1:first-child, h2:first-child { /*starts first heading in a TD flush top*/
	margin-top: 0;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 140%;
}
h3, h4 {
	margin-bottom: 0;
}
h4 {
	color: #F60;
	font-weight: bold;
}
h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
	text-decoration: none;
}
p.banner {
	font-size: 160%;
}
p.zeroBefore {
	margin-top: 0;
}


/* GENERIC PAGE AREAS */
#mainTable {
	text-align: left;
	background-color: #FFF;
	width: 600px;
	margin: 0 auto;
	border: 1px solid #000;
	/*/*/line-height: 1.2em; /* */
}
#aboveBanner, #footer {
	background: #D9D9D9 url(/images/common/topsilver.gif);
	clear: both;
	font: bold 12px/22px inherit;
	height: 29px;
	margin-right: 4px;
	padding-right: 4px;
	text-align: right;
	vertical-align: middle;
}
#banner {
	height: 70px;
	background: #FC9;
	font: bold 160%/70px inherit;
	vertical-align: middle;
}
#mainBody {
	padding: 10px;
	font-size: 90%;
	background: url(/images/common/shadow.gif) repeat-x top;
}
.hiddenclear {
	clear: both;
	height: 0;
}
#footer {
	height: 22px;
	background: #D9D9D9 url(/images/nav/silver.gif);
}

/* MENU - deals with the rollover menu beneath the banner */
#menu {
	background:#d9d9d9 url(../images/nav/silver.gif);
	height:22px;
	border-top:1px solid #000;
	margin-bottom:0px;
	font-size: 14px;
}
#menu ul, ul#submenu {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
	font-weight: bold;
}
#menu li {
	float:left;
	width:19%;
	max-width:120px;
	height:22px;
	border-right:1px solid #aaa;
	line-height:22px;
	text-align:center;
	display: inline;
}
#menu li a:link, #menu li a:visited {
	display:block;
	height:22px;
	width:100%;
	color:#000;
	text-decoration:none;
}
#menu .selected, #menu li a:hover {
	background: #C5C5C5 url(/images/nav/darksilver.gif);
}

#rightpanel {
	text-align: center;
	padding: 0 10px 0 0;
	margin: -20px 0 10px 10px;
	font-size: 12px;
	width: 100px;
	float: right;
}
ul#submenu {
	background:#FFE8D9 url(/images/nav/subwo.gif);
	border: 1px solid #C5B3A6;
	border-width: 1px 1px 0;
}
ul#submenu li {
	height:22px;
	border-bottom: 1px solid #C5B3A6;
	line-height:22px;
	text-align:center;
}
ul#submenu li a:link, ul#submenu li a:visited {
	display:block;
	height:22px;
	width:100%;
	color:#F60;
	text-decoration:none;
}
ul#submenu .selected, ul#submenu li a:hover {
	background: #FFD9BF url(../images/nav/subow.gif);
}
/* END OF MENU STYLES */

.img {
	padding-top: 10px;
}
/* Survey */
.form .after {
	padding: 0;
	margin: 0;
}