﻿body 
{
	height:100%;
	margin: 0px;
	padding:0px;
	border:0px;
	background-color: #243F74;
	background-image: url(../Images/mountains_bkdrop.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-attachment: fixed;
	font-family: MS Reference Sans Serif, Verdana, Arial;
	font-size: 10pt;
	color: #FFFFFF;
	overflow:hidden;
}

#Header
{
	position: absolute;
	top:0px;
	height:106px;
	overflow:hidden;	
	width:100%;
	background-color: #023b6a;

}

#Footer
{
	padding:0px;
	margin:0px;
	overflow:hidden;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 80px;
	background-color: #023b6a;
	border-top: solid 2px #C8CCD7;
	color: White;
	font-size: 7pt;
}

#MainPanelContainer
{
	position:absolute;
	bottom:82px;
	top:106px;
	border:0;
	margin:0;
	padding:0;
	overflow:hidden;
	width:100%;
}


#MainPanel 
{
	padding: 0px;
	display:block;
	overflow:auto;
	border:0px;
	margin:0;
	height:100%;
	width:100%;
	position:relative;
}

#LhsMenu
{
	position:absolute;
	left:0px;
	top:20px;
	width:160px;
	padding: 0px 20px;
}

#RhsContent
{
	position:absolute;
	left:200px;
	top:20px;
	right:0px;
	padding:0px 20px;
}

#HeaderLogo
{
	width: 260px;
	padding-top: 14px;
	padding-bottom:14px;
	float: left;
}
#HeaderSlogan
{
	position: relative;
	float: inherit;
	top: 15px;
	padding-right: 60px;
	font-size: 8pt;
	color: White;
	text-align: center;
}

#Menu
{
	position: absolute;
	top: 80px;
	left: 0px;
	height: 22px;
	width: 100%;
	text-align: right;
	line-height: 22px;
	border-top: solid 2px #C8CCD7;
	border-bottom: solid 2px #C8CCD7;
}

A.MenuHyperlink
{
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 5px;
}

.PageTitle, .PageTitleCenter
{
	border-top: 10px;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	height:20px;
}
.PageTitleCenter
{
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}


.PageContentLeft, .PageContentCenter
{
	font-size: 8pt;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
}
.PageContentCenter
{
	text-align: center;
}

.ExtraLineHeight
{
	line-height: 20px;
}


A.EmailHyperlink
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.LoginPrompt
{
	font-size: 8pt;
	line-height: 10pt;
	text-align: left;
}

.IntroWrapper
{
	padding-top: 50px;
	width: 100%;
	display:block;
}
.Intro
{
	padding-top: 20px;
	font-family: BauerBodoniEFOP-Regular, Times New Roman;
	font-size: 18pt;
	color: White;
	text-align: left;
	letter-spacing: .5pt;
	width:700px;
}


div.FundTitle
{
    position: relative; 
    left: 0px; 
    font-size: 12pt;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    height: 60px;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
    display: block;
    line-height: 60px;
    color: #C8CCD7;
}
a.FundTitle
{
    position: absolute;
    left: 0px; 
    font-size: 12pt;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    height: 60px;
    margin-top: 19px;
    margin-bottom: 19px;
    padding-top:0px;
    padding-bottom:0px;
    text-align: center;
    display: block;
    line-height: 60px;
    color: #C8CCD7;
    z-index:0;
}
a.FundTitle:hover
{
	margin-top:5px;
	padding-top:14px;
	margin-bottom:5px;
	padding-bottom:14px;
	z-index:10;
	color:#FFF;
}

A.DocumentHyperlink
{
	color: #FFFFFF;
	text-decoration: none;
}

A.DocumentHyperlink:hover
{
	color: #C8CCD7;
}

.DocumentLink
{
	padding: 3px;
}

.MonthLink
{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: 55px;
	float: left;
}

.Offset
{
	width: 14px;
}

.Selected
{
	font-weight: bold;
}

.MonthBlock
{
	border-top: solid 1px #C8CCD7;
	border-bottom: solid 1px #C8CCD7;
	display: block;
	width: 700px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 15px;
	text-align: center;
}


#MainDisclaimerContainer
{
	position:absolute;
	bottom:80px;
	top:60px;
	border:0px solid red;
	margin:0px;
	padding:0;
	overflow:auto;
	width:100%;
	font-size:8pt;
}

#MainDisclaimerContainer > p
{
	margin-left:20px;
	margin-right:10px;
	margin-bottom:10px;
}

#MainDisclaimerContainer > p.heading
{
	margin-bottom:0px;
	margin-top:10px;
	font-weight:bold;
}

.Tombstone
{
	float:left;
	margin:0px 20px 20px 0px;
	border:0px solid #DDDDFF;	
}

td.personList
{
	font-family: MS Reference Sans Serif, Verdana, Arial;
	font-size: 8pt;	
	text-decoration:none;
}

a, a:visited, a:hover
{
	color: #FFFFFF;
}
a.personAnchor
{
	text-decoration: none;
}


ul.pressReleaseList li
{
	list-style-type:none;
	list-style-image:none;
	margin-bottom:8px;
}

ul.pressReleaseList li a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}