*{
	margin: 0px;
	padding: 0px;
}
#top_left {
	background-attachment: scroll;
	background-image: url(../images/top_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 750px; 
	width: 60px;
	left: 0px;
	top: 0px;
}

#top_right {
	background-image: url(../images/top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	height: 750px;
	width: 60px;
	top: 0px;
	right: 0px;
}


#wrapper{
	background-image: url(../images/bkgnd.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 700px;
	padding-top: 50px;
	/* width:1024px; /* Added by TM on 2/13/09 */
}
#content {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	margin-top: 0px;
	margin-right: 70px;
	margin-bottom: 0px;
	margin-left: 70px;
	min-width: 800px;
}
#top {
	height: 85px;
	background-repeat: no-repeat;
	background-position: 125px 50px;
	display: inline;
	clear: both;
}
#top img {
	padding-right: 10px;
	float: left;
}
#identity {
	background-image: url(../images/green_box.gif);
	float: right;
	height: 70px;
	width: 215px;
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 65px;
	padding-right: 135px;
	padding-top: 15px;
}
#identity h3 {
	font-size: 1.3em;
}
#identity h4 {
	font-size: 1.2em;
	font-weight: normal;
}
#structure {
	background-image: url(../images/structure.gif);
	background-repeat: no-repeat;
	clear: both;
	padding-left: 15px;
	height: 900px;
}
#structure_setup {
	background-image: url(../images/structure_setup.gif);
	background-repeat: no-repeat;
	clear: both;
	padding-left: 15px;
	height: 900px;
}
#structure_access {
	background-image: url(../images/structure_access.gif);
	background-repeat: no-repeat;
	clear: both;
	padding-left: 15px;
	height: 900px;
}
#structure_account {
	background-image: url(../images/structure_account.gif);
	background-repeat: no-repeat;
	clear: both;
	padding-left: 15px;
	height: 900px;
}
#main {
	clear: both;
	padding-left: 16px;
	text-align: center;
	margin-bottom: 5px;
}
#main ul {
	display: inline;
	list-style-type: none;
	font-weight: normal;
}
#main li {
	display: inline;
	padding-right: 45px;
	padding-left: 25px;
}
#main a {
	text-decoration: none;
	padding-top: 20px;
}
#main li a {
	height: 40px;
	width: 200px;
}
#start {
	height: 37px;
	width: 130px;
	float: left;
	text-align: center;
	font-weight: normal;
	padding-top: 5px;
}
#setup {
	float: left;
	height: 37px;
	width: 129px;
	text-align: center;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 3px;
}
#results {
	float: left;
	height: 34px;
	width: 129px;
	text-align: center;
	padding-top: 5px;
	font-weight: normal;
}
#account {
	float: left;
	height: 35px;
	width: 127px;
	text-align: center;
	padding-top: 2px;
	font-weight: normal;
}
#start_over {
	height: 40px;
	width: 130px;
	text-align: center;
	padding-top: 10px;
	background-image: url(../images/blue.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
	position: absolute;
	top: 140px;
	left: 102px;
	visibility: hidden;
}
#setup_over {
	height: 40px;
	width: 129px;
	text-align: center;
	padding-top: 10px;
	background-image: url(../images/aqua.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
	top: 139px;
	left: 230px;
	position: absolute;
	visibility: hidden;
}
#results_over {
	height: 40px;
	width: 129px;
	text-align: center;
	padding-top: 10px;
	background-image: url(../images/green.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
	position: absolute;
	left: 360px;
	top: 138px;
	visibility: hidden;
}
#account_over {
	height: 40px;
	width: 127px;
	text-align: center;
	padding-top: 10px;
	background-image: url(../images/orange.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
	position: absolute;
	top: 138px;
	left: 490px;
	visibility: hidden;
}
#personal_info {
	background-image: url(../images/small_box.gif);
	height: 52px;
	width: 200px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 23px;
	float: left;
}
#left_col {
	float: left;
	width: 140px; /* Before greg's fix, was 175px */
	margin-top: 10px;
	margin-right: 20px;
	clear: left;
	line-height: 1.50em;
}
#left_col li {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #66CCFF;
	margin-bottom: 2px;
}
#left_col a {
	padding-left: 23px;
}
#left_col li a:hover{
	background-color: #F8ED39;
	
}
#left_col ul {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66CCFF;
	list-style-type: none;
}
#right_col {
	margin: 10px;
	float: left;
	height: 800px; /* Was  450px; on 5/19/09 */
	/* overflow: auto; /* Greg's fix, to remove empty scrollbars was to change this from: overflow: scroll; */
	overflow-x: hidden; /* tried hidden, Removed the one above, and added these two to avoid a x scroll bar */
	overflow-y: scroll; /* was scroll */
	width: 640px; /* Greg's fix, removed the 80% and put a fixed width in */
	font-size: 1.2em;
	border: thin solid #000033;
	padding-top: 10px; /* Changed from 10px on 12-29 by TM */
	padding-right: 20px; /* Changed from 20px on 12-29 by TM */
	padding-bottom: 10px;
	padding-left: 20px; /* Changed from 20px on 12-29 by TM */
	background-color: #FFFFFF;
}
#right_col  h1 {
	padding-top: 10px;
	padding-bottom: 10px;
}
#right_col img {
	padding: 5px;
}
#right_col ul {
	padding-left: 15px;
	padding-bottom: 10px;
}
#right_col p {
	padding-bottom: 10px;
}
#right_col h2 {
	padding-bottom: 10px;
	line-height: 1em;
}
#quote {
	background-image: url(../images/quote_mid.gif);
	background-repeat: repeat-y;
	width: 225px;
	float: right;
	padding: 0px;
	margin-left: 10px;
}
#quote p {
	padding-right: 20px;
	padding-left: 20px;
}
#quote h3 {
	padding-left: 20px;
	padding-bottom: 10px;
}
#quote  img {
	padding: 0px;
}
#step {
	background-image: url(../images/step.gif);
	background-repeat: no-repeat;
	background-color: #def1c7;
	height: 65px;
	font-size: 3em;
	color: #55a10f;
	font-weight: bold;
	padding-left: 80px;
	padding-top: 10px;
	margin-bottom: 10px;
}
#right_col a {
	color: #0066CC;
	text-decoration: underline;
}
form {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000033;
	line-height: 1.25em;
}
#Personal_Address label {
	text-align: right;
	display: block;
	float: left;
	width: 200px;
}
#Personal_Information label {
	text-align: right;
	display: block;
	float: left;
	width: 200px;
}
#Address label {
	text-align: right;
	display: block;
	float: left;
	width: 200px;
}
#alert {
	background-image: url(../images/alert_bkgnd.gif);
	background-repeat: repeat-x;
	height: 78px;
	line-height: 1.25em;
	color: #FFFFFF;
	margin-bottom: 10px;
}
#alert p {
	padding-top: 30px;
	padding-right: 10px;
}
#alert img {
	padding: 0px;
}
#footer {
	clear: both;
	color: #FFFFCC;
	font-size: 0.9em;
	padding-top: 15px;
	vertical-align: bottom;
}
a:link {
	text-decoration: none;
	color: #000033;
}
a:visited {
	color: #000033;
}
a:hover {
	color: #000033;
	text-decoration: underline;
}
.red_text {
	color: #FF0000;
}

