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

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

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

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: #334d55;
}

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{
	width: 100%;
	margin-bottom: -3px;
}
#mastright{
	width: 100%;
}

#navBar{
	float: left;
	width: 20%;
	height: 100%;
}

#headlines{
	float: right;
	width: 15%;
	background-color: #EEEEEE;
}

#content{
	margin-left: 20%;
	margin-right: 15%;
	width: 57%;
}



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


#globalNav 
{
	background-color: #2D4492;
	font-size: 90%;
	color: #FFFFFF;
	padding: 5px 5px 5px 210px;
	white-space: nowrap;
}

#globalNav a:link 
{
	color: #FFFFFF;
	text-decoration: none;
}

#globalNav a:visited 
{
	color: #FFFFFF;
	text-decoration: none;
}

#globalNav a:hover 
{
	background-color: #FFFFFF;
	color: #2d4492;
}

/* '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 h3
{
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}

/************** #Content styles ***************/

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

#content h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

#content ul a:link
	{
	 color: #2D4492;
	}

#content ul a:visited 
	{
	 color: #2D4492;
	}

#content ul a:hover
{
	 color: #2D4492;
}

#content a:link{
	padding: 2px 0px 2px 0px;
	width: 100%;
	color: #2D4492;
}

#content a:visited{
	padding: 2px 0px 2px 0px;
	color: #2D4492;
}

#content a:hover{
	color: #000000;
	padding: 2px 0px 2px 0px;
}

/* adjust margins to change separation between the feature image and text flowing around it */


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

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

.feature h3{
	padding: 10px 0px 5px 0px;
	font-size: 100%;
}

.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 */


/************** .featureright styles ***************/

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

.featureright h3{
	padding: 10px 0px 5px 0px;
}

.featureright img{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}


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

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

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



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

#siteInfo{
	clear: both;
	border: 0px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 2px 2px 0px 10px;
	margin-top: -1px;
}
/* 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" */


/************ #headline styles ***************/

#headlines{
	font-size: 65%;
	text-align: right;
	border: 0.5px solid #2D4492;
	padding: 5px 8px 0px 0px;
}

#headlines a:link{
	padding: 2px 0px 2px 0px;
	width: 100%;
	color: #2D4492;
}

#headlines a:visited{
	padding: 2px 0px 2px 0px;
	color: #2D4492;
}

#headlines a:hover{
	color: #000000;
	padding: 2px 0px 2px 0px;
}



/*********** #navBar link styles ***********/

#navBar ul {
	list-style: none; margin: 0; padding: 0;}

#navBar h3{
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	background-color: #2D4492;
}

#navBar a:link, a:visited, {
	color: #FFFFFF;
	text-decoration: none;
}

#navBar a:hover {
	color: #2D4492;
}

#navBar ul a:link
	{
	 color: #FFFFFF;
	}

#navBar ul a:visited 
	{
	 color: #FFFFFF;
	}

#navBar ul a:hover{
	 color: #2D4492;
}

#navBar ul a:link{
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}



/********** #navHead Section style **********/

#navHead h3{
	color: #FFFFFF;
	padding: 0px 0px 0px 10px;
}

/********** #navHead Section style **********/

#navHeader h3{
	color: #FFFFFF;
	padding: 10px 0px 0px 10px;
}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	background-color: #2D4492;
	margin: 0px;
	padding: 10px;
	font-size: 90%;
}

#sectionLinks h3{
	color: #FFFFFF;
	padding: 10px 0px 2px 10px;
}

#sectionLinks ul a:link
	{
	 color: #FFFFFF;
	}

#sectionLinks ul a:visited 
	{
	 color: #FFFFFF;
	}

#sectionLinks ul a:hover{
	 color: #2D4492;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}


#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	color: #2D4492;
	background-color: #FFFFFF;
	padding: 2px 0px 2px 10px;
}



/*********** .relatedLinks styles ***********/


.relatedLinks{
	background-color: #2D4492;
	margin: 0px;
	padding: 10px 10px 20px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	color: #FFFFFF;
	padding: 10px 0px 2px 10px;
}

.relatedLinks ul a:link
	{
	 color: #FFFFFF;
	}

.relatedLinks ul a:visited 
	{
	 display: block;
	 color: #FFFFFF;
	}

.relatedLinks ul a:hover{
	 color: #2D4492;
}

.relatedLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}


.relatedLinks a:visited{
	padding: 2px 0px 2px 10px;
}

.relatedLinks a:hover{
	color: #2D4492;
	background-color: #FFFFFF;
	padding: 2px 0px 2px 10px;
}




