/* Water Star */

body {
	background-color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	margin:0;
	padding:0;
}

table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

#wrapper {
	width:1000px;
	padding:0;
	margin:0;
	background-color:#ffffff;
}

#banner {
	margin:0;
	padding:0;
	background-image:url(gfx/top_border.png);
	background-position:0% 100%;
	background-repeat:no-repeat;
	height:139px;
}

#topmenucontainer {
	margin:0;
	padding:0;
	background-color:#2F80B0;
	height:40px;
}

#topmenu {
	float:left;
	margin:0 auto 0 0;
	padding:0 0 0 30px;
}

#topmenulinks_public {/* for top menu on public pages */
	margin:0;
	padding-left:10px;
}

#topmenulinks {
	float:right;
	margin:0 auto 0 0;
	padding-right:10px;
}

#topmenulinks a:link, #topmenulinks a:visited, #topmenulinks a:hover  {
	text-decoration:none;
	padding-right:5px;
}

#crumbscontainer {
	margin:0;
	padding:0;
}

#crumbs {
	color:#333333;
	font-size:85%;
	padding:10px 10px 6px 40px;
}

#crumbs a:link, #crumbs a:visited, #crumbs a:hover  {
	text-decoration:underline;
	color:#003366;
}

#contentcontainer {
	margin:5px 0 0 0;
	padding:0;
	width:1000px;
}

#leftcontainer {/* bg img is 727 wide */
	float:left;
	margin:0 auto 0 0;
	width:727px;
	padding:0 0 10px 10px;
}

#leftcontainer_public {/* for public pages this is on the right -- bg img is 727 wide */
	float:left;
	margin:0 auto 0 0;
	width:727px;
	padding:0 10px 10px 0;
	color:#006699;
}

#lefttop {
	margin:0;
	padding:0;
	background-image:url(gfx/mainbg_top.png);
	background-position:0% 0%;
	background-repeat:no-repeat;
	height:27px;
}

#leftmiddle {
	margin:0;
	padding:1px;
	background-image:url(gfx/mainbg_middle.png);
	background-position:0% 0%;
	background-repeat:repeat-y;
	min-height:250px;
}
*html #leftnmiddle {height:250px;}

#content {
	padding:0 10px 0 15px;	
}

#leftbottom {
	margin:0;
	padding:0;
	background-image:url(gfx/mainbg_bottom.png);
	background-position:0% 0%;
	background-repeat:no-repeat;
	height:32px;
}

#rightcontainer {/* bg img is 240 wide */
	float:left;
	margin:0 auto 0 0;
	width:240px;
	padding:0 13px 10px 10px;
}

#rightcontainer_public {/* for public pages this is on the left -- bg img is 240 wide */
	float:left;
	margin:0 auto 0 0;
	width:240px;
	padding:0 13px 10px 10px;
}

#plaincontainer {
	margin:5px 0 15px 0;
	width:982px;
	padding:0 9px 0 9px;
}

#plaintop {
	margin:0;
	padding:0;
	background-image:url(gfx/plainbg_top.png);
	background-position:0% 0%;
	background-repeat:no-repeat;
	height:30px;
}

#plainmiddle {
	margin:0;
	padding:1px;
	background-image:url(gfx/plainbg_middle.png);
	background-position:0% 0%;
	background-repeat:repeat-y;
	min-height:250px;
}
*html #plainmiddle {height:250px;}

#plainbottom {
	margin:0;
	padding:0;
	background-image:url(gfx/plainbg_bottom.png);
	background-position:0% 0%;
	background-repeat:no-repeat;
	height:30px;
}

#featurecontainer {
	margin:10px 0 0 0;
	padding:0;
}

.f_top {
	margin:0;
	padding:15px 5px 2px 10px;
	background-image:url(gfx/feature_top.png);
	background-position:0% 0%;
	background-repeat:no-repeat;
	min-height:100px;
	color:#ffffff;
	font-size:90%;
	font-weight:bold;
}
*html .f_top {height:100px;}

.f_top a:link, .f_top a:visited, .f_top a:hover  {
	text-decoration:underline;
	color:#ffffff;
}

.f_top .nav a:link, .f_top .nav a:visited  {
	text-decoration:none;
	color:#ffffff;
}

