@charset "UTF-8";
body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #871727;
	background-image: url(../images/bodyGradient.gif);
	background-repeat: repeat-x;
	color: #444;
	line-height: 1.35em;
}
h1 ,h2,h3,p,blockquote,ul,{
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, p, blockquote, ul, ol {
	margin: 0px;
	padding: 0px;
}
h1, h2 {
	margin-top: 1em;
	margin-bottom: 0px;
}
.twoColLg #container {
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 50px;
	background-color: #EEE;
	position: relative;
} 
.twoColLg #header {
	background-color: #0E0000;
	height: 150px;
	position: relative;
	border: 1px solid #FFF;
	background-image: url(../images/headerImg.jpg);
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: absolute;
	right: 0px;
	bottom: 3px;
}
#header li {
	float: left;
	border-left: solid 1px #FFF;
}
#header li a:link, #header li a:visited {
	padding: .2em .5em;
	display: block;
	color: #FFF;
	text-decoration: none;
	line-height: 1.2em;
	margin-right: 0.5em;
}
#header li a:hover {
	color: #800;
}
.twoColLg #sidebarOps {
	background-color: #EEE;
	margin-left: 2em;
	width: 400px;
	float: left;
}
.twoColLg #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	background-color: #EEE;
	margin-left: 2em;
}
#sidebar ul {
	margin: 0;
	padding-top: 25px;
	list-style: none;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
}
#sidebar li a:link, #sidebar li a:visited {
	color: #000;
	text-decoration: none;
	line-height: 25px;
	border-bottom: 1px dotted #000;
	display: block;
	width: 200px;
}
#sidebar li a:hover {
	color: #800;
	background-color: #FFF;
}
#sidebar h1 {
	color: #FFF;
	font-size: 1em;
	line-height: 1.75em;
	font-weight: lighter;
	padding-left: 1em;
}
#sidebar  p {
	padding-left: 15px;
}
#sideContent1 {
	background-color: #888;
	background-image: url(../images/sidebarHeader.gif);
	background-repeat: no-repeat;
}
a:link {
	color: # 700;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DDD;
}
a:hover {
	text-decoration: none;
	color: # D00;
}
a:active {
	text-decoration: none;
}td img {display: block;}

#sideContent2 {
	background-color: #888;
	background-image: url(../images/sidebarHeader.gif);
	background-repeat: no-repeat;
}
.twoColLg #mainContentOps {
	margin-top: 40px;
	margin-bottom: 0;
	margin-left: 450px;
	margin-right: 50px;
}
.twoColLg #mainContent {
	margin-top: 40px;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 260px;
} 
#mainContent .links {
	font-weight: bold;
	color: #800;
}
h1 {
	font-size: 1.5em;
	color: #9D1A22;
}
h2 {
	color: #9D1A22;
	font-size: 1.25em;
}
h3 {
	font-size: 1em;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
/*--------------------------
Table Specs
----------------------------*/
table#corpTbl {
	width: 590px;
	margin: 0 auto;
	background-color:#FFF;
	text-align: justify;
}
#corpTbl td {
	padding: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777;
}
#corpTbl td.portrait {
	vertical-align: top;
}

.twoColLg #footer {
	height: 40px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(../images/footerImg.gif);
}
.twoColLg #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-size: 0.8em;
}
#footer ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding: 0;
}
#footer li {
	display: inline;
}
#footer li a:link, #footer li a:visited {
	padding: .2em .5em;
	color: #FFF;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#footer li a:hover {
	color: #800;	
}
.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.stockQuote {
	position: absolute;
	left: 30px;
	color: #FFF;
	width: 175px;
	bottom: 0px;
}
