/* =LAYOUT & GLOBAL */
body {
	margin-top: 10px;
	margin-bottom: 10px;
	/*background: #4C5096;*/	
  	background-image:url("img/bg_pg_blue.gif");
  	background-color:#456; 	
}

* {
	color: #000040;
}

strong { font-weight: bold }

/* =links */

a.pdf {
	background: url(img/pdf.gif) no-repeat left 2px;
	padding-left: 18px;
}

h1 a { text-decoration: none; cursor: pointer; } 

/* =Yahoo grid styles */

div#doc2 {
	border: 1px solid #fff; 	
	margin-bottom: 0;
	background: #fff;	
	/*min-height: 650px;
	height:auto !important;
  	height: 650px;*/
}

 div#ft {
	margin: 5px 10px 10px;
}

div#hd {
	margin: 5px 10px 0 10px;
}

div#bd {
	margin: 15px 15px 50px 10px;
}

/* =HEADER */
#hd {
	background: #fff url("img/head_bg.jpg") repeat-x;
	height: 60px;	
	padding: 0;
	border-bottom: 1px solid #B1B2D5;	
	position: relative;
}

#hd h1 span#main {	
	border:0px solid black;
	font-size: 190%;
	position: absolute;
	top: 14px;
}

#hd div#form {	
	border:0px solid pink;	
	position: absolute;
	top: 2px;
	/*left: 542px;*/	
	right: 5px;
	text-align: right;
} 

#hd div#form #submit {
	height: 18px;
	margin-top: 1px;
} 

#hd h1 img {
	margin: 5px 5px 2px 5px;	
}

form#login #remember {
 	border: none;	
}

div.logout { margin-top: 18px }


/* =LHN */

dl#lhn dt {
	padding: 4px;	
	border-bottom: 1px solid #ffffff;		
}

dl#lhn dt, dl#lhn dt a {
	text-decoration: none;	
	/*color: #556677;*/
}

/* =lhn level 1 */
dl#lhn {	
	background: #A9C9E7;
}
/* =lhn level 2 */
dl#lhn dd dl dt {
	background: #CAE2F6;
	padding-left: 7px;
}
/* =lhn level 3 */
dl#lhn dd dl dd dl dt{
	background: #EBF5FF;
	padding-left: 14px;
}

/* =BODY STYLES */

/* =headings */

h2 { 
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1em;
}

h3 { 
	font-size: 110%;
	font-weight: bold;	
	margin-bottom: 0.6em;
}

h4 { 
	font-size: 100%;
	font-weight: bold;	
	margin-bottom: 0.5em;
}

/* =general */

p { 
	margin-bottom: 0.6em; 
	text-align: justify;
}

blockquote.question {
	font-style: italic;
	/*margin: 0 30px 10px 80px;	*/
}

blockquote.response {	
	/*margin: 0 30px 10px 80px;*/		
}

.prompt {	
	font-weight: bold;	
	margin: 0;
	/*float: left;*/
}


/* =forms */

input, label {	
	font-size: 85%;
}

input {	
	border: 1px solid #B1B2D5;	
}

input.submit { cursor: pointer; }

input#email, input#password { width: 170px; }

/* =tables */

table.press td { padding: 3px 3px 5px 3px; border-bottom: 1px dashed #c0c0c0; }

table.fund {
	margin-top: 10px;
}

table.fund td {
	font-size: 145%;
	padding-right: 1.3em;
}

table.data {
	margin: 10px 0;
}

table.data td, table.data th {
	padding: 2px;
	border: 1px solid #c0c0c0;	
	text-align: center;
}

table.data th { font-weight: bold; }

/* =lists */

ol li { 
	list-style-type : lower-roman; 
	list-style-position : inside;
	margin-bottom: 10px;
}

ol.normal li { 
	list-style-type : decimal; 
}

ul li { 	
	margin-bottom: 10px;
}

dl.news dt { 
	/*font-weight: bold;*/
	text-decoration: underline;
	margin: 10px 0 5px 0;
}

dl.ask dt { 
	/*font-weight: bold;*/
	text-decoration: underline;
	margin: 10px 0 0 0;
}

dl.news dd, dl.ask dd { 
	background: #EBF5FF; 
	padding: 5px;
	text-align: justify;
}

/* = misc */

.minimal {
	color: #6C6C6C;
	font-size: 80%;
}

.minimal a {
	color: #6C6C6C;
	text-decoration: none;
}

.minimal a:hover {
	text-decoration: underline;
}

#map { 
	width: 750px; 
	height: 400px; 
	border: 1px solid #B1B2D5;
}

.disclaimer {
	font-size: 80%;
	font-style: italic;
	margin: 10px 0;
}

#disclaimer {
	height:200px;
	overflow-x:auto;
	overflow-y:scroll;
	padding:3px;	
	text-align:justify;
	margin-bottom: 10px;
	border: 1px solid #c0c0c0;
}






