@charset "UTF-8";
body  {
	font: 10pt Helvetica, Arial, sans-serif;
	line-height: 1.5;
	background: #6773a1;
	margin: 0;
	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: #000000;
}
h1 {
	color: #1366ae;
	line-height: 1.20;
}
a:visited, a:link {
	color: #273058;
	text-decoration:underline;
}
a:hover {
	color: #6773a1;
	background-color: #c3c7d9;
	text-decoration: underline;
}
.twoColFixRtHdr #container { 
	width: 1000px;
	background: #273058;
	background-position: 0 0px;
	margin: 0 auto;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: url(images/fundamental_blues_header.png) no-repeat; 
	padding: 0;
	margin: 0;
} 
.twoColFixRtHdr #header img {
	border: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 475px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 35px 30px 50px 0;
}
.twoColFixRtHdr #mainContent {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 0 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 575px;
	background: url(images/fund_blues_band_bg.gif) no-repeat;
} 
.twoColFixRtHdr #flashContent {
	margin: 0; 
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	position:relative;
	height:50px;
	background-color: #273058;
} 
.twoColFixRtHdr #footerhome { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#273058; 
	position:relative;
	height:50px;
}

.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;
}
#center {
	position:absolute;
	top:0;
	width:95%;
}
div.row span.left {
	position:relative;
	float: left;
	text-align: left;
	width: 49%;
	color: #EDECE4;
}

div.row span.right {
	position:relative;
	float: right;
	text-align: right;
	width: 49%;
	color: #EDECE4;
}
div.spacer {
	height:25%;
	clear: both;
}
.bold {
	font: bolder;
	color: #f7941d;
}
.boldital {
	font:Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #333333;
}
#navlist {
	list-style-type: none;
	width: 950px;
	height:48px;
	padding:0;
	margin: 0;
	border-collapse:collapse;
}
#navlist li {
	float: right;
}
#navlist img {
	display: block;
	border: none;
}

li {
	font:Arial, Helvetica, sans-serif;
	color:#EDECE4;
}

#popup {
	background-color: #c3c7d9;
	margin:auto;
}
#footertable {
	color: #ECE4DA;
	text-align:center;
	padding:0;
}
#footertable a {
	color: #C4C7DA;
}
#footertable a:hover, a:visited {
	color: #273058;
}

