@charset "UTF-8";
body {
	background: #004785;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 120%;
}
.header {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
:link img, a:visited img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #004785;
	margin-top: 0px;
}
h2 {
	font-size: 120%;
}
h3 {
	color: #808285;
	font-size: 100%;
	margin-bottom: 5px;
}
h4 {
	font-size: 100%;
	color: #808285;
	font-weight: normal;
}
.blockquote {
	color: #808285;
	background-color: #EBE6DC;
	margin-left: 15px;
	margin-right: 15px;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 115%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CEC1A7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CEC1A7;
	background-image: url(../images/shared/blockquote_bkd.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-style: italic;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}
.blockquotename  {
	font-weight: normal;
	line-height: 180%;
	padding-left: 15px;
}
a:link {
	color: #004785;
	text-decoration: none;
}
a:visited {
	color: #004785;
	text-decoration: none;
}
a:hover {
	color: #004785;
	text-decoration: underline;
}
#header {
	background-image: url(../images/shared/core_capital_header.gif);
	background-repeat: no-repeat;
	height: 103px;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004785;
}
#header h1 {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: #EBE6DC;
}
#header img {
	float: right;
	margin: 0px;
	padding: 0px;
}
#nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004785;
	padding-right: 15px;
	padding-left: 75px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 30px;
}
#topcontent {
	padding-right: 75px;
	padding-left: 75px;
	padding-top: 30px;
}
#rightsidebar {
	float: right;
	width: 270px;
	background-color: #EBE6DC;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#rightsidebar p {
	margin-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 90%;
	color: #666666;
	line-height: 140%;
}
#rightsidebar  h1 {
	color: #666666;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/shared/sidebar_h2_bkd.gif);
	background-position: bottom;
	font-weight: normal;
	font-size: 140%;
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
#rightsidebar h2 {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 95%;
	color: #666666;
	margin-bottom: 5px;
}
#rightsidebar li {
	list-style-image: url(../images/shared/bullet-sidebar.gif);
	padding-bottom: 5px;
	font-size: 95%;
	color: #666666;
	padding-right: 15px;
}
.divider   {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CEC1A7;
	padding-bottom: 10px;
	margin-bottom: 8px;
}
#footer {
	padding-right: 0px;
	padding-left: 75px;
	height: 59px;
	padding-top: 30px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #004785;
	background-image: url(../images/shared/core_capital_footer.gif);
	font-size: 80%;
	color: #808285;
	clear: right;
}
#footer p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer img {
}
#footer .phonenumber  {
	font-size: 150%;
	font-weight: bold;
	float: right;
	padding-right: 45px;
}
#footer a {
	color: #333333;
}
#footer img {
	float: right;
}
#container  {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent  {
	padding-top: 25px;
	padding-right: 300px;
	padding-bottom: 30px;
	padding-left: 75px;
	background-image: url(../images/shared/content_bkd.gif);
	background-repeat: repeat-y;
}
#mainContent h1 {
	margin-bottom: 10px;
}
#mainContent h2 {
	color: #6A6C6F;
	font-size: 95%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	text-transform: uppercase;
}
#mainContent p {
	line-height: 150%;
	color: #666666;
	margin-bottom: 15px;
	margin-top: 5px;
}
#mainContent  ul {
}
#mainContent li {
	list-style-image: url(../images/shared/bullet-blue-square.gif);
	padding-bottom: 5px;
	color: #666666;
}
img.floatleft {
	float: left;
	padding-right: 10px;
}
.listintro {
	margin-bottom: 5px;
}
.topofpage   {
	font-size: 95%;
	color: #666666;
	background-color: #EBE6DC;
	margin-right: 450px;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/shared/top_of_page_arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CEC1A7;
	border-bottom-color: #CEC1A7;
	display: block;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 12px;
	margin-bottom: 24px;
}
td {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-size: 90%;
	border: 1px solid #CEC1A7;
	color: #666666;
}
td.tableHeader {
	font-size: 90%;
	font-weight: bold;
	background-color: #EBE6DC;
	color: #666666;
}
h3.transactionTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CEC1A7;
	color: #666666;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 100%;
	padding-bottom: 4px;
	padding-top: 15px;
}
img.floatleftinset {
	border: 1px solid #004785;
	float: left;
	margin-right: 15px;
	margin-top: 8px;
}
