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

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

body{
	font-family: Arial, sans-serif;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 900px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

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

a:hover {
	text-decoration: none;
	color: #006699;
}



/* 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: #000000;
}

h2{
 font-size: 115%;
 color: #000000;

}

h3{
	font-size: 100%;
	color: #334d55;
	letter-spacing: normal;
	word-spacing: normal;
}

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{
	float:left;
	width: 200px;
	border-top-width: 4px;
	border-top-style: solid;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-color: #000000;
	height: 35px;
	color: #000000;
	background-color: #FFFFFF;
}

#masthead a:link, #masthead a:visited {
display: block;
color:#000000
}
#masthead a:hover{
	background-color: #FFFF00;
}

#masthead5{
	float:left;
	width: 100%;
	height: 50px;
}



#content{
	width: 650px;
	float:left;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000000;
}


#navBar{
	background-color: #FFFFFF;
	width: 200px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	height: auto;
}



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

#siteName{
	margin: 0px;
	padding: 10px;
}


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

#pageName{
	padding: 10px;
	font-size: 115%;
	font-weight: bolder;
}


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

.feature{
	float: left;
	width: 615px;
	margin: 0px;
	padding: 10px;
	font-size: 12px;
}

.feature2{
	float: left;
	width: 615px;
	margin: 0px;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
}

.feature img{
	float: left;
	width: auto;
	margin: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.feature2 img{
	float: left;
	width: auto;
	margin: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

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


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

.story{
	font-size: 12px;
	float: none;
	width: 615px;
	padding: 10px;
}

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


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

#siteInfo{
	clear: both;
	font-size: 70%;
	color: #999999;
	padding: 10px;
	margin-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
/* 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;
}



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

#navBar ul a:link, #navBar ul a:visited {display: block;}

#navBar ul {
	list-style: none;
	margin: 0;
	padding: 10;
	padding-left: 10px;
	font-size: 12px;
}

/* 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;}


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

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

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