/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #22559d;
	text-decoration: none;
}

a:link{
	color: #22559d;
	text-decoration: none;
}

a:visited{
	color: #22559d;
	text-decoration: none;
}

a:hover{
	color: #22559d;
	text-decoration: underline;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 200%;
 color: #22559D;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 140%;
 color: #22559D;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: Black;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #000000;
 }

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #000000;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap{
	position: relative; 
	background-color: #eeeeee; 
}


#masthead{
	padding: 0px 0px 0px 0px;
	width: 100%;
	border-bottom: 0px solid Black;
	background-color: White;
}

#navBar{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 182px; 
	background-color: #eeeeee;  
	border-top-color: Black;  
	border-top-style: solid;  
	border-top-width: 0px;    
}


#headlines{
  position: absolute; 
  right: 0px; 
  top: 0px; 
  width: 178px; 
  background-color: #eeeeee;  
 
}


#content{
	margin-left: 183px; 
	margin-right: 182px; 
	height: 100%;
	background-color: #ffffff;  
	border-left-color: Black;  
	border-left-style: solid;  
	border-left-width: 1px;  
	border-right-color: Black;  
	border-right-style: solid;  
	border-right-width: 1px;  
\     
}

/***********************************************/
/* Components                                  */
/***********************************************/




/************* #globalNav styles **************/



/************* #breadCrumb styles *************/


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 0px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}




/************** .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;
	font-size: small;
	color: #000000;
	border-top: 1px solid #000000;
	height: 12px;
	vertical-align: middle;
	padding: 10px 0px 0px 0px;
	max-height: 5px;
	min-height: 1px;
	}






/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0px; padding: 0;}

#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 4px 0px 2px 3px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 7px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}



/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}



/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
}


