body {
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #334d55;
/*	text-align: center; */
}

h2 {
	font-size: 114%;
	color: #006699;
	text-align: center;
}

h3 {
	font-size: 100%;
	color: #334d55;
}

h4 {
	font-size: 100%;
/*	font-weight: normal; */
	color: #333333;
}

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;
	color: #334d55;
}

iframe {
	border: 0;
	width: 100%;
}

iframe.navFrame {
	width: 20%;
	height: 500px;
/*	border: 1px solid; */
}

iframe.header {
	border-bottom: 1px solid #cccccc;
}

#masthead {
	margin: 0;
	padding: 10px 0;
	width: 100%;
}

#navBar {
	/* -1 top margin to overlap the top border with the header's border */ 
	margin: -1px 0 0 0;
	padding: 0;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content {
	padding: 3% 3% 3% 3%;
}

.pictures {
	width: 100%;
	border: 0;
	margin: 10px 0 10px 0;
	font-size: inherit;
}

.pictures th {
	padding: 2px 0 2px 10px;
	border: solid 1px #000000;
	background: #e8e8e8;
	font-weight: bold;
}

.pictures tr {
	vertical-align: top;
}

.pictures td {
	padding: 10px 0 10px 0;
	text-align: center;
}

.basic {
	width: 100%;
	border: 2px solid #000000;
	border-collapse: collapse;
	padding: 0;
	margin: 10px 0 10px 0;
}

.basic th {
	padding: 2px 10px 2px 10px;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 1px black;
	background: #eeeeee;
	font-weight: bold;
	text-align: left;
}

.basic td {
	padding: 2px 10px 2px 10px;
	border-right: 1px solid #C0C0C0; 
	border-bottom: 1px solid #C0C0C0;
}

#siteName {
	margin: 0;
	padding: 0;
}

#pageName {
	padding: 0 0 20px 10px;
}

#globalNav {
	color: #cccccc;
	padding: 0 0 0 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 */

/*
not used
img#globalNav {
    display: block;
}

a#globalNav {
    font-size: 90%;
    padding: 0 4px 0 0; 
}
*/

#breadCrumb {
	font-size: 80%;
	padding: 5px 0 25px 10px;
}

.feature {
	padding: 0 0 5px 10px;
	font-size: 80%;
}

.feature h2 {
	padding: 30px 0 5px 0;
	text-align: center;
}

.feature h3 {
	padding: 10px 0 5px 0;
}

.feature img {
	float: left;
/*  padding: 0 10px 0 0; problem with hyperlink borders */
	padding: 0;
	margin: 0 10px 5px 10px;
/* adjust margins to change separation between the feature image and text flowing around it */
}

/* used to "escape" auto image formatting */
img.normal {
	float: none;
	vertical-align: middle;
}

.story {
	clear: both;
	padding: 5px 0 0 10px;
	font-size: 80%;
}

/* not used? */
p.story {
	padding: 0 0 10px 0;
}

.story h2 {
	padding: 30px 0 5px 0;
	text-align: center;
}

.story h3 {
	padding: 10px 0 5px 0;
}

#siteInfo {
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* 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 0;
	vertical-align: middle;
}

/* Not necessary? */
#search {
	float: right;
/*	border-bottom: 1px solid #cccccc; */
	padding: 5px 0 5px 10px;
	font-size: 90%;
}

#search form {
	margin: 0;
	padding: 0;
}

#search label {
	display: block;
	margin: 0;
	padding: 0;
}

#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 {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 90%;
}

/* Not used? */
.sectionLinks h3 {
	border-top: 1px solid #cccccc;
	padding: 10px 0 2px 10px;
}

.sectionLinks a {
    border-top: 1px solid #cccccc;
    padding: 2px 0 2px 10px;
}

.sectionLinks a:hover {
/*	border-top: 1px solid #cccccc; */
	background-color: #dddddd;
	/*  padding: 2px 0 2px 10px; */ 
}

.relatedLinks {
/*	border-top: 1px solid #cccccc; */
	margin: 0;
	padding: 0 0 10px 20px;
	font-size: 90%;
}

.relatedLinks h3 {
/*	border-top: 1px solid #cccccc; */
	padding: 10px 0 2px 0;
}

.relatedLinks a:hover {
	background-color: #dddddd;
}

.advert {
	border-top: 1px solid #cccccc;
	padding: 10px 0 0 10px;
	font-size: 80%;
}

.advert img {
	display: block;
}

.news {
	border-top: 1px solid #cccccc;
	margin: 0;
	padding: 10px 0 20px 10px;
	font-size: 80%;
}

.news p {
	padding: 5px 0 5px 0;
}
