﻿div.leftBalanced {
	width: 213px;
	/*margin-left: 6px;*/
	/*margin-right: 6px;*/
	padding-right: 6px;
	float: left;
}

div.centerBalanced {
	width: 550px;
	float: right;
}

div.rightBalanced {
	width: 213px;
	/*margin-right: 6px;*/
	padding-right: 6px;
	float: right;
}

div.mainleft {
	float: left;
	/*margin-right: 6px;*/
	padding-right: 6px; 
	padding-left: 6px;
	/*width: 775px;*/
	width: 769px;
}

div.side {
	width: 100%;
	margin-bottom: 6px;
}

div.whitebg 
{
	background-color: #ffffff;
}

div.news {
	background-image:url('Images/bg_news.jpg');
	background-repeat:repeat-y;
	margin-top: 6px;
    margin-bottom: 6px;
}

table.eightmarginNoBottom {
	margin: 8px 8px 0px 8px;
}

table.eightmarginSides {
	margin: 0px 8px 0px 8px;
}

table.eightmarginLeft {
	margin: 0px 0px 0px 8px;
}

td.loginText {
        font-size: 80%;
}

td.login {
    padding-top: 2px;
}

table.recentTop {
	margin-bottom: 0px;
}


table.recentBody {
	margin: 0px 8px 8px 8px;
	text-align: right;
}

th.recentHeader {
	text-align: right;
	vertical-align: bottom;
	font-size: 80%;
	font-weight: bold;
}

td.recentTitle {
	padding-top: 6px;
}

td.recentLeft {
    text-align: left;
	padding: 5px 8px 5px 0px;
	border-bottom: 1px solid #EEF6FD;
}

td.recentData {
	vertical-align: bottom;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #EEF6FD;
}

td.recentDataLeft {
	vertical-align: bottom;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 15px;
	border-bottom: 1px solid #EEF6FD;
}

td.recentLeftTop {
    text-align: left;
	padding: 5px 8px 5px 0px;
	border-bottom: 1px solid #EEF6FD;
}

td.recentDataLeftTop {
	vertical-align: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	border-bottom: 1px solid #EEF6FD;
}

td.recentDataTop {
	vertical-align: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EEF6FD;
}

td.recentLeftBottom {
    text-align: left;
	padding: 5px 8px 5px 0px;
}

td.recentDataLeftBottom {
	vertical-align: bottom;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 5px;
}

td.recentDataBottom {
	vertical-align: bottom;
	padding-bottom: 5px;
	padding-top: 5px;

}

table.newsBody {
       margin-left: 22px;
       margin-right: 22px;
}


td.news {
	padding: 6px 0px 6px 0px;
	border-bottom: 1px solid #A9CAF0;
	line-height: 16px;
	font-size: 110%;
        width: 506px;
}

td.newsArchives {
	padding-top: 17px;
	padding-bottom: 23px;
}

td.chairmanPic {
	padding-left: 40px;
	padding-top: 17px;
	padding-bottom: 17px;
}

td.chairmanLink {
	padding: 2px 0px 0px 0px;
	line-height: 13pt;
}

td.chairmanArrow {
	padding: 7px 4px 0px 0px;
	vertical-align: top;
}

td.icon {
	width: 6px;
}

span.light {
	color: #7E7E7E;
}

a.openanaccount
{
    background: transparent url('Images/button_account.jpg') no-repeat scroll;
	background-position: 0px 0px;
	color: #FFFFFF;
	display: block;
	height: 19px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 148px;
}

a.openanaccount:hover
{
	background-image: url('Images/button_account_hover.jpg');
}

a.viewallfunds
{
    background: transparent url('Images/button_viewAll.jpg') no-repeat scroll;
	background-position: 0px 0px;
	color: #FFFFFF;
	display: block;
	height: 19px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 136px;
}

a.viewallfunds:hover
{
	background-image: url('Images/button_viewAll_hover.jpg');
}

/* -------------- Rotating Images ----------------- */

.frontPageRotatingImages
{
    position: relative;
}

.frontPageRotatingImages div.rotatingImageNumber
{
    height: 0px;
    left: -13px;
    position: absolute;
    top: 270px;
    width: 0px;
}

.frontPageRotatingImages div.rotatingImageNumber a
{
    background-color: #dddddd;
    color: White;
    display: block;
    font-size: 120%;
    font-weight: bold;
    height: 21px;
    position: relative;
    width: 21px;
}

.frontPageRotatingImages div.rotatingImageNumber a:hover, .frontPageRotatingImages div.rotatingImageNumber a.selected
{
    background-color: #999999;
}

.frontPageRotatingImages div.rotatingImageNumber a span
{
    left: 6px;
    position: relative;
    top: 2px;
}