#login 
{
	position:relative;
	top: -30px;
	float: right;
	/*width: 88px;*/
	width: 44px;
	margin-bottom:-18px;
	color: #5bb8d3;
}
#login a
{
	color: #3fbb68;
	text-decoration: none;
	font-weight: bold;
}
#login a:hover
{
	color: #53d356;
	text-decoration: underline;
}

.txtEdit
{
    width: 150px;
    font-family: Tahoma;
    font-size: 11px;
    color: #3B3B3B;
    background-color: #FFFFFF;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}

.btnActive
{
    background-image: url(/Asp/interface/images/buttons/button_72px.gif);
    border-style: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #EEEFF1;
    font-family: Tahoma;
    font-size: 11px;
    height: 16px;
}

.pad_5_b
{
	padding-bottom: 5px;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
	/*color: #5bb8d3;*/
	color: Black;
  font: 11px arial, sans-serif;
  text-align: center;
  background: #91b2d4;
}

h1 {
	font-size: 15px;
	font-weight:bold;
	color: #4a80ba;
	margin-bottom: 5px;
}
h2 {

}

p {
}

a {
		color: #3366cc;
	text-decoration: underline;
}
a:hover {
	color: #3fbb68;
	text-decoration: none;

}

#container-page {
  margin: 0 auto;
  width:810px;
  _width: 800px;
  background: #ffffff;
  background-image: url(/images/main_bak.gif);
 /* border-left: 1px solid #314d95;
  border-right: 1px solid #314d95;*/
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-head {
	width:100%;
	height: 100px;
	margin-left: 5px;
	margin-right: 5px;

}
#topRow{
	width:800px;
	height: 100px;
	border-bottom: 1px solid #5bb8d3;
	background: #FFFFFF;
}
#breadBar {
	height: 21px;
	width: 800px;
	background: #e4ecf4;
	border-bottom: 1px solid #5bb8d3;
    background-image: url(/images/breadstart.gif);
	background-repeat: no-repeat;
}
#breadTrail {
	font-weight: bold;
	margin-left: 120px;
	padding-top: 3px;
	color: #4a80ba;
}

#breadTrail a{
	font-weight: normal;
	text-decoration: underline;
}
#breadTrail a:hover{
	text-decoration: none;
}

#container-content {
  padding: 0 0 90px 0;
  margin: 0 0 90px 0;
  overflow: auto;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content-pri {
  width: 420px;
  padding-left: 190px;
  padding-top: 40px;
  _padding-top: 20px;
}
#content-pri p{
	margin-bottom: 9px;
	font-size: 12px;
}
#content-pri p.small{
	margin-bottom: 9px;
	font-size: 10px;
}
#content-pri ul
{
	margin-left: 0px;
	list-style-type: none;
	margin-bottom: 15px;
}
#content-pri ul li
{
	padding-left: 17px;
	font-size: 12px;
	background-image: url(/images/bullet_blue.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	margin-bottom: 10px;

}
#content-pri ol
{
	margin-left: 23px;
}
#content-pri ol li
{
	padding-left: 7px;
	font-size: 12px;
}
.leadPara {
	font-weight:bold;
}
#content-pri img 
{
	margin: 5px;
}
#contentImg {
	float:right;
	margin-left: 4px;
	margin-top: -15px;
}
#contentImg img
{
	border: none;

}
#content-pri div.org-diag 
{
	background-image: url(/images/structure_people_d.gif);
	background-repeat: no-repeat;
	width: 417px;
	height: 494px;
}
#content-pri div.org-diag div.topleft
{
	width: 225px;
	margin-left: 1px;

}
#content-pri div.org-diag div.topright
{
	margin-left: 7px;
	width: 160px;
}
#content-pri div.org-diag div.btmleft
{
	margin-top: 3px;
	margin-left: 1px;
	width: 225px;
}
#content-pri div.org-diag div.btmright
{
	margin-left: 7px;
	margin-top: 3px;
	width: 160px;
}
#content-pri div.org-diag div.contact
{
	margin-left: 2px;
	margin-top: 1px;
	width: 400px;
}
#content-pri div.org-diag div.panel
{
	padding: 5px;
	float: left;
}
#content-pri div.org-diag div.panel p
{
	font-size: 11px;
	line-height: 13px;
}
#content-pri div.org-diag div.panel p strong
{
	font-size: 12px;
}
#underContent {
	margin-top: 200px;
	padding-top: 15px;
	font-size: 10px;
	border-top: 1px solid #dddfe4;
}
.gatewayPanel {
	height: 64px;
}

