/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
	
	
	
body{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/BackGrd.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited, a:hover {
	
	color: #A04F4C;

	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, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	
}

h1{
 font-family:Geneva, Arial, Helvetica, sans-serif;
 font-size: 140%;
 color: #334d55;
 text-align:center;

}

h2{
 font-size: 114%;
 /*color: #006699;*/
 color: #01005A;
 font-weight:bold;
}

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: 100% Arial,sans-serif;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#PrintMasthead{
display:none;
}


#masthead{
	background-image:url(../images/NewHeader/HeaderBack.jpg);
	background-repeat:no-repeat;
	margin:auto;
	padding: 90px 0px 10px 0px;
	width: 845px;
}

#masthead h2{
	font-family:Geneva, Arial, Helvetica, sans-serif;


}



#MastHeadNavBar{
	background-image:url(../images/NewHeader/MainNavBack.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin:auto;
	padding:0px 0px 0px 0px;
	height:32px;
}


#MastHeadNavBar a:link, #MastHeadNavBar a:visited {
	text-align: center;
	text-decoration:none;
	color: #ffffff;
	font-style:normal;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:10px;
	padding: 0px 10px 0px 10px;
	}
	
	
#MastHeadNavBar a:hover, #MastHeadNavBar a:active {
 	color: #FFCC33
	}
	
	

#MastHeadTopsubNav{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 480px;

}


#MastHeadTopsubNav a:link, #MastHeadTopsubNav a:visited {
	text-decoration:none;
	color: #A24E4C;
	font-style:normal;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	}
	
	
#MastHeadTopsubNav a:hover, #MastHeadTopsubNav a:active {
 	color: #FFCC33
	}
	
	
	
	
#navBar{
	width:180px;
	margin: 0 90px 0 0;
	padding: 0px;
	border-right: 1px solid #ccc;
	background-repeat: no-repeat;
}

#content{
	float:right;
	width: 540px;
	padding: 5px 10px 0 0;
	background-color:#FFFFFF;
	border: 2px solid #CCCCCC;
	
}

#homepage{
	float:none;
	width: 715px;
	padding: 8px 8px 0px 8px;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	
}

.midcolumnhometext {
	color:#334d55;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	margin:8px;
	padding:3px;
	}


/***********************************************/
/*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;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}
/************* #Instructs styles *************/
#Instructs{
	border:1px solid #cccccc;
	font-size:90%;
}




/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/************** various styles **************/

.redText {
	color:#FF0000;
	}

.textfill {
	font-size:smaller;
	}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float:none;
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */
.feature dt{
	font-weight:bold;


}

.feature table{
	table-layout:inherit;
	

}

.feature td{
	padding:2px 0px 2px 0px;

}

.feature th{
	padding:4px 4px 4px 4px;
	background-color:#CCCCCC;

}

/************** .bios table styles *****************/

.bio  {
border: thin solid #CCCCCC;
padding:3px 3px 3px 3px;
}

.bio th {
	text-align:left;
	}
/************** .story styles *****************/

.story{
	padding: 10px;
	font-size: 80%;
	float: right;
}

.story p{
	padding: 10px 0px 10px 0px;
}

.story img{
padding:10px 10px 10px 10px;
}

.story strong{
font-size:100%;
}
/************** .biothumbs styles *****************/

.biothumbs {
	clear: both;
	padding: 0px 10px 10px 10px;
	font-size: 80%;
	float: right;
}

.biothumbs img{
	float:left;
	padding:0px 20px 0px 0px;
	
}

/************* #siteInfo styles ***************/

#siteInfo{
	background-image:url(../images/footerbar.gif);
	background-repeat: repeat-x;
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #333399;
	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;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	border-right: 2px solid #CCCCCC;
	font-size: 70%;
	background-image:url(../images/advertbgrd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

/*#navBar ul a:link, #navBar ul a:visited {display: block;}
 commented out for dhtml menu  #navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #CCCCCC;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #DatabaseHome styles ***********/
#DatabaseHome{
	
	position: relative;
	margin: 0px;
	padding: 0px 5px 10px 10px;
	border-right: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	font-size: 90%;
	background-image: url(../images/navbarbgrd.jpg);
	background-repeat:repeat-y;
	background-position: left;
	background-color: #FDF1CF;

}
#DatabaseHome a:link{
	padding: 2px 0px 2px 0px;
	width: 100%;
    voice-family: "\"}\""; 
    voice-family:inherit;
	width: auto;
}
#DatabaseHome a:visited{
	padding: 2px 0px 2px 0px;
}
#DatabaseHome a:hover{
	border-bottom: 1px solid #cccccc;
	background-color: #FFFFFF;
}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 5px;
	border-right: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	font-size: 95%;
	background-image: url(../images/navbarbgrd.jpg);
	background-repeat:repeat-y;
	background-position: left;
	background-color: #FDF1CF;

}

#sectionLinks li{
	padding:5px 0px 5px 0px;
	list-style-type:none;
	left: 0px;
}


#sectionLinks img{
float:left;



}


#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 0px;
	width: 100%;
    voice-family: "\"}\""; 
    voice-family:inherit;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 0px;
}

#sectionLinks a:hover{
}
/************** .secsectionLinks styles **************/
#secsectionLinks{
	
	position: relative;
	margin: 0px;
	padding: 0px 5px 10px 10px;
	border-right: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	font-size: 70%;
	background-image: url(../images/navbarbgrd.jpg);
	background-repeat:repeat-y;
	background-position: left;
	background-color: #FDF1CF;

}




#secsectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#secsectionLinks a:link{
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
    voice-family: "\"}\""; 
    voice-family:inherit;
	width: auto;
}

#secsectionLinks a:visited{
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #cccccc;
}

#secsectionLinks a:hover{
}
/************** .subsectionLinks styles **************/
#subsectionLinks {
	padding: 2px 10px 2px 20px;
	font-size: 80%;
	white-space: normal;
	}

#subsectionLinks ul{
	font-weight:bold;
	}

/*********** .mastsubsectionlinks styles ***********/
.mastsubsectionlinks{
	font-size: 70%;
	white-space: normal;
	font-weight:bold;
}

/*********** .commonLinks styles ***********/
.commonLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	border-right: 2px solid #0066cc;
	position: relative;
	top: 10px;
	left: 75%;
	

}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	background-image: url(../images/navbarbgrd.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#FDF1CF;	
	border-right: 2px solid #0066cc;

}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 15px 20px;
	font-size: 80%;
	border-right: 2px solid #CCCCCC;
	background-image:url(../images/advertbgrd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}

#advert img{
	display: block;
	
}


/************** #banner styles **************/

#banner table, ted, tr, img, a{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;

}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.mastheadLink {
	color: #FFFFFF;
}


/** Presentation Page */

.presentationdownloadtable td {
	padding:5px 5px 5px 5px;}



/* classes for validator */
  .tfvHighlight
    {color:#FF0000;}
  .tfvNormal
    {color:#000000;}
	
/************** text styles **************/

.smallFont {
font-size:9px;
font-style:italic;

}

.highliteAdvert {
	border:thin dashed #F00;
	padding:3px;
	background:#FDF1CF;
}

