body {
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	border-top: 10px solid #DA7B03;
}

#header {
	color: #999999;
}

#header a {
	color: #999999;
	text-decoration: none;
	font-weight: 800;
}

#header a:hover {
	color: #266ca8;
}

#sidebar-left {
	width: 180px;
	text-align: center;
}

#online-banking {
	background-color: #eb5b05;
	width: 174px;
	text-align: left;
}

#online-banking h2 {
	background-image: url(/images/backgrounds/online-banking-head.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: 1px solid #ffffff;
	padding: 3px;
	margin-top: 0px;
	margin-bottom: 3px;
}

#online-banking h3 {
	border-bottom: 1px solid #e59228;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 1px;
	padding-right: 5px;
	margin: 0px;
	font-size: 12px;
	color: #4c310d;
}

#online-banking p {
	border-bottom: 1px solid #bc4904;;
	margin: 0px;
	padding: 2px 0px;
}

#online-banking p:hover {
	background-color: #bc4904;
}

#online-banking a {
	color: white;
	font-weight:700;
	text-decoration: none;
	padding-left: 15px;
}

#online-banking .navsubitem {
	background-image: url(/images/bullets/lite-arrow.gif);
	background-position: 20px center;
	background-repeat: no-repeat;
	font-weight:200;
	padding-left: 30px;
}


#info-center {
	background-color: #ffa32c;
	width: 174px;
	text-align: left;
}

#info-center h2 {
	background-image: url(/images/backgrounds/head-info-ctr.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: 1px solid #ffffff;
	padding: 0px 0px;
	margin-top: 0px;
	margin-bottom: 3px;
}

#info-center h3 {
	border-bottom: 1px solid #e59228;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 1px;
	padding-right: 5px;
	margin: 0px;
	font-size: 12px;
	color: #4c310d;
}

#info-center p {
	border-bottom: 1px solid #e59228;
	margin: 0px;
	padding: 0px;
}

#info-center p:hover {
	background-color: #ffd196;
}
#info-center a {
	color: #4c310d;
	text-decoration: none;
	background-image: url(/images/bullets/dark-arrow.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#info-center a:hover {
	background-color: #ffd196;
}

.graybox {
	border: 1px solid #cccccc;
	padding: 2px;
	margin-bottom: 5px;
	margin-top: 0px;
}

#maincontent {
	padding-left: 5px;
	padding-right: 5px;
	/*width: 583px;*/
}

#maincontent a {
	color: #006699;
}

#maincontent h1 {
	color: #376bb4;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
}

#maincontent h2 {
	color: #eb5b05;
	font-size: 14px;
	font-weight: bold
}

#maincontent h3 {
	color: #376bb4;
	font-size: 14px;
	font-weight: bold
}

.announce-box {
	background-color: #eb5b05;
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
}

.more {
	font-weight: bold;
	background-image: url(/images/bullets/arrow-more.gif);
	background-repeat: no-repeat;
	background-position: 80px center;
}

#footer {
	border-top: 1px solid #e6e6e6;
	padding: 10px;
	text-align: center;
	font-size: 11px;
}

#subnav {
	color: #4c4c4c;
	font-size: .9em;
	margin-bottom: 5px;
}

#subnav a {
	color: #4c4c4c;
	text-decoration: none;
	padding-left: 3px;
}

#subnav a:hover {
	color: #266ca8;
}

#subnav td {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 2px;
}

#subnav .personal {
	border-top: 5px solid #266ca8;
}

#subnav a.current {
	color: #266ca8;
}

#subnav .business {
	border-top: 5px solid #eb5b05;
}

#subnav .about {
	border-top: 5px solid #ffa805;
}

#subnav .community {
	border-top: 5px solid #d08000;
}

#subnav .investors {
	border-top: 5px solid #999685;
}

#panel-wrapper {
	width: 200px;
	border: 1px solid #cccccc;
	padding: 2px;
}

/* personal panel */

#personal-panel {
	background-color: #336699;
}

#personal-panel h3 {
	border-bottom: 1px solid #ffffff;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 1px;
	padding-right: 5px;
	margin: 0px;
	font-size: 12px;
	color: #ffffff;
}

#personal-panel p {
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	padding: 2px;
}

#personal-panel p:hover {
	background-color: #333366;
}
#personal-panel a {
	color: #ffffff;
	text-decoration: none;
	background-image: url(/images/bullets/lite-arrow.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#personal-panel a:hover {
	background-color: #333366;
}

/* business panel */
#business-panel {
	background-color: #eb5b05;
}

#business-panel h3 {
	border-bottom: 1px solid #ffffff;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 1px;
	padding-right: 5px;
	margin: 0px;
	font-size: 12px;
	color: #ffffff;
}

#business-panel p {
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	padding: 2px;
}

#business-panel p:hover {
	background-color: #333366;
}
#business-panel a {
	color: #ffffff;
	text-decoration: none;
	background-image: url(/images/bullets/lite-arrow.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#business-panel a:hover {
	background-color: #333366;
}

/* about panel */
#about-panel {
	background-color: #ffa805;
}

#about-panel h3 {
	border-bottom: 1px solid #ffffff;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 1px;
	padding-right: 5px;
	margin: 0px;
	font-size: 12px;
	color: #ffffff;
}

#about-panel p {
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	padding: 2px;
}

#about-panel p:hover {
	background-color: #333366;
}
#about-panel a {
	color: #ffffff;
	text-decoration: none;
	background-image: url(/images/bullets/lite-arrow.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#about-panel a:hover {
	background-color: #333366;
}

/* community panel */
#community-panel {
	background-color: #d08000;
}

#community-panel h3 {
	border-bottom: 1px solid #ffffff;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 1px;
	padding-right: 5px;
	margin: 0px;
	font-size: 12px;
	color: #ffffff;
}

#community-panel p {
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	padding: 2px;
}

#community-panel p:hover {
	background-color: #333366;
}
#community-panel a {
	color: #ffffff;
	text-decoration: none;
	background-image: url(/images/bullets/lite-arrow.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#community-panel a:hover {
	background-color: #333366;
}

/* investors panel */
#investors-panel {
	background-color: #999685;
}

#investors-panel h3 {
	border-bottom: 1px solid #ffffff;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 1px;
	padding-right: 5px;
	margin: 0px;
	font-size: 12px;
	color: #ffffff;
}

#investors-panel p {
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	padding: 2px;
}

#investors-panel p:hover {
	background-color: #333366;
}
#investors-panel a {
	color: #ffffff;
	text-decoration: none;
	background-image: url(/images/bullets/lite-arrow.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#investors-panel a:hover {
	background-color: #333366;
}