@charset "utf-8";
/**********************************************
master.css                            
*********************************************
*********************************************
 HTML tag styles                             
**********************************************/
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333;
	line-height:1.166;
	margin:0;
	padding:0;
}
a:link, a:visited, a:hover {
	color:#069;
	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, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	color:#334d55;
}
h2 {
	font-size:150%;
	color:#036;
	text-align: center;
}
h4 {
	font-size:small;
	font-weight:400;
	color:#333;
}
ul {
	list-style-type:square;
}
ul ul {
	list-style-type:disc;
}
/**********************************************
 Layout Divs                                 
**********************************************/
#masthead {
	width:95%;
	margin:0;
	padding:10px 0;
}
#navBar {
	background-color:#eee;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:0 79% 0 0;
	padding:0;
}
#content {
	float:left;
	width:95%;
	margin:0;
	padding:0 3% 0 0;
}
/**********************************************
Component Divs                               
**********************************************/

/************* #globalNav styles **************/
#globalNav {
	color:#ccc;
	white-space:nowrap;
	padding:0 0 0 10px;
	float:right;
}
#globalNav a {
	font-size:80%;
	padding:0 4px 0 0;
}
/************* #breadCrumb styles *************/
#breadCrumb {
	font-size:80%;
	padding:5px 0 5px 10px;
}
/************** .feature styles ***************/
.feature {
	font-size:80%;
	padding:10px 0 10px 10px;
}
.feature img {
	float:left;
	margin:0;
	padding:0;
}
/* adjust margins to change separation between the feature image and text flowing around it 
************* .story styles *****************/
.story1 {
	clear:both;
	font-size:80%;
	width:95%;
	padding:10px 0 0 20px;
}
.story1 p {
	padding:0 0 10px;
}
/************* #siteInfo styles ***************/
#siteInfo {
	clear:both;
	border-top:1px solid #ccc;
	width:95%;
	font-size:75%;
	color:#000;
	margin-top:0;
	padding:0 0 10px 10px;
}
/* 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 {
	vertical-align:middle;
	padding:4px 4px 4px 0;
}
/************* #search styles ***************/
#search {
	border-bottom:1px solid #ccc;
	font-size:90%;
	padding:5px 0 5px 10px;
}
#search form {
	margin:0;
	padding:0;
}
#search label {
	display:block;
	margin:0;
	padding:0;
}
#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;
	border-bottom:1px solid #ccc;
	font-size:90%;
	margin:0;
	padding:0;
}
#sectionLinks h3 {
	padding:10px 0 2px 10px;
}
#sectionLinks a:link {
	border-top:1px solid #ccc;
	voice-family:inherit;
	width:auto;
	padding:2px 0 2px 10px;
}
#sectionLinks a:visited {
	border-top:1px solid #ccc;
	padding:2px 0 2px 10px;
}
#sectionLinks a:hover {
	border-top:1px solid #ccc;
	background-color:#ddd;
	padding:2px 0 2px 10px;
}
/************** #additional styles **************/

.TabbedPanelsContent {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
}
a img {
	border: 0;
}
.floatright {
	float: right;
}
#feed-control {
	width:900px;
	overflow:hidden;
	color:#069;
	font-size:10px;
	margin:10px;
	padding:2px;
}

