root { display: block;
}

body {
    margin: 0px;
    background-color: rgb(198, 221, 244);
    background-image: url(images/background1600x1200.png);
    background-repeat: no-repeat;
    background-position: 0px 36px;
    background-attachment: fixed; /* scroll */
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #041c34;
}

div#stylePicker {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 40px;
    background: red;
    color: white;
    font-size: 10px;
    z-index: 3;
}

div#header {
    background: rgb(105, 178, 226) url(Banner-MONEY02.png) no-repeat scroll left top;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1;
}

div#mainMenu {
    background: rgb(198, 221, 244) url(images/MenuBackground.png) repeat-y scroll left top;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 29px;
 
    display: block;
    padding-top:7px;
    padding-left: 40px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    z-index: 3;
}

div.menuItem {
    color: white;
    display: inline;
}

div.dropDown {
    background: rgb(198, 221, 244) url(images/MenuBackground.png) repeat-y fixed;
    color: white;
    display:none;
    margin: 0 0 0 0;
    padding: 5px 30px 5px 30px;
    position:fixed;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    font-size: smaller;
    z-index:3;
}

div.dropDown li:hover {
    color: orange;
}

div.dropDown ul {
    list-style-type: circle;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

div.dropDown li {
    margin: 0 0 0 0;
    padding: 0 0 4px 0;
}

.menuItem {
    display: inline;
    position: relative;
}

div#smallMenu {
    background: rgb(39, 149, 214) url(images/SmallMenuBackground.png) repeat-y scroll left top;
    color: white;
    position: fixed; /*absolute;*/
    top: 36px;
    right:0;
    width:550px; /* 426 */
    height:18px;
    letter-spacing:2px;
    font-family:"Arial Narrow",sans-serif;
    font-weight:lighter;
    text-transform: uppercase;
    text-align: right;
    z-index:2;
}

a {
    color: inherit;
    text-decoration: none;
}

a img {
    border: none;
}

a:hover {
    text-decoration: underline;
}

#mainMenu div.menuItem:before {
    content: "\2022  ";
}

#mainMenu div.menuItem {
    margin-right: 1em;
}

#smallMenu div.menuItem:before {
    content:"| ";
}

#mainMenu a:hover {
    color: orange;
}

#smallMenu a:hover {
    color: #041c34;
}

img#logo {
    position: fixed;
    top: 80px;
    right: 20px;
}

span#logoIE6 {
    position: fixed;
    top: 80px;
    right: 20px;
}

div#contentArea {
    position: absolute;
    top: 54px;
    left: 30px;
    right: 300px;
    bottom: 0px;
    min-width: 400px;
    z-index:1;
}

div#homeBanner {
    min-width: 590px;
}

object#contentObj {
    width:100%;
    height:100%;
}

#dummy{
    position: absolute;
    top: 54px;
    left: 50px;
    right: 300px;
    bottom: 0px;

    z-index:1;
}

/*div#bottomLogo {
    background: rgb(234, 245, 210) url(images/BottomCorner.png) no-repeat scroll left top;
    position: absolute;
    top:495px;
    left:670px;
    width:130px;
    height:105px;
}*/


/* content style */

.tiny {
    font-size: 8px;
}

table {
    font-size: 12px;
}

table.perftab {
    background: #e9f2fb;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #101010;
    border-right: 2px solid #101010;
}

table.perftab tr.months th  {
    width:3.1em;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 2px solid #d7e7f6;
}

td {
    text-align: right;
}

th.year {
    width:3em;
    font-weight:bold;
}

td.year {
    width:3em;
    font-weight:bold;
}
td.heading {
    font-weight:bold;
}
td.widedata {
    width: 5em;
    text-align: right;
}

table.perftab tr.months th.year  {
    width:3.2em;
}

table#ft2010navTable tr.months th  {
    width:4.2em;
}
table#ft2010curNavTable td {
    text-align: center;
}

table#ft2011navTable tr.months th  {
    width:4.2em;
}
table#ft2011curNavTable td {
    text-align: center;
}

table#growthNavTable tr.months th  {
    width:4.2em;
}
table#growthCurNavTable td {
    text-align: center;
}

.yearR {
    background: #d7e7f6;
    border-left: 2px solid #d7e7f6;
    border-bottom: 2px solid #d7e7f6;
    width:4.2em;
    font-weight:bold;
}

table.perfSItab th  {
    padding-left: 1em;
    padding-right: 1em;
    border-bottom: 2px solid #d7e7f6;
}
table.perfSItab tr.highlight {
    font-weight:bold;
}

table.perfSItab td {
    text-align: center;
}
table.perfSItab td.fund {
    text-align: left;
}

#homePerfDiv {
}

#homeTableSelector a {
    padding-left: 4px;
    padding-right: 4px;
    text-decoration: none;
}

.homeTabNorm {
    background: #c6ddf4;
}
.homeTabSelected {
    background: #041c34;
    color: white;
}
.homeTabNorm:hover {
    background: #041c34;
    color: white;
}

table.homeTable {
    border: none;
    border-spacing: 0px;
    padding: 0px;
}
table.homeTable tbody {
    background-color: #c6ddf4;
}
table.homeTable tbody td {
    border-bottom: 1px solid #041c34;
}

#homePerfTable {
}


#homePerfTable thead th {
    padding: 1px 18px 1px 18px;
}
table.homeTable td {
    padding-left: 4px;
    padding-right: 4px;
}
table.homeTable thead {
    background-color: #041c34;
    color: white;
    padding: 0;
}
tr.perfHead2 {
    background-color: #041c34;
    color: white;
    border: none;
}

table.homeTable .highlight {
    font-weight: bold;
}

div.quotes {
    margin-top: 30px;
    color: black;
}

div.quote {
    font-family:Arial;
    font-size:9.0pt;
    margin-bottom : 15px;
}

.qmonth {
    font-size:11.0pt;
    font-weight:bold;
    font-family:Calibri,sans-serif;
    color:navy;
}

.qmonth a {
    color:navy;
}

div#homeBanner {
    margin-top: -37px;
    margin-left: -30px;
    height: 100px;
    background-image: url(bannerBkg.jpg);
    background-position: 0px -30px;
    background-repeat: no-repeat;
    background-color: #c6ddf4;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
}

#homeBanner p {
    background: transparent;
    font-family: Times;
    font-size: 20px;
    margin-left: 300px;
    padding-top: 20px;
    font-weight:bold;
}
#homeBanner a:visited {
} 


/* side style */
div#underLogo {
    position: fixed;
    top: 360px;
    right: 20px;
    width: 251px;
    font-size: 12px;
    color: #041c34;
}

table.sideNAV {
    font-size: 11px;
    display: inline-table;
    /* border: 2px solid #041c34; */
}

table.sideNAV thead th  {
    text-align: center;
    border-bottom: 2px solid #d7e7f6;
}
table.sideNAV tbody th  {
    text-align: left;
    border-bottom: 2px solid #d7e7f6;
}

#sideNavTables {
    background: url(images/SmallMenuBackground.png);
}

/*
The typeface I used for future reference is Trade 
Gothic Bold Condensed 20 for headlines and Mlyriad 
(11pt) for copy. 
*/

