/* CSS Document */

body {
	margin: 0px;
	background-color: #A0AB7D/*FCF1B5 FCE8B5 F1E9BA FBF2BF F7E57F*/;
	background-image: url("images/newBack.gif");
	background-position: center center;
	background-repeat: repeat-y;
}

#outer {
	margin: 0 auto;
/*		border-left: 1px solid black;
	border-right: 1px solid black;
border-bottom: 1px solid black;*/
	background-color: #FFF;
}

#header {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: right;
	background-color: #FFF;
}

#header p {
	margin: 0px 10px 3px 0px;
}

#content {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	color: #FFF;
}

#content h1 {
	font-size: 15pt;
	margin: 10px 0px 1px 2px;
	color: #0979CF;
}

#content h2 {
	font-size: 13pt;
	margin: 10px 0px 1px 2px;
	color: #FFF;
}

#content h3 {
	font-size: 11pt;
	margin: 10px 0px 1px 2px;
	color: #0979CF;
}

#content p {
	font-size: 9pt;
	line-height: 12pt;
	margin: 0px 12px 6px 2px;
}

#content a {
	font-size: 10pt;
	color: #E58B26;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	font-size: 10pt;
	color: #0979CF;
	font-weight: bold;
	text-decoration: none;
}

#content a:visited {
	color: #E58B26;
}

#content div.picture {
	float: right;
	clear: both;
	margin: 6px 10px 8px 6px;
}

#footer {
	margin-top: 40px;
	margin-bottom: 6px;
	text-align: right;
	font-size: 11px;
	color: #FFF;
}

#footer p {
	margin-right: 11px; 
	font-size: 11px;
	line-height: 11px;
}

#footer p.broker {
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
}


#leftStripe {
 background-image: url("images/leftnavstripe.gif");
	background-position: top left;
	background-repeat: repeat-y;
}

#topRow {
 background-image: url("images/toprowband.gif");
	background-position: top left;
	background-repeat: repeat-x;
}

#topRowBand {
 background-image: url("images/toprowbandback.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
