﻿HTML, BODY {
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	text-align: center;
	background-color: #666666;
}

#container {
	width: 1005px;
	height: 100%;
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	background-color: White;
	text-align: left;
	
}

.tabstrip {
	width: 1005px;
	height: 30px;
	clear: both;
	text-align: left;
}

.tabstrip img
{
	border-bottom: 1px solid Black;
}

.bottomFullWidth {
	float: left;
	width: 950px;
	margin-left: 12px;
}

.bottomLeft {
	float: left;
	width: 641px;
	margin-left: 12px;
}

.bottomLeftNarrow {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	float: left;
	width: 300px;
	margin-right: 12px;
	margin-left: 12px;
}

.bottomCenterNarrow {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	float: left;
	width: 300px;
	margin-right: 1px;
	margin-left: 1px;
}

.bottomRight {
	float: right;
	width: 300px;
	margin-right: 12px;
}

.bottomCalloutRight {
	/*border-top: 1px solid #000000;*/
	/*border-bottom: 1px solid #000000;*/
	/*border-left: 1px solid #0000ff;*/
	/*border-right: 1px solid #0000ff;*/
	float: right;
	width: 280px;
	margin-right: 16px;
	margin-left: 12px;
	margin-top: 10px;
}

.bottomCalloutCenter {
	/*border-top: 1px solid #000000;*/
	/*border-bottom: 1px solid #000000;*/
	/*border-left: 1px solid #ff0000;*/
	/*border-right: 1px solid #ff0000;*/
	/*float: right;*/
	/*width: 280px;*/
	margin-right: 10px;
	margin-left: 10px;
	/*margin-top: 10px;*/
}

.bottomCalloutLeft {
	/*border-top: 1px solid #000000;*/
	/*border-bottom: 1px solid #000000;*/
	/*border-left: 1px solid #00ff00;*/
	/*border-right: 1px solid #00ff00;*/
	/*float: right;*/
	/*width: 280px;*/
	margin-right: 10px;
	margin-left: 10px;
	/*margin-top: 10px;*/
}

.bottomCalloutHeaderLeft {
	/*border-top: 1px solid #000000;*/
	/*border-bottom: 1px solid #000000;*/
	/*border-left: 1px solid #00ff00;*/
	/*border-right: 1px solid #00ff00;*/
	float: left;
	width: 280px;
	margin-right: 25px;
	margin-left:  20px;
}

.bottomCalloutHeaderCenter {
	/*border-top: 1px solid #000000;*/
	/*border-bottom: 1px solid #000000;*/
	/*border-left: 1px solid #ff0000;*/
	/*border-right: 1px solid #ff0000;*/
	float: right;
	width: 295px;
	margin-right:0px;
	margin-left: 0px;
}

.bottomCalloutHeaderRight {
	/*border-top: 1px solid #000000;*/
	/*border-bottom: 1px solid #000000;*/
	/*border-left: 1px solid #0000ff;*/
	/*border-right: 1px solid #0000ff;*/
	float: right;
	width: 275px;
	margin-right: 0px;
	margin-left:  26px;
}


.sidebarRight {
	float: right;
	width: 332px;
	margin-right: 5px;
}

.contentArea {
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #262626;
}

.contentArea a {
	font-size: 1.0em;
	color: #009900;	
	text-decoration: none;
}

.innerLeftDiv
{
	float:left;
	clear:both;
	background-image: url('Images/BottomCalloutLeft-Background.jpg');
}

.footnote
{
	color: #535353;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.25pt;
	line-height: 1.4em;
}

.footerHome
{
	color: #535353;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.25pt;
	line-height: 1.4em;
}

.footerHome a
{
	font-weight: bold;
	color: #535353;
	text-decoration: none;
}

.footer
{
	margin-top: 20px;
	clear: both; 
	width: 1005px;
	height:65px;
	color: #535353;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.25pt;
	line-height: 1.4em;
}

.footer a
{
	font-weight: bold;
	color: #535353;
	text-decoration: none;
}

.introJumpLinks
{
	float: left;
	width: 637px;
}

.introJumpLinksText
{
	font-size: .9em;
	margin-left: 15px;
}

.introJumpLinksText a
{
	font-size: 1.0em;
	text-decoration: none;
	color: #009900;	
}

.rightHandCallout
{
	float:right;
	width: 328px;
	height: 215px;
	font-size: .9em;
	color: White;
	background-repeat: no-repeat;
}

.rightHandCalloutHeader
{
	float:right;
	margin-top: 35px;
	width:322px;
	height:25px;
	border-top: solid 1px;
	border-bottom: solid 1px;
}

.rightHandCalloutSuccessStories
{
	float:right;
	margin-top: 2px;
	width:322px;
	height:149px;
	font-size: .9em;
	background-image: url('../Images/RightSideCallout-Background.png');
	background-position:right;
	background-repeat: no-repeat;
}

.rightHandCalloutSuccessStories a
{
	color: #009900;
	text-decoration: none;
	font-size: .8em;	
}

.topicHeader
{
	float: left;
	width: 637px;
	height: 34px;
	margin-top: 15px;
	margin-left: 15px;
	border-top: solid 1px;
	border-bottom: solid 1px;
}

.investmentEducation
{
	float: left;
	margin-left: 17px;
	font-size: .9em;
	width: 425px;
}

.investmentEducation a
{
	color: #009900;
	text-decoration: none;
	font-size: .8em;	
}

.leftSideContent
{
	float: left;
	width: 637px;
	font-size: .9em;
}

.leftSideContent a
{
	font-size: .9em;
	text-decoration: none;
	color: #009900;	
}

.successStoriesCallout1
{
	float:right;
	margin-top: 35px;
	width:322px;
	height:25px;
	border-top: solid 1px;
	border-bottom: solid 1px;
}

.successStoriesCallout2
{
	float:right;
	width:322px;
	height:188px;
	font-size: .9em;
	background-image: url('../Images/SuccessStoriesCallout-Background.png');
	background-position:top;
	background-repeat: no-repeat;
}

.LeftColCallout
{
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 55px;
	width:210px;
	/*background-color:#B8C9B5;*/
	background-image: url('../Images/LeftColFiller.jpg');
	background-position:top;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	color: #000000;
	font-weight: normal;
	font-style: regular;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #009900;
	border-bottom: 2px solid #009900;
	border-left: 2px solid #009900;
	border-right: 2px solid #009900;	
}

.LeftColCallout a
{
	text-decoration: underline;
	color: #009900;	
}