

/* css hidden from nescape 4 */
@import url(/css/default.css);


/* global & layout rules
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body { 
   font-family: Arial, Helvetica, sans-serif; 
   background-color: white; 
   }

img {
	display: block;
	}

form {
	margin: 0;
	}

.bgContentRight {
	background-image: url(/images/elements/bg_content_right.gif);
	background-repeat: repeat-y;
	background-position: top right;
	}

.imageMargin {
	margin: 0 10px 10px 10px;
	}

.stepsSeperator {
	background-image: url(/images/elements/seperator_steps.gif);
	}

ul.simple {
	padding-left: 0;
	margin-left: 10px;
	font-size: 75%;
	list-style-type:none
	}

ul.simple li {
	background-image: url(/images/elements/bullet_arrow-blue.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	}

.printableHeader, .printableFooter {
	display: none;
	}

/* header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.tagline {
	position: absolute;
	top: 115px;
	left: 340px;
	}

.header1 img {
	margin: 100px 0 0 100px;
	}

.header3 img {
	display: block;
	}


/* left column / leftnav
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.leftcolumn {
	background-image: url(/images/elements/bg_leftcolumn.gif);
	}

.leftcolumn img {
	display: block;
	}

.subnav li.on {
	font-weight: bold;
	}

ul.indent {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}

/* right column
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.rightcolumn {
	background-image: url(/images/elements/bg_rightcolumn.gif);
	}

p.apply {
	margin: 4px 0 0 0;
	font-size: 75%;
	}


/* footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.footer {
	color: #888B88;
	font-size: 70%;
	}

.footer a {
	color: #888B88;
	text-decoration: none;
	}

.footer a:hover {
	text-decoration: underline;
	}


/* text
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p {
	font-size: 75%;
	color: #525652;
	margin: 0 0 20px 0;
	}

.bodyCopy {
	font-size: 75%;
	color: #5E615E;
	}

.bodyCopyRed {
	font-size: 75%;
	color: #FF0000;
	}

h1, h2 {
	margin: 0;
	}

h3 {
	margin: 0;
	font-size: 100%;
	color: #4D6A85;
	}

.statement {
	font-family: geargia, serif;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
	}

address {
	font-size: 75%;
	font-style: normal;
	margin-bottom: 20px;
	}
	
table.investments 
{
	margin: 0 10px 10px 10px;
	border: thin, 1px, #888B88;
	width: 80%;
}

td.normal {
	border: solid 1px #ffffff;
	font-size: 75%;
	font-family: arial, helvetica, sans-serif;
	font-style: verdana, arial, helvetica, sans-serif;
	color: #667077;
	background-color: #F6F8F6;
	padding: 3px;
}

td.header {
	background-color: #AAB0AA;	
	font-size: 75%;
	font-weight: bold;
	color: #5E615E;
	padding: 5px;
}

table.investments td.normal 
{
	border: none;
}
	

/* links
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a {
   color: #0061CF;
   text-decoration: underline;
   }


/* misc rules
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.blue, .steps .bodyCopy {
	color: #4D6A85;
	}

table.displayInline img {
	display: inline;
	}
	
	