/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height: 70px;
}

#content{
  float:none;
	width: 100%;
	margin: 0;
	padding: 0 3% 0 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 70%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	width: 50%;
	float: left;
	height: 25px;
	vertical-align: middle;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

/************* #loginBlock styles **************/

#loginBlock {
	width: 40%;
	float: right;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	color: #B5B5B5;
	padding-right: 15px;
	white-space: nowrap;
}

.logName {
	font-family: Arial, Helvetica, sans-serif;
	color: #B5B5B5;
	white-space: nowrap;
	font-weight: bold;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 10px 0px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
	text-indent: 10px;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

.formscontainer {
	width: 300px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #cccccc;
	clear: both;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	white-space: nowrap;
}
.forms {
	width: inherit;
	text-align: left;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

.presults{
	width: 90%;
	margin: 10px auto;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 0px;
	empty-cells: show;
	text-indent: 0px;
}
.presults p{
	text-indent: 0px;
}
.presults th{
	background-color: #006699;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	color: #E3E3E3;
	border-bottom: 1px solid #cccccc;
}
.presults th.descript{
	text-align: left;
}
.presults th a{
	color: #E3E3E3;
}
.presults td{
	text-align: left;
	border-bottom: 1px solid #dddddd;
	vertical-align: bottom;
	text-indent: 0px;
}
.presults td.firstone{
	padding-top: 10px;
	text-indent: 0px;
}
.presults td.nextrecord{
	border-bottom: 3px solid #cccccc;
	text-indent: 0px;
}
.addknown{
	width: 90%;
	margin: 10px auto;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 0px;
	empty-cells: show;
	text-indent: 0px;
}
.addknown td{
	text-align: left;
	vertical-align: bottom;
}
.addknown td.firstone{
	padding-top: 10px;
}
.addknown td.nextrecord{
	border-bottom: 3px solid #cccccc;
}
.addknown td.buttons{
	text-align: right;
}
.tiny{
	font-size: 9px;
	line-height: 1;
}