* {
	font-family:arial,helvetica,clean,sans-serif;
	text-align:left;
	margin:0px;
	font-size:12px;
	font-weight: normal;
	padding:0px;
}

a{
	font-size:inherit;
}
div#contentPane p {
	margin:10px 5px;
	font-size:14px;
}

div#contentPane h2 {
	margin:5px;
	font-size:18px;
	color:#00789A;
	font-weight:bold;
}

div#contentPane h3 {
	margin:12px 3px 3px 3px;
	font-size:16px;
	color:#00789A;
	font-weight:bold;
}

div#contentPane > ul{
	margin-left:25px;
}

div#contentPane > ul li{
	font-size:14px;
}

strong {
	font-size:inherit;
	font-weight:bold;
}
span {
	font-size:inherit;
}
body{
	background:#bbe0f2 url(/images/shadow_bg.gif) center repeat-y;
}
#body_content {
	margin:0px auto;
	width:760px;
	height:100%;
}

#bannerGraffic {
	margin:0px auto;
	width:760px;
	background:url(/images/header.gif);
	min-height:116px;
	height:116px;
}

#jcTabNav {
	margin:0px auto;
	width:760px;
	background:url(/images/tabbar_bg.png) #fff bottom left repeat-x;
	font-size:14px;
	height: 3em;
}

#jcTabNav ul
{
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
	
}

#jcTabNav li {
	display: inline;
	margin: 0em 1em;
}

#jcTabNav li a
{
	height: 3em;
	line-height: 3em;
	float: left;
	width: 6em;
	display: block;
	border: none;
	color: #00789A;
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
	text-align: center;
	background:url(/images/tabbar_bg.png) #fff bottom left repeat-x;
}

#jcTabNav li a.active
{
	width: 7.8em;
	background: url(/images/activetab.png) transparent bottom left no-repeat;
	color: #FFF;
}

#contentArea {
	margin:0px auto;
	width:760px;
	/* background:pink; */
	min-height:450px;
}

#mainContent{
	float:left;
	width:553px;
	padding:6px;
}

div#rightBar{
	float:right;
	width:195px;
	padding-top:20px;
}

div#portfolios{
	padding:8px;
	background:#fcffc6;
	border:#e7ca00 solid;
	border-width:1 0px;
	height:11.5em;
	padding-right:10px;
	padding-bottom:10px;
}

div#portfolios ul
{
	margin-top:10px;
	min-height:70px;
	overflow:hidden;
	display: block;
	padding-left:15px;
}

div#portfolios li {
	background:#fcffc6 none repeat scroll 0%;
	border-right:1px dotted #e7ca00;
	color:#333;
	display:block;
	float:left;
	font-size:9pt;
	font-weight:bold;
	height:110px !important;
	padding:9px;
	width:110px !important;
	text-align:center;
}

div#portfolios li.last{
	border-right:none;
}

div#portfolios li:hover {
	background:#FFFFFF none repeat scroll 0%;
}

div#portfolios li a{
	text-decoration:none;
	color: #00789A;
	font-weight:bold;
}

#clear{
	clear:both;
}

#footer{
	margin:20px auto 5px auto;
	width:660px;
	border-top:1px solid #000;
	text-align:center;
}

#footer copy {
	font-size:10px;;
}

div#rightBar div{
	border:1px solid orange;
	background: #FFD990;
	margin: 5px;
	padding: 5px;
}

div#rightBar div h2{
	color:#936100;
	font-size:14px;
	font-weight:bold;
}

div#rightBar div ul{
	list-style:none;
	margin-left: 10px;
	margin-top:5px;
}

div#rightBar div ul li{
	color: #000;
	font-size:13px;
}

div#rightBar div ul li a{
	text-decoration:none;
	color: #000;
	font-size:13px;
}

div#rightBar div ul li a:hover,
div#rightBar div ul li a:active
{
	text-decoration:underline;
}

div#floatingBadge{
	background:transparent;
	position:absolute;
	top:55;
	text-align:right;
	margin-left:612px;
}