/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	font-family: Arial,sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Arial,sans-serif;
	font-size: 14px;
}
a:link, a:visited, a:hover {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	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: 20px;
 color: #445544;
}
h2{
 font-size: 16px;
 color: #556655;
}
h3{
 font-size: 16px;
 color: #556655;
}
h4{
 font-size: 14px;
 color: #334d55;
}
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;
 margin:0;
 padding:0;
 color: #334d55;
}
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	margin: 0;
	padding: 5px 0px 3px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}
#masthead img{
	margin: 0px;
	padding: 5px 0px 10px 10px;
}
#navBar{
	margin: 0 79% 0 0;
	padding: 0 0 1.5em 0;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#content{
  float:right;
	width: 75%;
	margin: 0;
	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: 90%;
	padding: 0px 4px 0px 0px; 
}
/************* #breadCrumb styles *************/
#breadCrumb{
	color:#686868;
	font-size: 80%;
	padding: 5px 0px 10px 10px;
	text-transform:lowercase;
}
#breadCrumb a:link, #breadCrumb a:visited {
	color:#686868;
	text-decoration: none;
}
#breadCrumb a:hover {
	color:#686868;
	text-decoration: underline;
}
/************** .feature styles ***************/
.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}
.feature h3{
	padding: 20px 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 */
.feature ul{
	list-style-type: none;
}
.feature li{
	padding: 0px 0px .3em 0px;
}
/************** .story styles *****************/
.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}
.story p{
	padding: 0px 0px 10px 0px;
}
.story a:link, .story a:visited, .story a:hover {
	color: #000099;
	text-decoration: underline;
}
.story a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.story li {
	padding-bottom:.8em;
}
/************* #siteInfo styles ***************/
#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
	color: #778877;
	padding: 3px 0px 4px 10px;
	margin-top: -1px;
	margin-bottom:3px;
}
/* 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 a:link, #siteInfo a:visited {
	color: #778877;
	text-decoration: none;
}
#siteInfo a:hover {
	color: #778877;
	text-decoration: underline;
}
/************* #search styles ***************/
#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#search form{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#search input, #search textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
}
#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: 1px solid #EEE;}
/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
#navBar p {margin:0px; padding:5px 0px;}
/*********** #sectionLinks styles ***********/
#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	color: #000099;
}
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}
#sectionLinks a:link{
	padding: 2px 0px 3px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
    voice-family: "\"}\""; 
    voice-family:inherit;
	width: auto;
	color: #000099;
}
#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 3px 10px;
	color: #000099;
}
#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 3px 10px;
	color: #000099;
}
/*********** .relatedLinks styles ***********/
.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}
.relatedLinks h4{
	padding: 10px 0px 2px 0px;
}
/************** #advert styles **************/
#advert{
	padding: 10px 0px 10px 10px;
	font-size: 12px;
	border-top: 0px solid #cccccc;
}
#advert img{
	border:1px solid #cccccc;
	display: block;
}
.advertbox {
	font-size: 12px;
	padding: 10px 0px 10px 10px;
}
.advertbox ul li {
	padding:.3em 0 .5em 0;
}
/************** #headlines styles **************/
#headlines{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
	overflow:hidden;
}
#headlines p{
	padding: 0px 0px 5px 0px;
}
#headlines h4{
	padding: 10px 0px 2px 0px;
}
/************** #NewArticle styles **************/
#NewArticle{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	border-top: 1px solid #cccccc;
}
#NewArticle p{
	padding: 0px 0px 5px 0px;
}
#NewArticle h4{
	padding: 10px 0px 2px 0px;
}