/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial, sans-serif;
	background: #FFFFFF;
	width: auto;
	overflow: visible !important;
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
	line-height: 1.4;
	word-spacing:1.1pt;
}
/* page wrapper */
#wrapper {
	margin: 0px;
	width: auto !important;
	background: #FFFFFF;
	padding: 0px;
}
#logo {
	display:block;
}
#navBar, #pageNav, #globalNav, #sectionLinks, #siteInfo, #pageName, #masthead {
	display:none;
}
/************** header tag styles **************/
* {
	color: #000000 !important;
}
h1 {
	font-size: 18pt !important;
}
h2 {
	font-size: 14pt !important;
	font-weight: bold !important;
}
h3 {
	font-size: 12pt !important;
	font-weight: bold !important;
}
h4 {
	font-size: 12pt !important;
	font-weight: bold !important;
}
h5 {
	font-size: 11pt !important;
	font-weight: bold !important;
}
p {
	font-size: 10pt !important;
}
/*************** list tag styles ***************/

ul {
	list-style-type: square;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}
/***********************************************/
/* 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;
}*/

#content {
	clear:both;
	float:left;
	padding: 0px;
	background-color: #ffffff;
	width: Auto !important;
}
#content .instruction h3 {
	font-size: 120%;
}
#content .instruction h5 {
	font-size: 114%;
	text-align: center;
}
#nonavcontent {
	clear:both;
	float:left;
	margin: 0px;
	background-color: #FFFFFF;
	width: 100%;
	padding: 0px;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

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

.feature {
	clear:both;
	font-size: 80%;
	float: none;
	padding: 8px;
	margin: 0px;
	width: auto !important;
}
table {
	border-collapse: collapse;
}
tr.d0 td {
	background-color: #E6E6CC;
	color: black;
	padding: 4px;
}
tr.d1 td {
	background-color: #ECECF4;
	color: black;
	padding: 4px;
}
.feature h3 {
	font: bold 175% Arial, sans-serif;
	color: #000000;
	padding: 15px 0px 5px 0px;
	text-align: center;
}
.feature img {
	/*	float: right;  */
	padding: 3px;
	/*	border: 1px solid;
*/	margin: 10px;
}
/************** .story styles *****************/

.story {
	clear: both;
	padding: 8px;
	font-size: 80%;
}
.story h3 {
	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 {
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */
div, body, #wrapper, #content, .feature {
	overflow:visible !important;
} /* Fix for Firefox one page printing broblem */

