/***********************************************/
/* screen.css                                  */
/* last modified: 04.22.05                     */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #629d85; /*#cc9;*/
}
/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/************** header tag styles **************/
h1{
	font: bold 175% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
h2{
	font: bold 160% Arial,sans-serif;
	color: #006699;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
h3{
	font: bold 145% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
h4{
	font: bold 130% Arial,sans-serif;
	color: #333;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
h5{
	font: bold 115% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
h6{
	font: bold 100% Arial,sans-serif;
	color:#334d55;
	margin:0px;
	padding: 10px 0px 5px 0px;
}
/*************** list tag styles ***************/

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}
/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
	font: bold 1em Arial,sans-serif;
	color: #334d55;
}
				
input{
	font-family: Arial,sans-serif;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#nameplate {background-color:#035433;}

#masthead{
	position: absolute;
	top: 86px;
	left: 2%;
	right: 2%;
	width:95.6%;
}
#pagecell1{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #fff;
}
#pageNav{
	float: left;
	width:178px;
	margin:0px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font: small Verdana,sans-serif;
}
#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}
/***********************************************/
/* Component Divs                              */
/************** timestamp **********************/
/*#timestamp {
	position:absolute;
	top:6px;
	left:0px;
	font: 75% Verdana,sans-serif;
	color:#036;
}*/
/************** utility styles *****************/
#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 6px;
	right: 0px;
	color: #999;
}
#utility a{
	color: #036;
}
#utility a:hover{
	text-decoration: underline;
}
/************** pageName styles ****************/
#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	background-color: #f9f7d2;
}
#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #330;
	margin:0px;
	padding: 0px;
}
#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	background-color: #f9f7d2;
}
/************* breadCrumb styles ***************/
#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #aaa;
	background-color: #f9f7d2;
}
#breadCrumb a{
	color: #aaa;
}
#breadCrumb a:hover{
	color: #699;
	text-decoration: underline;
}
/************** feature styles *****************/
.feature{
	padding: 0px 0px 10px 10px;
}
html>body .feature {height: auto;}
.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000;
	padding: 20px 0px 0px 0px;
}
.feature p,li{
	font-family:Arial, sans-serif;
	font-size:90%;
	line-height:1.2;
}
.feature ul li{                       
	font-family:Arial, sans-serif;
	font-size:90%;
	line-height:1.2;
}
.feature ul li ul li{                       
	font-family:Arial, sans-serif;
	font-size:100%;
	line-height:1.2;
}

.feature img{
	/*float: left;*/
	padding: 0px 10px 0px 0px;
}
.indent {margin-left:30px;}

.nofeature img {
	float:none;
	padding:0px;
	}
/*************** story styles ******************/
.story {
	padding: 10px 0px 10px 0px;
}
.story h3{
	padding: 10px 0px 0px 0px;
	font: bold 175% Arial,sans-serif;
	color: #000;
}
.story h4{
	padding: 10px 0px 0px 0px;
	font: bold 150% Arial,sans-serif;
	color: #000;
}
.story h5{
	padding: 10px 0px 0px 0px;
	font: bold 125% Arial,sans-serif;
	color: #000;
}
.story p {
	padding: 0px 0px 0px 0px;
	font-size: 100%;
}
.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005fa9;
	display:block;
	padding-bottom: 5px;
}
.story a.capsule:hover{
	text-decoration: underline;
}
td.story {
	padding-right: 12px;
}
/************** siteInfo styles ****************/
#siteInfo{
	clear: both;
	border-top: 1px solid #ccc;
	font-size: small;
	color: #ccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
/************ sectionLinks styles **************/
#sectionLinks{
	margin: 0px;
	padding: 0px;
}
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #ccc;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536a;
}
#sectionLinks a:hover{
	border-top: 1px solid #ccc;
	background-color: #def;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
/************* relatedLinks styles **************/
.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #ccc;
}
.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
.relatedLinks a{
	display: block; 
}

/**************** memberTable *********************/
memberTable thead,th,td {
	font-family:Arial, sans-serif;
	font-size:90%;
	line-height:1.2;
	border-bottom: 1px solid #ccc;
}

.hearingTable td, th {
	font-family:Arial, sans-serif;
	font-size:90%;
	line-height:1.2;
	border: 1px solid #ccc;
}
.otherTable td, th {
	font-family:Arial,sans-serif;
	font-size:90%;
	line-height:1.2;
	border:none;
	top:0;
}
.hide {display:none;}
.grey {color:#999;}
/********************* end **********************/
