﻿/* CSS Document */

body 			{
					top:0; left:0; width: 937px; color:#000; background-color:#000;
					margin: 0px ; padding:0; 
					/* border:solid 1px #B00;*/
					font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
					font-size: 81%;
				}
 
#header 		{width: 937px; height: 886px; background: url(../images/flatCutTop.jpg) no-repeat; margin-bottom:-21px;}

#nav			{position: absolute; left: 441px; top:7px; color: #FFF0B4; font-size: 13px}
#nav a			{text-decoration:none;}
#nav a:link		{color: #C3E3CF;}
#nav a:visited	{color: #C3E3CF;}
#nav a:hover	{color: #FFF;}
#nav a:active	{color: #FFF;}
#nav a:focus	{color: #FFF;}

#navComp			{position: absolute; left: 41px; top:201px; color: #FFF0B4; font-size: 13px}
#navComp a			{text-decoration:none;}
#navComp a:link		{color: #C3E3CF;}
#navComp a:visited	{color: #C3E3CF;}
#navComp a:hover	{color: #FFF;}
#navComp a:active	{color: #FFF;}
#navComp a:focus	{color: #FFF;}


#body			{position:relative; margin:0; padding:0; border:none; background: url(../images/flatCutMiddleD.jpg) repeat-y;}
#bodyContent	{position:relative; top: -501px; left: 71px; width: 701px; margin: 0;}
	

#footer 		{position:relative; top:-497px; height:857px; background-image: url(/images/flatCutBottom.jpg); background-repeat: no-repeat; background-color: #000; margin-top:-17px;}

p.footerText	{position: relative; left: 91px; top: 31px; width: 837px;}
p.designNote	{position: relative; left: 651px; bottom: -79px; font-size: 11px; width:201px;}


#pageHeading	{width: 647px; height: 55px; background: url(../images/flatH2Back.jpg) no-repeat; position:absolute; top:303px; left:41px;}
					
#pageHeading h2	{padding-left:15px; font-size: 19px;}

#fundLogos		{text-align:center; }

h1 				{position:absolute; top:121px; left:-12131px;}

h3.green		{height: 32px; background: url(../images/h3Back2.jpg) repeat-y; overflow:visible; line-height:23px; text-indent:31px;}
h3.blue			{height: 32px; background: url(../images/h3Back3.jpg) repeat-y; overflow:visible; line-height:23px; text-indent:31px;}

h3 a			{text-decoration:underline;}
h3 a:link		{color: #000;}
h3 a:visited	{color: #000;}
h3 a:hover	{color: #C3E3CF;}
h3 a:active	{color: #C3E3CF;}
h3 a:focus	{color: #C3E3CF;}

h4				{height: 21px; background: url(../images/h4Back.jpg) no-repeat; overflow:visible; line-height:21px; text-indent:1px;}
h4.ed			{height: 21px; background: url(../images/h4Back.jpg) no-repeat; overflow:visible; line-height:21px; text-indent:11px; font-size:91%;}
h5				{height: 21px; background: url(../images/h4Back.jpg) no-repeat; overflow:visible; line-height:21px; text-indent:1px;}

.note			{width:221px; background-color: #5DE2F9; border:solid 1px #000; font-style:italic; color:#000; float:right; margin-left: 11px; padding:7px;}
.noteL			{width:221px; background-color: #DBF980; border:solid 1px #000; font-style:italic; color:#000; float:left; margin-right: 11px; padding:7px;}
.note a:link		{color: #500;}
.note a:visited		{color: #500;}
.note a:hover		{color:	#FFE7DB;}
.note a:active		{color: #FFE7DB;}
.note a:focus		{color: #FFE7DB;}
.noteL a:link		{color: #500;}
.noteL a:visited	{color: #500;}
.noteL a:hover		{color: #FFE7DB;}
.noteL a:active		{color: #FFE7DB;}
.noteL a:focus		{color: #FFE7DB;}

img.floatRight	{float:right; padding-left:11px;}
img.floatLeft	{float:left; padding-right:11px;}

a:link		{color: #500;}
a:visited	{color: #500;}
a:hover		{color: #B4EC6B;}
a:active	{color: #B4EC6B;}
a:focus		{color: #B4EC6B;}

ul			{list-style:url(/images/bullet.jpg);}
ol			{list-style:lower-greek;}

.title		{font-style:italic;}
.bold		{font-weight:bold;}


