
/***********************************************/
/* 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: #666666;
	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: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #339933;
 padding: 15px 0px 5px 0px;

}

h2{
 font-size: 114%;
 color: #666666;
}

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

h4{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #339933;
 padding: 10px 0px 5px 0px;
}

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

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}




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

#masthead{
	margin: 0;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #999999;
	background-color: #eeeeee; 
	
}

#navBar{
	
	float: left;
    width: 185px;
	background-color: #eeeeee;
    padding: 10px 0px 0px 5px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;

	}

#content{
    margin: 0 0 0 180px; 
  	width: 600px;
	padding: 10px 21px 0px 20px;
    background-color: #ffffff;

}


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

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


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

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


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

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

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: right;
	padding: 0px 10px 0px 10px;
	margin: 0 5px 0 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .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;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #999999;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 20px 10px;
	margin-top: 0px;
	background-color: #eeeeee;
}
#siteInfo img{
	padding: 4px 4px 4px 5px;
	vertical-align: middle;
}


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


#navBar a:link {

	display: block;
	color: #666666;
	font-weight: bold;
	padding: 10px 5px 10px 20px;
	margin: 0px;
 
}

#navBar a:link, a:visited, a:active img{
	text-decoration: none;
	}

#navBar a:visited {

	display: block;
	color: #666666;
	font-weight: bold;
	padding: 10px 5px 10px 20px;
	margin: 0; 

	}

#navBar a:hover {

    display: block;
	color: #ffffff;
	background-color: #999999;
	text-decoration: none;
}

#navBar a img {
   	border: 0;

}

/*********** #sectionLinks styles ***********/




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

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

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





