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

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	color: #888;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}

h1 {font-size: 200%;}
h2 {font-size: 150%;}
h3 {font-size: 120%;}
h4 {font-size: 100%;}
h5 {font-size:  80%;}
h6 {font-size:  70%;}

ul       {list-style: none; margin: 0; padding: 0;}
ul ul    {list-style-type: disc;}
ul ul ul {list-style-type: none;}

label {color: #777;}
				
.navoff {
	border: 1px #EEE; 
	font: 12px Verdana;
}
.navon {
	border: 1px dotted #777; 
	background: #FFF; 
	font: 12px Verdana;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	margin: 0;
	padding: 10px 0px;
	width: 100%;
}
#navBar{
	float: left;
	width: 125px;
	padding: 0px;
	background-color: #444;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	font-size: 80%;
	position: absolute;
}
#content{
	margin: 0;
	padding: 10px;
	position: absolute;
	left: 145px;
	width: 85%;
	display: compact;
}
#update{
	margin: 0;
	padding: 0px;
	position: absolute;
	right: 5px;
	top: 37px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/
#siteName {margin: 0px;	padding: 0px 0px 10px 10px;}
/*************** #pageName styles **************/
#pageName {padding: 0px 0px 10px 10px;}
/************* #globalNav styles **************/
#globalNav{
	color: #CCC;
	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: 85%;
	padding: 0px 4px 0px 0px;
	font-weight: bold;
}
/************** .feature styles ***************/
.feature {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}
.feature h3 {
	padding: 30px 0px 5px 0px;
	text-align: center;
}
.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 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;
	font-size: 85%;
	color: #777;
	padding: 0px 4px;
	margin-top: 0px;
	vertical-align: middle;
}
/* 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: 2px 4px 4px 0px;
	vertical-align: middle;
}

/************* #search styles ***************/
#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #CCC;
	font-size: 90%;
}
#search form{
	margin: 0px;
	padding: 0px;
}
#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/*********** #navBar link styles ***********/
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 0px solid #EEE;}
/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/
#sectionLinks{
/*	position: relative; */
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #777;
	font-size: 90%;
}
#sectionLinks h3{padding: 10px 0px 2px 8px;}
#sectionLinks a {
	padding: 0px 0px 2px 10px;
	border-top: 1px solid #777;
	width: 100%;
}
#sectionLinks a:hover{background-color: #444;}

/*********** .relatedLinks styles ***********/
.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}
.relatedLinks h3 {padding: 10px 0px 2px 0px;}
.relatedLinks a  {padding: 0px 0px 2px 10px;}


/************** #advert styles **************/
#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #666;
}
#advert img{display: block;}

/************** #headlines styles **************/
#headlines{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
}
#headlines p{
    text-indent: 0;
	padding: 0px 0px 0px 5px;
}
#headlines td {font-size: 100%;}

.style4 {color: #555}
