@charset "utf-8";

/*BODY Style*/
/*Body was 
body {font: 100% Tahoma, Geneva, sans-serif;background: #666666;
		margin: 0;
		padding: 0; text-align: center;
		color: #000000;}
		
with these notes:*/
/*  text-align: center; this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
/* 		margin: 0; it's good practice to zero the margin and padding of the body element to account for differing browser defaults */



/*Main Container Styles and Floats*/
#mainContent {padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF; width:759px; text-align:left; border-left:10px #000000 solid; border-right:11px #000000 solid; padding:10px; height:100%;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right; margin-left: 8px;}
.fltlft { /* this class can be used to float an element left in your page */
	float: left; margin-right: 8px;}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both; height:0;  font-size: 1px;line-height: 0px;}


/*Heading and Paragraph Styles*/
#H1MainHeading {font-size:2em; margin-left:265px; margin-top:40px;}
#H2StepTitle {font-size:1.6em; color:#2D2D2D; padding-top:4px;}
#H2Refs {font-size:1.3em; color:#000000; margin:0px; padding-top:10px;padding-bottom:10px; padding-left:16px;}
.StepMainPoint {font-weight:500; margin-bottom:0px; padding-bottom:0px; text-decoration:underline;}
.StepMainParagraph {padding-top:0px; margin-top:0px; padding-bottom:0px;}
.StepSubPoint {font-weight:100; margin-bottom:0px; padding-bottom:0px; padding-left:24px;}
.StepSubParagraph {padding-top:0px; margin-top:0px; padding-bottom:0px; padding-left:24px;}
.ActionStepTitle {font-size:1.5em; color:#828278; text-align:center; margin-bottom:10px;}
.NextStep {font-size:1.2em; font-weight:bold; margin-top:30px; text-align:right; margin-bottom:20px;}
.Refs1 {font-size:0.72em; margin: 0 0 2px 18px; padding: 0 0 0 0;}


/*HR Styles*/
.StepHR {width:100%; border:1px solid #1A1A1A; background-color:#1A1A1A; height:1px; clear:both; margin-bottom:2px;padding-bottom:0px;}
.RefsHR {width:100%; border:1px solid #1A1A1A; background-color:#1A1A1A; height:1px; clear:both; margin-bottom:1px;padding-bottom:0px; margin-left:20px; padding-left:20px;}


/*Container Styles*/
.StepButtonImg {float:left; margin-right:18px;}
.StepTitleDiv {margin-bottom:-20px; height:80px;}
.StepLinksDiv {height:75px;}
.NextStepRt {font-size:1.2em; font-weight:bold; margin-top:30px; text-align:right; margin-bottom:20px;width:585px; float:right;}
.PreviousStepLt {font-size:1.2em; font-weight:bold; margin-top:30px; text-align:left; margin-bottom:20px;width:170px; float:left;}


/*Table Styles*/
#ActionStepTable {border-width: 5px; border-spacing: 5px; border-style: groove;	border-color: gray;	border-collapse: separate; background-color: #fffff0;}
#ActionStepTable tr td {border-width: medium; padding: 1px;	border-style: inset; border-color: gray; background-color: #FFFFA4; font-size:1.1em; }
#ActionStepTable tr th {border-width: medium; padding: 1px; border-style: inset; border-color: gray; background-color: #FFFFCB;}


/*Link Styles*/
a.SEO1Links:link{color:#B93A3A; text-decoration:none; font-size:1em; font-weight:bold;}
a.SEO1Links:visited{color:#B93A3A; text-decoration:none; font-size:1em; font-weight:bold;}
a.SEO1Links:hover{color:#21216A; text-decoration:none; font-size:1em; font-weight:bold;}
a.SEO1Links:active{color:#21216A; text-decoration:none; font-size:1em; font-weight:bold;}	

a.NextLink:link{color:#000066; text-decoration:none; font-size:1em; font-weight:bold; font-size:1.2em;}
a.NextLink:visited{color:#000066; text-decoration:none; font-size:1em; font-weight:bold; font-size:1.2em;}
a.NextLink:hover{color:#FF0000; text-decoration:none; font-size:1em; font-weight:bold; font-size:1.2em;}
a.NextLink:active{color:#FF0000; text-decoration:none; font-size:1em; font-weight:bold; font-size:1.2em;}	

a.SEOPageLink:link{color:#000066; text-decoration:none; font-size:.95em; font-weight:bold; text-decoration:underline;}
a.SEOPageLink:visited{color:#000066; text-decoration:none; font-size:.95em; font-weight:bold; text-decoration:underline;}
a.SEOPageLink:hover{color:#FF0000; text-decoration:none; font-size:.95em; font-weight:bold; text-decoration:underline;}
a.SEOPageLink:active{color:#FF0000; text-decoration:none; font-size:.95em; font-weight:bold; text-decoration:underline;}	

a.RefsLink:link{color:#000066; text-decoration:none; font-weight:bold; text-decoration:underline;}
a.RefsLink:visited{color:#000066; text-decoration:none; font-weight:bold; text-decoration:underline;}
a.RefsLink:hover{color:#FF0000; text-decoration:none; font-weight:bold; text-decoration:underline;}
a.RefsLink:active{color:#FF0000; text-decoration:none; font-weight:bold; text-decoration:underline;}	