.current_blue {
	background-color: #0099FF;
}
.current_aqua {
	background-color: #66FF99;
}
.current_green {
	background-color: #33FF00;
}
.current_orange {
	background-color: #FF9900;
}

#prodTitle {
    margin-bottom: 20px;
}
#prodHead {
    font-weight:bold;
    font-size:130%;
    text-align: center;
}

#prodOneLiner {
    font-weight: bold;
    
}

.prodBulletHead {
    font-weight: bold;
	line-height: 1.5em;
}

.prodStressPoint {
    font-weight: bold;
}

#prodRight {
    width: 200px;
    margin-left: 10px;
    clear:right;
    float:right;
}

#prodLeft {
   
}

.qClass {
    font-weight:bold;
}

#questionSet {
    margin-bottom: 20px;
}
#progress {
	float: center;
	height: 70px;
	width: 215px;
	border: thin solid #000033;
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 65px;
	padding-top: 15px;
}

.Courier {font-family: "Courier New", Courier, monospace}

h1.pencil {
		padding: 25px 0 0 90px; /* Order top, right, bottom, and left, was 10px 5px 10px 0; */
		width: 625px;
		height: 54px;
		background: url(../images/PencilStep625.jpg) /* you may have to change this path to "../images/bg-pencil.jpg" if you copy this into a different CSS file. */
			no-repeat top left;
	}
	h1.pencil a.help {
		position: relative;
		top: -20px;
		left: 5px;
	}
	h1.pencil a.help img {
		border: none;
	}
	
#PencilStep 
{
	padding: 25px 0 0 90px; /* Order top, right, bottom, and left, was 10px 5px 10px 0; */
	height: 54px; 	/* removed width: 625px; on 7/23/09 */
	background: url(../images/PencilStep625.jpg) /* you may have to change this path to "../images/bg-pencil.jpg" if you copy this into a different CSS file. */
	no-repeat top left;
	font-size: 36px;
}

