body {
	background-color: #F8F8DD;
	margin: 0;
	padding: 0;
	font-size: 76%;
}
td, p, div, table, tr, td {
	font-size: 1.05em;
}
body,td,p,div { 
	font-family: arial,helvetica,sans-serif; 
	color: #666; 
}
H1 { margin:0;padding:0;} /* cos it's wrapped around the logo */
h2 { margin-top: 0; }

h3.pageTitle { margin-top: 0; color: #88B858; } 

A:link	{  text-decoration: none; color: #333; }
A:visited	{  text-decoration: none; color: #333; }
A:hover	{  text-decoration: underline; color: #f30; }
A:active	{  text-decoration: none; color: #333; }

.docbodyouter {
	border: 1px solid #336600;
	margin: 0 10px 10px 10px;
	width: 100%;
}
.docbody {
	border: 3px solid #9FCF6F/*#88b55b*/;
	padding: 10px;
	width: 100%;
}
.navbarheader {
	width: 100%;
	background: #dede99;
	padding: 2px 0 4px 0;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #360;
	margin: 0 0 10px 0;
}
.navbarheader a:link, .navbarheader a:visited {
	color: #060;
}
.navbarheader a:active {
	color: #fff;
}
.navbarheader a:hover {
	color: #000;
	text-decoration: underline;
}
.header {
	padding: 10px 10px 10px 10px;
	background-color: #fff;
}
.navbarheader ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.navbarheader li {
	margin: 0 .2em;
	display: inline;
}
.navbarheader li:before {
	content: "\00BB \0020";
}
/*.navbarheader a {
 display: block;
	padding: 2px 8px;
 height: 18px;
	margin: 1px 0px;
	float: left;
	text-decoration: none;
	color: black;
}
.navbarheader a:visited {
  color: black;
}
.navbarheader a:hover {
	border: 1px solid;
	border-color: #F5F5CA #B3B379 #B3B379 #F5F5CA;
	padding: 1px 7px;
}
.navbarheader a:active {
	border: 1px solid;
	border-color: #B3B379 #F5F5CA #F5F5CA #B3B379;
	padding: 2px 6px 0px 8px;
}*/
ul.download_pdf {
	margin: 10px 25px;
	list-style: none;
	padding: 0;
}
ul.download_pdf li {
	line-height: 1.5em;
	padding: 0 0 0 20px;
	background: url(../images/list_bullet_pdf.gif) no-repeat left;
}
#docbodyarea {
	position: relative;
	width: 100%;
}
.content {
	position: relative;
	width: auto;
	min-width: 120px;
	margin: 0 190px 0px 178px;
	border: 1px solid #88B858;
	background-color: white;
	padding: 0px;
/*	z-index: 1;*/
}
.content P {
	line-height: 1.2em;
}
#footer {
	width: auto;
	min-width: 120px;
	margin: 10px 190px 0px 178px;
	border-width: 1px 1px 1px 1px;
	border-color: #88B858;
	border-style: solid;
	background-color: #F2F2D7;
	padding: 5px;
	z-index: 3;
}
#navleft {
	position: absolute;
	width: 158px;
	top: 0px;
	left: 10px;
	background-color: #FCFCEF;
	padding: 0px;
	z-index: 2;
	border: 1px solid #88B858;
}
#navright {
	position: absolute;
	width: 169px;
	top: 0px;
	right: 10px;
	border: 1px solid #88B858;
	background-color: #FCFCEF;
	padding: 0px;
	z-index: 1;
}
div.content .blockpadding {
	padding: 10px;
}
UL.nav {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #F4F4C3; 
}
UL.nav Li {
	border-bottom: 1px solid #DEDE99;
}
UL.nav Li a:link, UL.nav Li a:visited, UL.nav Li a:hover {
	display: block;
	width: 100%;
	padding: 3px;
	border: 0;
}
UL.nav Li a:link, UL.nav Li a:visited {
	text-decoration: none;
	color: #060;
}
UL.nav Li a:hover {
	background-color: #88B858;
	color: #fff;
}
UL.nav Li.sel {
	background-color: #FCFCEF;
}
UL.nav UL.subnav {
	margin: 0 0 0 15px;
}
UL.nav UL.subnav LI {
	list-style-image: url(../images/list_subnav_bullet.gif);
	border: 0;
}
/* ================================== */
/*
body {background: #9db}
div.back {background: #576}
div.section {background: #ffd}
Next, by using margins and padding, you offset the inner DIV a little to the left and up from the outer DIV: 

div.back {padding: 1.5em}
div.section {margin: -3em 0 0 -3em}
You also have to move the outer DIV a little to the right. And if you have multiple sections, you probably want some space between them, too: 

div.back {margin: 3em 0 3em 5em}
That's basically it. You can add a border around the inner DIV if you want. You'll probably also want some padding inside it, e.g.: 

div.section {border: thin solid #999; padding: 1.5em}
*/
/* ================================== */


/* /////////////////// NEWS PAGE ///////////////////// */
.newsArticleDate {
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
	color: #F90;
	margin-bottom:10px;
}
.rule {
	margin-top:15px;
	margin-bottom:15px;
	width:100%;
	border-top:1px #CCC dashed;
}
.formlabel {
	font-family:tahoma,verdana,geneva,sans-serif;
	font-weight: bold;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#333;
}
.formlabel em, em.requiredfield {
	color:#f00;
}
.footer {
	width: 760px; 
	border-top: 1px #666 solid; 
	padding: 5px;
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
	text-align: right;
	line-height: 16px;
	letter-spacing: 1px;
}
div.clientReturnMessage { 
	background: #cccccc; 
	color: #300;
}
.contentheader {
	width: 100%;
	background: #D0E2A8;
	border-style:solid;
	border-color: #666;
	border-width: 1px 0px 1px 0 ;
	margin: 10px 0;
	padding: 2px;
}
.contentheader H4 {
	color: #333;
	margin: 0px 0px;
}
.linkscontent H4 {
	margin-bottom: 0;
}
table.fundtbl {
	background-color: #cccccc;
}
table.fundtbl td {
	background-color: #ffffff;
	padding: 2px;
	font-family: "courier new", courier, mono-space;
	font-size: 0.8em;
}
/* news box gubbins
/* -------------------------------- */
.newsbox { 
	background: #fff; 
	color: #fff; 
	border-width: 1px 1px; 
	border-color: #fff; 
	border-style: solid; 
	margin: 0px;
	padding: 1px; 
}
/* ------- news box header  --------- */
#navright h4 {
	background-color: #88B858;
	color: #fff;
	padding: 2px 5px 3px 5px;
}
#navright h4 a:link, #navright h4 a:visited {
	background-color: transparent;
	color: #fff;
}
#navright h4 a:hover {
	background-color: transparent;
	color: #fc0;
}
/*.newsboxheader, .newsboxheaderselected { 
	text-align : center;
	margin: 0px; 
	padding: 4px 0;
	}
	
.newsboxheader { 
	background-color: #666; 
	}
	
.newsboxheaderselected { 
	background-color: #666; 
	}
	
.newsboxheader H4 { 
	padding: 0px; margin: 0px 0;font-size: 12px; 
	}

.newsboxheader h4 A:link, .newsboxheader h4 A:visited { 
	color: Yellow; 
	background: transparent; 
	text-decoration: none; 
	}
	
.newsboxheader h4 A:hover {	
	color: #ffc; 
	background: transparent; 
	text-decoration: underline; 
	}*/

