@charset "UTF-8";
body {
	background: #1f1f1f;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 1065px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	border: none;
}
#header {
	width: 1065px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	white-space: nowrap;
	height: 72px;
}
#mainContent {
	width: 1065px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	white-space: nowrap;
}
#container #mainContent #answersContent #CollapsiblePanel1 .CollapsiblePanelContent #orderTopics {
	width: 150px;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
#container #mainContent #answersContent #CollapsiblePanel1 .CollapsiblePanelContent #orderTopicAnsw {
	width: 500px;
	margin-left: 150px;
	margin-top: auto;
}
#welcomeContent {
	top: 72px;
	left: 0px;
	width: 649px;
	height: 306px;
	padding: 0px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#welcomeArt {
	float: right;
	width: 649px;
	height: 306px;
}
#topicsContent {
	top: 72px;
	left: 43px;
	width: 493px;
	height: 304px;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: static;
	margin: 0px 0px 0px 43px;
	right: 0px;
}
#topicsImage {
	width: 513px;
	height: 304px;
	position: relative;
	margin-left: 534px;
	float: right;
}
#answersContainer {
	width: 1020px;
	border: thin solid #7e7e7e;
	background: #1f1f1f;
	z-index: 40;
	visibility: visible;
	margin-left: 43px;
	margin-right: 0px;
	white-space: normal;
}
#answersContent {
	width: 1020px; /* was width: 956px; */
	height: auto; /* deleted margin 18px;  changed from 430px fixed height to auto per Jim's instructions*/
	overflow-x: hidden;
	color: #5e6768;
	z-index: 50;
	visibility: visible;
	text-align: left;
	scrollbar-base-color: #1f1f11f;
	scrollbar-arrow-color: #bfbfc0;
	scrollbar-3dlight-color: #1f1f1f;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #1f1f1f;
	scrollbar-highlight-color: #666666;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #302929;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7e7e7e;
	border-bottom-color: #7e7e7e;
	border-left-color: #7e7e7e;
	background-image: url(../401k_images/orderforms_background.png);
	background-repeat: no-repeat;
	background-position: center top;
} 
#footerContainer {
	width: 1024px;
	z-index: 54;
	visibility: visible;
	border: none;
	margin: 0px 0px 0px 43px;
	padding: 0px;
	font-size: 9px;
} 
#footerContainer2 {
	width: 1024px;
	z-index: 54;
	visibility: visible;
	border: none;
	margin: 0px;
	padding: 0px;
} 
#footerHeader {
	width: 1024px;
	z-index: 54;
	visibility: visible;
	border: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
} 
#footerContent {
	width: 1020px;
	z-index: 55;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	border-top: thin solid #7e7e7e;
	border-right: thin solid #7e7e7e;
	border-bottom: thin solid #7e7e7e;
	border-left: thin solid #7e7e7e;
	letter-spacing: .1em;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
} 
.footer {
	text-align: left;
	vertical-align: top;
	white-space: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
h1 {
	text-transform: uppercase;
	color: #660033;
	margin-top: 2px;
	margin-bottom: 0px;
	white-space: normal;
	font-size: 22px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
}
h2 {
	text-transform: lowercase;
	color: #1e1e1e;
	text-align: right;
	margin-top: 12pt;
	margin-bottom: 22pt;
	white-space: normal;
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
}
h3 {
	font: italic 300 normal 20px/24px Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	color: #ccaabb;
	margin-top: 0pt;
	margin-bottom: 0px;
	white-space: normal;
}
h4 {
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 0px;
	white-space: normal;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
}
td {
	vertical-align: top;
}
p {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.note {
	font-style: italic;
	font-size: 80%;
	padding: 6px 0px 0px;
	margin: 0px;
	font-weight: normal;
}
.italicwhite {
	font-style: italic;
	font-size: 80%;
	color: #FFFFFF;
	margin: 30px;
}
.topicsInvestments {
	width: 493px;
	height: 264px;
	padding: 0;
	text-align: left;
	position: static;
	margin: 0 0 2px;
	background: url(../401k_images/topicsbk_invest.png) no-repeat center top;
	list-style: square outside;
	vertical-align: top;
}
.answers {
	letter-spacing: 0.1em;
	margin-top: 12px;
	white-space: normal;
	color: #5e6768;
	list-style: url(../401k_images/answersbullet.gif) outside;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
.answerssml {
	letter-spacing: normal;
	margin-top: 6px;
	white-space: normal;
	list-style: url(../401k_images/answersbullet.gif) outside;
	font-size: 9.5px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
}
.answers2 {
	letter-spacing: normal;
	margin-top: 6px;
	white-space: normal;
	list-style: url(../401k_images/answersbullet.gif) outside;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
}
.large {
	letter-spacing: 0.1em;
	font-size: 125%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.footnote {
	letter-spacing: 0.1em;
	margin-top: 12px;
	white-space: normal;
	color: #697274;
	list-style: url(../401k_images/answersbullet.gif) outside;
	font-size: 8px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
}
.nobullet {
	letter-spacing: 0.1em;
	margin-top: 12px;
	white-space: normal;
	color: #5e6768;
	list-style: none outside;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
li {
	letter-spacing: 0.1em;
	margin-top: 12px;
	white-space: normal;
	color: #5e6768;
	list-style: none;
	font-size: 9px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
}
.right {
	padding-left: 15px;
}
.topics {
	letter-spacing: 0.1em;
	color: #FFFFFF;
	margin: 9px 0px 0px;
	font-size: 10px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	font-variant: normal;
}
.glosstopic {
	letter-spacing: 0.1em;
	color: #FFFFFF;
	margin: 16px 0px 0px -12px;
	list-style: none outside;
	border-bottom: 1px solid #FFFFFF;
	font-size: 11px;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
}
.tablehead {
	font-color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	background: #663333;
	vertical-align: bottom;
}
.tableheadleft {
	font-color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	background: #663333;
	padding: 6px;
	vertical-align: bottom;
}
.tableheadtitle {
	font-color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	padding: 6px;
	vertical-align: bottom;
	background-color: #7D3012;
}
.tableheadtitletrans {
	font-color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	padding: 6px;
	vertical-align: bottom;
	background-color: transparent;
}
.tableheadb {
	font-color: #ffffff;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	background: #7babdc;
	vertical-align: bottom;
	font-style: italic;
	font-variant: normal;
}
.tableheadg {
	font-color: #ffffff;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	background: #a1ac59;
	vertical-align: bottom;
	font-style: italic;
}
.tableheadgleft {
	font-color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	background: #999999;
	vertical-align: middle;
}
.tableheadglefttop {
	font-color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	background: #999999;
	vertical-align: top;
}
.tableheadleftt {
	font-color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	background: #663333;
	padding: 6px;
	vertical-align: top;
}
.tableheadpad {
	font-color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
	color: #FFFFFF;
	background: #663333;
	padding: 6px;
}
.tableanswer {
	letter-spacing: 0.1em;
	margin-top: 12px;
	white-space: normal;
	color: #5e6768;
	background-color: #FFFFFF;
	font-size: 9px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
}
.tableanswerrt {
	letter-spacing: 0.1em;
	margin-top: 12px;
	white-space: normal;
	color: #5e6768;
	list-style: url(../401k_images/answersbullet.gif) outside;
	text-align: right;
	background: #CCCCCC;
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
}
.tableanswerc {
	letter-spacing: 0.1em;
	margin-top: 12px;
	white-space: normal;
	color: #5e6768;
	list-style: url(../401k_images/answersbullet.gif) outside;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
}
.tableanswercg {
	letter-spacing: 0.1em;
	margin-top: 12px;
	white-space: normal;
	color: #5e6768;
	list-style: url(../401k_images/answersbullet.gif) outside;
	text-align: center;
	background: #CCCCCC;
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
}
.tableanswernote {
	letter-spacing: 0.1em;
	margin-top: 12px;
	white-space: normal;
	color: #FFFFFF;
	text-align: left;
	background: #666666;
	font-size: 9px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
}
.tableanswerpad {
	letter-spacing: 0.1em;
	margin-top: 12px;
	white-space: normal;
	color: #5e6768;
	list-style: url(../401k_images/answersbullet.gif) outside;
	padding: 6px;
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
}
.tablelist {
	letter-spacing: 0.1em;
	white-space: normal;
	color: #5e6768;
	list-style: url(../401k_images/answersbullet.gif) outside;
	padding-top: 12px;
	padding-right: 10px;
	margin: 0px;
	vertical-align: text-top;
	padding-bottom: 3px;
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
}
a:link { color: #660033; }
.topic:link {
	color: #FFFFFF;
	text-decoration: none;
}
.tablelink:link {
	color: #660033;
	letter-spacing: 0.1em;
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
}
.topic:link {
	color: #FFFFFF;
	text-decoration: none;
}
.h2:link {
	color: #1e1e1e;
	text-align: right;
	text-decoration: none;
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
}
.afooter:link {
	color: #CCCCCC;
	letter-spacing: .1em;
	text-decoration: none;
	font-size: 9px;
	line-height: 16px;
}
a:visited { color: #5e6768; }
.topic:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.tablelink:visited {
	color: #5e6768;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
}
.h2:visited {
	color: #1e1e1e;
	text-align: right;
	text-decoration: none;
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
}
.afooter:visited {
	color: #beb9b9;
	letter-spacing: .1em;
	text-decoration: none;
	font-size: 9px;
	line-height: 16px;
}
a:hover { color: #d8ef7d; text-decoration: underline; }
.tablelink:hover {
	color: #d8ef7d;
	text-decoration: underline;
	letter-spacing: 0.1em;
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
}
.topic:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.h2:hover {
	color: #1e1e1e;
	text-align: right;
	text-decoration: underline;
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
}
.afooter:hover { color: #ffffff; text-decoration: underline; }
a:active { color: #660033; }
.tablelink:active {
	color: #660033;
	text-decoration: none;
}
.topic:active {
	color: #FFFFFF;
	text-decoration: none;
}
.largertype {
	font-weight: bold;
	font-size: 150%;
}
.noindent {
	text-indent: 0px;
}

