/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0 auto;
	padding: 0px;
	width: 900px;
}

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	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: Georgia, Times New Roman, Times, serif;
 font-size: 30px;
 color: #000000;
 font-stretch:expanded;
}

h2{
 font-family: Georgia, Times New Roman, Times, serif;
 font-size: 114%;
 color: #006699;
 margin: 20px 0 10px 0;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0 0 5px 0px;
	text-align:left;
}

#intro{
	margin: 0;
	padding: 0;
	text-align:left;
}

#intro img {
float: left;
margin: 0 8px 4px 0;
}


