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

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

hr {
  background-color: #4169e1;
  margin: 5px 0px 5px 0px;
}




a:link, a:visited, a:hover {
	color: #0033FF;
	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;
}

#menupda {
  color: #ffffff;
  font-family: arial, verdana, sans-serif;
  font-weight: bold;
  font-size: 9px;
}
#menupda a,#menupda a:visited, #menupda a:link { 
color:#fff;
background:#4169e1; 
border-width:0px;
padding:0;
text-transform:uppercase
}







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

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	clear: both;
	margin: 0;
	padding: 5px 0px 0px 5px;
	font-size: 100%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 100%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}





/************************************************************/
/*not from 2col_lefNav
.style10 {color: #000099}
.style11 {color: #0033FF}
*/
.executive {color: #000099 ; border: 1px solid #000 }
/* This may not have been the original style 12 */
.style12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}