#content-sec {
  position:absolute;
  top: 123px;
  margin-left: 5px;
  width: 100px;
}
.memfix
{
	margin-top: 3px;/*IE6 only on members page*/
}
html>body .memfix
{
	margin-top: 0px;
}

#content-sec ul{
    list-style: none none;
}
#content-sec ul li{
}

#content-sec ul li a.sel{
	font-weight:bold;
}
#content-sec ul li a{
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
    padding-left: 30px;
	color: #3366cc;
	font-weight: normal;
	height: auto;
	width: 130px;
    border-bottom: 1px solid #b0dcea;

}
#content-sec ul li a:hover{
	background-image:url('/images/nav_rollover.jpg');
	background-color: #dbf0f5;
	text-decoration: none;
	color: #000000;
}
#content-sec ul li a.child1
{
	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
	padding-right: 2px;
	background-color: #e4ecf4;
	text-decoration: none;
	color: #3366cc;
	display: block;
	font-weight: normal;
	height: auto;
	width: 128px;
    border-bottom: 1px solid #b0dcea;

}
#content-sec ul li a.child1:hover{
	background-color: #dbf0f5;
	background-image: none;
	text-decoration: none;
	color: #3fbb68;
}
#content-sec ul li a.child2{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 32px;
	background-image:url('/images/child_bak.gif');
	text-decoration: none;
	color: #3366cc;
	display: block;
	font-weight: normal;
	width: auto;
	height: auto;
	_width: 128px;
}
#content-sec ul li a.child2:hover{
	text-decoration: none;
	color: #333333;
}


#content-right {
	position: absolute;
	left: 622px;
	top: 134px;
	width: 178px;
}
#searchArea {
	width: 194px;
	height: 70px;
	background-image:url('/images/search_bak.gif');
	background-repeat: no-repeat;
	padding: 5px;
	padding-left:10px;
	font-weight: bold;
}
#searchBox input {
	font-size: 10px;
}
.searchBox {
	border: 1px solid #8a91a3;
	width: 172px;
	margin-top: 5px;
}
.searchBtn {
	margin-top: 6px;
	margin-left: 81px;
}
#rightTitle {
	padding: 4px;
	margin-top: -1px;
}

#newsItem {
	font-weight: normal;
	font-size: 11px;
	color: #5586be;
	padding-left: 15px;
	margin-top: 10px;
}

.newsItem {
	font-weight: normal;
	font-size: 11px;
	color: #5586be;
	padding-left: 15px;
	margin-top: 10px;
}
.newsItem a{
	color: #5586be;
	text-decoration: none;
}
.newsItem a:hover{
	text-decoration: underline;
}


#container-foot {
  width: 800px;
  background: #ffffff;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 70px, auto;
  border-top: 1px solid #5bb8d3;
  text-align:center;
  margin-left: 5px;
}
#foot {
	height: 22px;
	width: 800px;
	background: #e4ecf4;
	border-bottom: 1px solid #5bb8d3;
	  color: #818493;
	  text-align:center;
 }
   #foot div.footprint
 {
	display: none;
	visibility: hidden;
 }

#footRight {
	text-align: right;
	height: 50px;
	margin-right: 1px;
	margin-top: 15px
}
table.funds-table 
{
	border: 1px solid #5bb8d3;
	border-bottom: none;

}
table.funds-table tr td
{
	border-bottom: 1px solid #5bb8d3;
	padding: 2px;
}
