body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.25;
	margin: 0px;
	padding: 0px;
	background: #fff;
}
a:link {
	color: #0AB1F1;
	text-decoration: none;
}
a:visited {
	color: #00CC33;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	color: #0F6395;
}

h1{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 125%;
}

h2{
 font-size: 24px;
}

h3{
	font-size: 20px;
	margin-bottom: 1px;
}

h4{
 font-size: 18px;
}

h5{
 font-size: 16px; }

ul{
	list-style-type: disc;
}


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

#masthead{
	margin: 0;
	width: 100%;
	background-color: #668ACC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(imgs/bludiagbkgdgf.gif);
}

#navBar{
	margin: 0 0 0 79%;
	padding: 0px;
	background-color: #F9F9F9;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:left;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}



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

#pageName{
	padding: 15px;
	color: #0F6395;
	margin-left: 15px;
	text-indent: 15px;
	background-image: url(imgs/ornbkgd2.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}


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

#globalNav{
	color: #666;
	white-space: nowrap;
	background-color: #DFFFEA;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
}

#globalNav2{
	color: #666;
	white-space: nowrap;
	background-color: #fff;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
}
/* '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;
}
#globalNav2 img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}
#globalNav2 a {
	padding: 0px 4px 0px 0px; 
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	clear: both;
	font-size: 80%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.story p{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 12px;
	color: #333;
	padding: 3px 10px;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 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;}


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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #EFFAF2;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
	background-image: url(imgs/grndgbkgdlinks.gif);
	color: #006666;
}


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

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

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


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

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

#headlines p{
	padding: 5px 0px 5px 0px;
}
#sectionLinks p {
	font-size: 90%;
	padding: 5px;
}
.story img {
	margin: 7px;
}
#contenttable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
