/******2col_leftNav.css Use with template 2col_leftNav.html****/

/** HTML tag styles  ****/ 

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

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

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

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

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 24px;
 color: #000085;
}

h2{
 font-size: 14px;
 color: #000085;
}

h3{
 font-size: 12px;
 color: #000076;
}

h4{
 font-size: 12px;
 font-weight: strong;
 color: #000076;
}

h5{
 font-size: 10px;
 font-weight: strong;
 color: #0a1990;
}

h6{
 font-size: 12px;
 font-weight: strong;
 color: #000085;
}

ul{
 list-style-type: square;
 line-height: 1.5em;
 font-weight: bold;
}

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

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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 800px;
  border: 1px solid #000099;
}

#masthead{
	margin: 0px 0px 0px 0px;
	position:relative;
	top: 0%;
	padding: 0px 0% 0px 0%;
	background: #0810bb;
	border-bottom: 0px solid #0810bb;
	/*width: 95%;*/
}

#mastheadprint{
	margin: 0px 0px 0px 0px;
	position:relative;
	display:none;
}

#globalNavi{
	z-index:99999;
	position:relative;
	background: #ffff66;
	width: 100%;
}

#content{
  	float:left;
  	position:relative;
	margin: 0 5% 0px 5%;
	padding: 0 3% 0 0;
	/*width: 85%;*/
}

#image{
   float:right;
   position:relative;
   margin: 0 0 0 0;
   padding: 0 3% 0% 0%;
   }

#image2{
   float:right;
   z-index:99;
   position:relative;
   margin: 1px 0 2px 0;
   padding: 0 3% 0% 3%;
   }

#verticalimage{
	position:relative;
	font-size: 80%;
	font-weight:bold;
	float:right;
	z-index:999;
	margin: 0 0% 0 0%;
	padding: 0 0% 0% 0%;
   }

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

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

.feature{
	padding: 0 5px 0 2px;
	color: #000080;
	font-weight: bold;
}

.feature h3{
	padding: 5px 0px 2px 0px;
	text-align: left;
}

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

/**************** .image styles ****************/
.image img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 5% 0px 0;
    border-style:solid;
}

.image2 img{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0 2px 0px 0;
    border-style:solid;
	border-color:#000000;
}

.verticalimage img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 0% 0px 0;
}

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

.story{
	clear: both;
	margin: 0 5% 0 0; 
	padding: 0px 5px 5px 5px;
	font-size: 85%; /* affects size of body print in Story div*/
}

.story2{
	clear: both;
	margin: 0 5% 0 0; 
	padding: 0px 5px 5px 5px;
	text-align:left;
	font-size: 85%; /* affects size of body print in Story2 div*/
}

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

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

.story a{
	color: #000080;
	text-decoration: none;
}

.story a:hover{
	text-decoration: underline;
}

.right {text-align:right;}
.leftt {text-align:left;}
.center {text-align:center;}
.centerImg { text-align:center; 
    border:solid 1px #000081;}


/************** .chart styles *****************/
.chart{
	clear: both;
	margin: 0px 0 0px 0; 
	padding: 0px 5px 5px 5px;
	font-size: 85%; /* affects size of body print in Story div*/
}

.chart img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 5px;
	border-style:solid;
	border-color:#000000;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.chart p{
	padding: 0px 0px 5px 0px;
}

.chart a{
	color: #000080;
	text-decoration: none;
}

.chart a:hover{
	text-decoration: underline;
}

/************** .siteMap styles *****************/

.siteMap{
	clear: both;
	margin: 0 10% 0 10%; 
	padding: 0px 5px 5px 5px;
	font-size: 85%; /* affects size of body print in Story div*/
}

.siteMap img{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 5px;
	border-style:solid;
	border-color:#000000;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.siteMap p{
	padding: 0px 0px 5px 0px;
}

.siteMap a{
	color: #000080;
	text-decoration: none;
}

.siteMap a:hover{
	text-decoration: underline;
}
/************* #siteInfo styles ***************/
/*** Affects Footer buttons*****/

#siteInfo{
	margin: 0 0 0 0;
	position: relative;
	clear: both;
	font-size: 75%;
	font-weight: bold;
	color: #000080; /*#cccccc*/
	padding: 5px 5px 10px 5px;
	margin-top: 0px;
	border-top: 1px solid #000099;
	background-color:#ffff66;
}	
/* fix for browsers that need IE padding setup*/
html>body #siteInfo {padding: 10px 5px 10px 5px;}

/* 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 a{
	color: #000080;
	text-decoration: none;
	font-size: 90%;
}
#siteInfo a:hover{
	text-decoration: underline;
	}