@charset "UTF-8";

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: -10px;
}
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #CCC;
}
a:link {
	color: #300;
	text-decoration: underline;
}
a:active {
	color: #999;
}

a:hover {
	border: none;
	color: #666;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
body {
	margin: 0px;
	background-color: #3D3F2A;
	background-attachment: scroll;
	background-image: url(Images/418_treebg2nored.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body, th, td, input, textarea {
	font-size: 9px;
	color: #666666;
	text-align: center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #550909;
	font-size: 24px;
}
h2 {
	color: #3E3F2C;
	font-size: 18px;
}
#background {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#background #wrapper #page #content ul li {
	color: #600;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: square;
}
#wrapper {
	width: 1050px;
	background-image: url(Images/chase_logo_rev_vertical_50%25opac.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}
#shell   {
	margin-top: 1.5em;
	line-height: 1.8em;
	text-align: center;
}
#banner {
	height: 150px;
	width: 902px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	border-bottom-width: thick;
	border-bottom-style: solid;
	background-image: url(Images/banner_bg.png);
	border-bottom-color: #580505;
}
#banner img {
	margin-top: 40px;
}
#clear {
	background-color: #FFF;
}
#page {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
}
#page #content p {
	text-align: left;
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
#content {
	float: left;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 14px;
	text-decoration: none;
	background-color: #FFF;
	width: 565px;
	text-align: left;
	vertical-align: top;
}
#sidebar {
	float: right;
	width: 315px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	height: 455px;
	margin-bottom: 20px;
	padding-top: 15px;
}
#page #sidebar p {
	text-align: center;
	padding-left: 5px;
	color: #CCC;
}
#projlink {
	background-color: #FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#btinfo {
	background-image: url(Images/bc_rd.png);
	width: 902px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #580505;
	padding-top: 10px;
	height: 80px;
	color: #3E3F2C;
}
#btinfo p {
	text-align: left;
	padding-left: 10px;
	text-decoration: none;
}
#footer {
}
#background #wrapper #page #Blank {
	background-color: #333;
	height: 35px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
}