/* ------- news box header selected --------- */
ul.nobulletnoindent {
	list-style: none;
	padding: 0;
	margin: 0;
}
.newsboxheaderselected H4 { 
	padding: 0px; margin: 0px 0;font-size: 11px; 
}
.newsboxheaderselected h4 A:link, .newsboxheaderselected h4 A:visited { 
	color: #FFFF99;background: transparent;text-decoration: none; 
}
.newsboxheaderselected h4 A:hover {	
	color: #ffc;background: transparent;text-decoration: underline; 
}
/* ------- news box body --------- */
.newsboxbody { 
	font-family: tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0 10px; 
	border-width: 0 1px 1px 1px; 
	border-color: #fff; 
	border-style: solid; 
	color: #000; 
	background: #ffc;
}
.newsboxitemselected {
	font-style: italic; font-weight: bold;
}
UL.newsbox {
	margin-left: 9px;
	padding-left: 9px;
	margin-top: 10px;
	margin-bottom: 15px;
	list-style-position: outside;
	background: transparent;
	list-style-image: url(../images/bullet_arrow1.gif);
	color: #996666;
}
ul.newsbox li a:link, ul.newsbox li a:visited {
	color: #CC0033;
}
ul.newsbox li a:hover {
	color: #CC0033;
}
/* text manipulation classes
-------------------------------- */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
h5 {
	font-size: 1.1em;
}
/* left and right div columns
-------------------------------- */
div.leftcolumn {
	width: 45%;
	float: left;
}
div.rightcolumn {
	width: 45%;
	float: left;
	margin-left: 9.9%;
	background-color: #eeeeee;
}
/* -------------------------------------------------------- */
/* QDK Footer & Sig stuff */
/* -------------------------------------------------------- */

.sig1 { 
	font-family: tahoma,sans-serif; 
	font-size: 9px; 
	color:#036; 
	font-weight:bold; 
	font-style:italic; 
}
.sig2 { 
	font-family: tahoma,sans-serif; 
	font-size: 9px; 
	color:#036; 
}
A.qdk:link {	
	text-decoration: underline;	
	color: #036;	
	font-size: 9px;	
	font-family: tahoma,arial,sans-serif; 
	font-weight: normal; 
}
A.qdk:visited {
	text-decoration: underline;	
	color: #036;	
	font-size: 9px; 
	font-family: tahoma,arial,sans-serif; 
	font-weight: normal; 
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #f60; 
	font-size: 9px; 
	font-family: tahoma,arial,sans-serif; 
	font-weight: normal; 
}
A.qdk:active	{ 
	text-decoration: underline; 
	color: #036; 
	font-size: 9px; 
	font-family: tahoma,arial,sans-serif; 
	font-weight: normal; 
}

