/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.166;
	color: #006633;
	margin: 0px;
	padding: 0px;
	width:100%;
	background-color:#C9E689;
}


a:link {
	color: #006633;
	text-decoration: underline;
}

a:visited { color: #663300; }

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #006633;
}

h1{
 font-size: 22px;
}

h2{
 font-size: 16px;
}

h3{
 font-size: 14px;
}

h4{
 font-size: 12px;
}

h5{
 font-size: 10px;
 color: #006633;
}

ul{
 list-style-type: circle;
}

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{
	margin: 0px;
	padding: 10px 0px;
	width: 100%;
}

#masthead img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/


/************** .wrapper styles ***************/

.wrapper{
	width:794px;
	margin:0px auto;
	background-color:#ffffff;
	border-left:3px solid #c3c3c3;
	border-right:3px solid #c3c3c3;
	text-align:left;
}

/************** .name styles ***************/

.name h2{
	font-size:16px;
	text-align:center;
	padding: 10px 10px 10px 10px;
}

.name a{
	font-size:12px;
	padding-left:80%;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 10px 0px 0px;
	font-size: 80%;
}

.feature h3{
	padding: 0px 0px 5px 10px;
	text-align: left;
}

.feature h4{ 
	padding: 10px 0px 5px 20px; 
	text-align:left; }

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0px 5px 5px 0px;
}

.feature ul{
	font-size:12px;
	margin-left: 10px;
	list-style-type:disc;
}

.feature p{
	padding:5px 0px 5px 10px;
	margin:0px;
	font-size: 12px;
}

.feature a:link { 
	color: #006633;
	text-decoration: underline;
}

.feature a:visited { color: #663300; }

.feature blockquote{
	color:#003300;
	font-size:12px;
	font-weight:bold;
	padding: 5px 15px 5px 15px;
	line-height:1.0;
}

/*************** sources styles ***************/

.sources p{
	font-size:12px;
	font-style:italic;
	padding: 0px 15px 0px 25px;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************* #footer styles ***************/

#footer{
	font-size: 12px;
	padding: 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" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

