/***********************************************/
/* 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: 0px;
	padding: 0px;
}

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

a:hover {
	color:#FFFFFF;
	background-color: #333399;
}
/* overrides decoration from previous rule for hovered links */

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

h1{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #333399;
 }

h2{
 font-size: 114%;
 color: #333399;

}

h3{
 font-size: 100%;
 color: #333399;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #333333;
}

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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px;
	width: 100%;
	text-align:center;
}

#content{
	width: 100%;
}

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


/*************** #pageName styles **************/

#pageName{
	padding: 10px 10px 20px 10px;
	text-align:left;
	width: 751px;
}

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

.story{
	clear: both;
	padding: 0px 10px 20px 10px;
	font-size: 90%;
	width: 751px;
	text-align:left;
}

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

}


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

#siteInfo{
	border-top: 1px solid #333399;
	font-size: 75%;
	color: #333333;
	width:771px;
	padding: 10px 0 10px 0;
	margin-top: 0px;
	text-align:center;
}

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






