body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
}
#container {
	width: 777px;
	margin-right: auto;
	margin-left: auto;
}

/*---------------Header------------------*/
#header {
	background-color: #FFFFFF;
	height: 80px;
	clear: both;
	width: auto;
	padding: 0px;
	border: 1px solid #DCDCDC;
	margin: 0px 0px 3px;
	background-image: url(../images/headerback.jpg);
	background-repeat: repeat-x;
}
#header ul {
	margin: 45px 0px 0px;
	padding: 0px;
	width: 350px;
	list-style-type: none;
	float: right;
}
#header ul li {
	float: left;
}
#header ul a {
	line-height: 2.1em;
	color: #003366;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 2em;
	padding-bottom: 0px;
	padding-left: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #DCDCDC;
}
#header ul a:hover {
	color: #006F93;
	text-decoration: underline;
}
#header #logo {
	float: left;
	margin: 8px 0px 8px 15px;
	padding: 0px;
}
/*-----------------------------------CONTENT-------------------------------*/
#content {
	float: right;
	width: 512px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #FFFFFF;
	margin-top: 5px;
	padding: 10px 30px 30px;
	margin-right: 0px;
	border: 1px solid #DCDCDC;
	margin-bottom: 5px;
}
#content p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 6px;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	clear: both;
	line-height: 1em;
}
h1.Gina {
	text-transform: capitalize;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #003366;
	margin-top: 8px;
	padding-top: 8px;
	font-weight: bold;
	line-height: normal;
}
h2.Gina {
	font-size: 14px;
}
ul.Gina {
	margin-left: 8px;
	padding-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#GinaBox {
	border: 1px dotted #000033;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #F5F5F5;
}
li.Gina {
	padding-bottom: 3px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}
h3.Gina {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	color: #006699;
	line-height: normal;
}
table {
	margin-bottom: 10px;
}
caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5B668C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
}
#content td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	padding: 3px;
}
dt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
	margin-top: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
}
dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: normal;
	padding-left: 8px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DCDCDC;
}
#branchlist p {
	margin: 0px;
	padding: 0px;
}
#branches #container #content #branchlist #branchlist td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#branchlist h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #DC9534;
	margin: 0px 0px 4px;
	padding: 0px;
}
/*-------------------------------------BREADCRUMBS-----------------------*/
#breadcrumbs {
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	color: #80AA80;
	line-height: normal;
}
#breadcrumbs a:link {
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}
#breadcrumbs a:hover {
	color: #006699;
	text-decoration: underline;
	font-weight: normal;
}
#breadcrumbs a:visited {
	font-weight: normal;
	color: #006699;
}
#breadcrumbs a:active {
	font-weight: normal;
	color: #006699;
}
#breadcrumbs.news {
	font-size: 11px;
	margin-left: 8px;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	color: #80AA80;
	line-height: normal;
	margin-bottom: 8px;
}
#breadcrumbs p {
	margin: 0px 0px 10px;
	padding: 0px;
}
/*-------------------------------------SIDEBAR-----------------------*/
#sidebar {
	float: right;
	height: auto;
	width: 180px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 8px;
	margin-left: 8px;
	margin-top: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
	line-height: normal;
}
#sidebar ul {
	margin: 0px 0px 10px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li {
	list-style-type: none;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	padding-top: 2px;
}
#sidebar_02 {
	float: right;
	height: auto;
	width: 130px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 8px;
	margin-left: 8px;
	margin-top: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
	line-height: normal;
}
#sidebar_02 ul {
	margin: 0px 0px 10px;
	padding: 0px;
	list-style-type: none;
}
#sidebar_02 li {

	list-style-type: none;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	padding-top: 2px;
}
/*----------------------------MISC FEES TABLE--------------------------*/
td.miscFeesWhite {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	padding-top: 8px;
	padding-bottom: 0px;
}
td.miscFeesBlue {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	padding-top: 8px;
	padding-bottom: 0px;
	background-color: #F2F4F7;
}
/*--------------------------CASH MANAGMENT OVERVIEW------------------------*/
#overview ul {
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 8px;
	list-style-type: square;
}
#overview td {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DCDCDC;
}
#overview table {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DCDCDC;
}
#overview td.checkmark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-align: center;
}
/*--------------------------------FOOTER----------------------------*/
#footer {
	clear: both;
	width: auto;
	font-size: 11px;
	padding: 10px 10px 5px;
	height: auto;
	margin: 0px;
	background-color: #FFFFFF;
	border: 1px solid #DCDCDC;
}
#footer p {
	color: #666666;
	margin: 0px 0px 8px;
	padding: 0px;
}
#footer a:link {
	color: #333333;
	text-decoration: none;
}
/*--------------------------------DISCLOSURES----------------------------*/
#disclosures {
	background-color: #FFFFFF;
	border: 1px solid #DCDCDC;
	margin-bottom: 5px;
	padding: 8px;
	clear: both;
	width: auto;
	height: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../images/headerback.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
}
#disclosures p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 1.5em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
#disclosures a {
	color: #666666;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}
#disclosures a:hover {
	color: #006699;
	text-decoration: underline;
}
#disclosures h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	font-style: normal;
	float: left;
	width: 70px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px 8px 0px 0px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	height: auto;
}
/*-----------------------------------FINANCIAL CONTENT--------------------------*/
#contentFC {
	width: 777px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	background-color: #FFFFFF;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	border: 1px solid #DCDCDC;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
}
h1.news {
	margin-left: 8px;
	margin-bottom: 8px;
}
/*-----------------------------------SITE MAP--------------------------*/
#siteMapTable a:hover {
	color: #006699;
	text-decoration: underline;
}
#siteMapTable a {
	color: #003366;
	text-decoration: none;
}
#siteMapTable ul {
	list-style-type: none;
	margin: 0px 0px 8px 3px;
	padding: 0px;
}
#siteMapTable li {
	padding-top: 5px;
}
#siteMapTable h2 {
	color: #003366;
	font-size: 12px;
	margin: 0px;
	padding: 3px;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
}
#siteMapTable td {
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
#productsTable ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#productsTable li {
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
}
#productsTable td {
	padding: 8px;
}
#container a {
	color: #003366;
}
#footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DCDCDC;
}
#footnote p {
	color: #666666;
	line-height: normal;
	margin-top: 8px;
}


#container a:hover {
	color: #006699;
}
#footnote li {
	color: #666666;
	line-height: normal;
	list-style-type: square;
}
#footnote ul {
	margin-top: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
}
