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

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 4px;
	padding: 1px;
}

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

a:hover {text-decoration: underline;}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,sans-serif; color: #003399;
	margin: 2px;
	padding: 0px;
}

h1{font-size: 135%;}

h2{font-size: 125%;}

h3{font-size: 110%;}

h4{font-size: 100%;}

ul{list-style-type: square;}

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

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

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

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 2px solid #003399;
	width: 100%;
}


#content{
  float:right;
	width: 95%;
	margin: 3;
	padding: 0 3% 0 0;
}

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


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

.feature h3{padding: 10px 0px 5px 0px;}


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

.story{
	clear: both; padding: 2px 2px 2px 2px;
	font-size: 80%; font-family: Arial, sans-serif;}

.story p{padding: 1px 1px 1px 1px;}

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

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

/************** #headlines styles **************/

#headlines{margin: 0px; padding: 20px 0px 10px 5px; font-size: 80%;}

#headlines p{padding: 5px 0px 5px 0px;}