.f_top .nav a:hover  {
	text-decoration:underline;
	color:#ffffff;
}

.f_top ul {
	margin-top:5px;	
	margin-bottom:5px;	
}

.f_top li {
	margin-left:-10px;	
	list-style:none;
}

.f_top_contentdiv {/* for more space in the feature area under headers */
	padding-left:5px;
	padding-right:10px;
	line-height:130%;	
}

.f_bottom {
	margin:0;
	padding:0;
	background-image:url(gfx/feature_bottom.png);
	background-position:0% 0%;
	background-repeat:no-repeat;
	height:26px;
}

#bottom {
	margin:0;
	padding:0;
	background-image:url(gfx/bottom_border.png);
	background-position:0% 0%;
	background-repeat:no-repeat;
	height:44px;
	clear:both;
}

#footercontainer {
	background-color:#ffffff;
	margin:0;
	padding:0;
}

#footer {
	padding:15px;
	font-size:85%;
	color:#333333;
}

#footer a:link, #footer a:visited, #footer a:hover  {
	color:#333333;
	text-decoration:underline;
}

h1 {
	color:#003366;
	font-weight:bold;
	font-size:130%;
	margin-top:0;
}

h2 {
	color:#003366;
	font-weight:bold;
	font-size:115%;
}

h3 {
	color:#003366;
	font-weight:bold;
	font-size:100%;
}

a:link, a:visited, a:hover  {
	color:#003366;
	text-decoration:underline;
}

fieldset {
	background-color:#EFEFEF;
	border-top:0;
	border-right:0;
	border-bottom:4px solid #ffffff;
	border-left:0;
	padding:5px;
}

legend {
	font-weight:bold;
	color:#003366;
	padding:5px;
}

th {
	background-color:#E8F7FD;
	text-align:left;
	font-weight:bold;
	color:#003366;
	padding:8px;
}

.td_greenbg {
	background-color:#CCFDE4;
	font-size:90%;
}

.td_greenbg_line {
	background-color:#CCFDE4;
	border-bottom:1px solid #2F80B0;
	padding:8px;
}

.td_graybg {
	background-color:#EFEFEF;	
}

.td_graybg_line {
	background-color:#EFEFEF;	
	border-bottom:1px solid #2F80B0;
}

.linebottom {
	border-bottom:1px solid #2F80B0;
	padding:8px;
}

.td_line {
	height:4px;
	padding:0;
	margin:0;
}

.question {
	font-weight:bold;
}

li.answer {
	margin-left:-20px;
	list-style:none;
}

li.answer_selected {
	margin-left:-20px;
	background-color:#CCFDE4;
	list-style:none;
	font-weight:bold;
	color:#003366;
}

.required {
	color:#990000;	
}

.errortext {
	color:#990000;
	font-weight:bold;
}

#site-body-content {
	padding: 15px 15px 15px 15px ;
}
 
#site-bottom-bar {
	background-color: #4AC8F4 ;
	border-top: 1px solid #ffffff ;
	bottom: 0px ;
	font-size: medium ;
	height: 40px ;
	position: fixed ;
	width: 100% ;
	z-index: 1000 ;
}
 
#site-bottom-bar-frame {
	height: 40px ;
	margin: 0px 10px 0px 10px ;
	position: relative ;
}
 
#site-bottom-bar-content {
	padding: 3px 0px 0px 0px ;
}
 
#menu-root {
	background-color:#29729C;
	border: 1px solid #ffffff;
	color: #ffffff ;
	display: block ;
	height: 32px ;
	line-height: 32px ;
	text-align: center ;
	text-decoration: none ;
	width: 175px ;
}
 
#menu-root:hover {
	background-color: #A4E3F9;
	border-color: #000000 ;
	color: #000000 ;
}
 	
#site-body-container {
	_overflow-y: scroll ;
	_overflow-x: hidden ;
	_position: relative ;
}
 
/* To make up for scroll-bar. */
#site-bottom-bar {
	_bottom: -1px ;
	_position: absolute ;
	_right: 16px ;
}
 
/* To make up for overflow left. */
#site-bottom-bar-frame {
	_margin-left: 26px ;
}
 
/* To fix IE6 display bugs. */
#menu a {
	_display: inline-block ;
	_width: 99% ;
}
