/***********************************************/
/* CSS Reset                                   */
/***********************************************/ 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:center;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
div, body { overflow:visible !important; } /* Fix for Firefox one page printing broblem */
/***********************************************/
/* CSS for site                                */
/***********************************************/ 

body {
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #999999;
	background: url(Graphics/pattern.png) repeat fixed;
	position: relative;
	text-align: center;
	width: auto;
}
/* page wrapper */
#wrapper {
	margin: 0px;
	width: 770px;
	background-color: #FFFFFF;
	background-attachment: fixed;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
}
#wrapperPF {
	margin: 0px;
	width: 700px;
	background-color: #FFFFFF;
	background-attachment: fixed;
	padding: 0px;
	text-align: left;
}
#logo {
	display:none;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #005FA9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
/************** header tag styles **************/

h1, h2 {
	font: bold 114% Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
}
h3 {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
h4 {
	font: 100% Arial, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h5 {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 110%;
}
/*************** list tag styles ***************/

ul {
	list-style-type: square;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}
/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}
label {
	font: bold 1em Arial, sans-serif;
	color: #334d55;
}
input {
	font-family: Arial, sans-serif;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/*#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}*/
#masthead {
	margin: 0px;
	/*	border-bottom: 1px solid #cccccc;*/
	width: 100%;
	padding: 0px;
}
#navBar {
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#pageNav {
	width:154px;
	padding: 0px;
	background-color: #F5f7f7;
	font: small Verdana, sans-serif;
	float: left;
	margin: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
/*********** #pageNav link styles ***********/

#pageNav ul a:link, #navBar ul a:visited {
	display: block;
}
#pageNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#pageNav li {
	border-bottom: 1px solid #EEE;
}
/* fix for browsers that don't need the hack */
html>body #pageNav li {
	border-bottom: none;
}
#content {
	float:left;
	padding: 0px;
	background-color: #ffffff;
	width: 615px;
}
#content .instruction h1, h3 {
	font-size: 120%;
	text-align: center;
}
#content .instruction h2, h5 {
	font-size: 114%;
	text-align: center;
}
#nonavcontent {
	float:left;
	margin: 0px;
	background-color: #FFFFFF;
	width: 100%;
	padding: 0px;
}
#contentPF {
	float:left;
	padding: 0px;
	background-color: #ffffff;
	width: 700px;
}
#contentPF .instruction h3 {
	font-size: 120%;
}
#contentPF .instruction h5 {
	font-size: 114%;
	text-align: center;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-weight: normal;
}
/*************** #pageName styles **************/

#pageName {
	border-bottom:1px solid #ccd2d2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #ffffff;
}
#pageName h1 {
	font: bold 175% Arial, sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
	text-align: center;
}
#pageName img {
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}
/************* globalNav styles ****************/

#globalNav {
	position: relative;
	width: 100%;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url(Graphics/glbnav_background.gif);
}
#globalNav img {
	margin-bottom: -4px;
}
#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}
#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}
#globalLink {
	position: absolute;
	top: 6px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}
a.glink, a.glink:visited {
	font-size: small;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}
a.glink:hover {
	background-image: url(Graphics/glblnav_selected.gif);
	text-decoration: none;
}
.skipLinks {
	display: none;
}
/************** .feature styles ***************/

.feature {
	font-size: 80%;
	float: left;
	padding: 8px;
	margin: 0px;
}
.featurewide {
	font-size: 80%;
	float: left;
	padding: 12px;
	margin: 0px;
	width: 97%;
}
table {
	border-collapse: collapse;
	margin-top:10px;
	margin-bottom:10px;
}
tr.d0 td {
	background-color: #E6E6CC;
	color: black;
	padding: 4px;
}
tr.d1 td {
	background-color: #ECECF4;
	color: black;
	padding: 4px;
}
.feature h1 {
	font: bold 175% Arial, sans-serif;
	color: #000000;
	padding: 10px 0px 5px 0px;
	text-align: center;
}
.feature img, .featurewide img {
	padding: 3px;
	margin: 10px;
}
/************** .story styles *****************/

.story {
	clear: both;
	padding: 8px;
	font-size: 80%;
}
.story h2 {
	font: bold 125% Arial, sans-serif;
	color: #000000;
}
.story p {
	padding: 0px 0px 0px 0px;
}
.story a.capsule {
	font: bold 1em Arial, sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}
.story a.capsule:hover {
	text-decoration: underline;
}
td.storyLeft {
	padding-right: 12px;
}
/************** .instruction styles ***************/

.instruction {
	padding: 8px;
	font-size: 80%;
}
.instruction h3 {
	padding: 30px 0px 0px 0px;
	text-align: center;
}
.instruction img {
	/*	float: right;  */
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

#siteInfo {
	clear: both;
	border-top: 1px solid #cccccc;
	color: #cccccc;
	background-color: #ffffff;
	width: 100%;
}
/* 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" */
.siteInfocontent {
	margin: 0px;
	font-size: 75%;
	padding: 10px;
}
/*********** #sectionLinks styles ***********/

#sectionLinks {
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
}
#sectionLinks h3 {
	font-size: 120%;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-align:left;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(Graphics/bg_nav.jpg);
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	color: #21536A;
	width: 135px;
}
#sectionLinks a:hover {
	border-top: 1px solid #cccccc;
	background-color: #5077A3;
	color:#FFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
/*********** .relatedLinks styles ***********/

.relatedLinks {
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	list-style-type: circle;
	list-style-position: inside;
}
.relatedLinks h3 {
	padding: 10px 0px 2px 0px;
	color:#000000;
	font-family:Arial,sans-serif;
	font-size:100%;
	font-weight:bold;
	margin:0;
	text-align: left;
}
.relatedLinks a {
	display: block;
	padding-left: 20px;
}
ol li {
	list-style-type: decimal;
	list-style-position: outside;
	list-style-image: none;
	margin-left: 25px;
}
strong {
	font-weight: bold;
}
th, td {
	padding:5px;
}
ul {
	margin-left: 35px;
	list-style-position: outside;
	list-style-type: square;
}
em {
	font-style: italic;
}
