body {
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-size: 11px;
	}

a {
	color: #cd6828;
	text-decoration: none;	
	}
	
a:hover {	
	color: #F90;
	text-decoration: underline;
	}

h1 {
	font-weight: 500;
	text-transform: uppercase;
	color: #115654;
	margin-bottom: 5px;
	font-size: 20px;
	font-family: "Helvetica Neue", "Helvetica Condensed", sans-serif;
	line-height: 1.2em;
	}
	
h2 {
	font-weight: 700;
	color: #FF9900;
	margin-bottom: -10px;
	font-size: 14px;
	font-family: "Helvetica Neue", "Helvetica Condensed", helvetica, sans-serif;
	}
img {
	display: block;
	border: 0;
	}

img.left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	}
	
#rightList li {
	padding-bottom: 5px;
	}


	
	
#sideBar {
	margin-top: 50px;
	color: #0a6666;
	line-height: 1.7em;
	font-size: 11px;
	padding-left: 6px;
	}
	
.homeDash {
	width: 457px;
	float: right;
	border-bottom: 1px dashed #c3c3c3;
	margin: 5 0 5 0;
	}
	
.homeDashPort {
	width: 540px;
	float: right;
	border-bottom: 1px dashed #c3c3c3;
	margin: -5px 0 20px 0;
	}
	
#container {
	width: 850px;
	height: auto;
	margin: 10px auto 10px auto;
/*	margin: 60px auto 15px auto; */
	text-align: left;
	background: #fff;
	border: 0;
	color: #000;
	overflow: visible;
	}


#content {
	font-size: 14px;
	width: 792;
	height: auto;
	margin-bottom: 10px;
	padding: 0;
	float: left;
	background: #fff;
	overflow: visible;
	}

#mainContent {
	margin-top: 0px;
	margin-left: -1px;
	border: 1px solid #fff;
	}

#contentLeft {
	width: 300px;
	height: auto;
	float: left;
	overflow: hidden;
	font-size: 11px;
	line-height: 1.7em;
	}

#contentRight {
	width: 457px;
	float: right;
	margin-top: 15px;
	font-size: 12px;
	line-height: 1.7em;
	}

#contentRightPort {
	width: 540px;
	float: right;
	margin-top: 15px;
	font-size: 11px;
	line-height: 1.7em;
	}

.footer {
	width: 100%;
	display: block;
	font-size: x-small;
	text-align: left;
	}

#logoHeader {
	padding: 0 0 15px 2px; 
	}

.positionTable {
	padding: 0;
	}
	
.positionTable th {
	text-transform: uppercase;
	font-size: 16px;
	color: #333;
	}
.positionTable td {
	width: 175px;
	vertical-align: top;
	}

.positionTable ul {
	margin: 0;
	}

.positionTable ul li {
	margin: -2px 0 0 -25px;
	}

#printLink {
	padding-left: 5px;
	font-size: 11px;
	text-transform: uppercase;
	}

#investLink {
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	padding: 20px 0 20px 0;
}

/* portfolio page */

table#port {
	margin-left: -10px;
	overflow: visible;
	}

table#port td,th {
	vertical-align: top;
	border-bottom: 1px dashed #c3c3c3;
	white-space: nowrap;
	}

table#port th {
	text-transform: uppercase;
	}

table#port td#rowHead {
	color: #0a6666;
	}
	
div#pageURL {
	font-size: 10px;
	display: none;
}
