* {
	padding:0;
	margin:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	background:#fff; /*#F8F2E9*/
	margin: 10px 0;
}
h1 {
	font-size:22px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#C17A20;
}
h2 {
	font-size:16px;
	font-weight:bold;
	color:#333;
	margin:10px 0 0 0;
}
h3 {
	font-size:14px;
	font-weight:bold;
	color:#333;
	margin:10px 0 0 0;
}
p {
	margin:10px 0 0 0;
}
p img {
	vertical-align:middle;
	margin:0 15px 10px;
	float:left;
}
td {
	vertical-align:top;
}
form {
	margin:0 0 10px 0;
}
dl {
	margin:10px 0;
}
dt {
	font-weight:bold;
}
dd {
	margin:0 0 0 10px;
}
ul {
	list-style-position:inside;
	margin:0 0 10px 10px;
}
ol {
	list-style-position:inside;
	margin:0 0 10px 10px;
}
img {
	border:0;
}
blockquote {
	margin:15px;
	padding:10px;
	background-color: #F0F0F0;
	border:1px solid #ccc;
}
a:link, a:visited {
	color:#C17A20;
	text-decoration:none;
}
a:hover {
	color:#C17A20;
	text-decoration:underline;
}
#contain {
	width:750px;
	border-top:20px solid #000;
	border-bottom:20px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin:0 auto;
	background-color:#fff;
}
#masthead {
	background-image:url(../images/bg_masthead_financial.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding:0 0 0 50px;
}
#nav, #nav ul {
	position:relative;
	height:23px;
	list-style:none;
	background:#E7D6B8;
	margin:0;
	font-weight:bold;
	padding:0 0 0 10px;
	z-index: 10;
}
#nav a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 4px 15px;
	font-size: 12px;
	border-right:1px solid #989898;
}
#nav ul li {
	float:left;
	text-align:center;
	padding:0;
	background: #E7D6B8;
}
#nav ul li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	w\idth: 150px;
	font-weight: normal;
	border-left: solid #fff 1px;
	border-top: solid #fff 1px;
	margin: 0;
	padding:0;
}
#nav ul li ul a {
	border-bottom:solid #fff 1px;
	border-right:solid #fff 1px;
	text-align:left;
	padding-left:4px;
	width:150px;
	font-size:11px;
}
#nav ul li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav ul li:hover, #nav li.sfhover{ 
	background: #F2EAD9;
}
#content_contain {
	border-left:8px solid #C17A20;
	border-right:8px solid #C17A20;
	margin:25px 0;
	padding:0 25px;
	vertical-align:top;
	text-align:left;
}
#admin_toolbar {
	float:left;
	text-align:left;
	clear:both;
	width:100%;
	margin:0 0 10px 0;
}
#admin_toolbar ul li {
	margin:0 20px 0 0;
	padding:2px 4px;
	display:inline;
	border: 1px solid #999;
	font-size:11px;
	font-weight:bold;
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#F2EAD9;
}
#admin_toolbar ul li a:link, #admin_toolbar a:visited {
	color:#000;
	text-decoration:none;
}
#admin_toolbar ul li a:hover {
	color:#000;
	text-decoration:underline;
}
#content {
	width:449px;
	float:left;
	margin:0 ;
	font-size:12px;
}
#content ul {
	list-style-position:outside;
	padding-left:10px;
}
#content table {
	width:90%;
	margin:15px auto;
	padding:5px;
	border:1px solid #F2EAD9;
}
#content table tr {
	width:90%;
	margin:15px auto;
	padding:5px;
}
#content table tr {
	width:90%;
	margin:15px auto;
	padding:5px;
}
/*
#content table tr:hover {
	background-color: #F2EAD9;
}
*/
#content table td {
	padding:3px;
}
#sidebar {
	width:190px;
	font-size:12px;
	float:right;
	padding:0;
}

/* End side drop-down for selecting a company */

#compNav, #compNav ul {
	position:relative;
	height:23px;
	list-style:none;
	margin:0 0 30px 0;
	font-weight:bold;
	padding:0 0 0 0px;
	z-index: 1;
}
#compNav a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 4px 5px;
	font-size: 12px;
}
#compNav ul li {
	float:left;
	text-align:center;
	padding:0;
	background: #E7D6B8;
	width: 185px;
	w\idth: 185px;
}
#compNav ul li img {
	vertical-align:middle;
	border:0;
}
#compNav ul li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 185px;
	w\idth: 185px;
	font-weight: normal;
	border-left: solid #fff 1px;
	border-top: solid #fff 1px;
	margin: 0;
	padding:0;
}
#compNav ul li ul a {
	border-bottom:solid #fff 1px;
	border-right:solid #fff 1px;
	text-align:left;
	padding-left:4px;
	width:185px;
	font-size:11px;
}
#compNav ul li:hover ul, #compNav li.sfhover ul {
	left: auto;
	left:0px;
}
#compNav ul li:hover, #compNav li.sfhover{ 
	background: #F2EAD9;
}

/* End side drop-down for selecting a company */

#footer {
	text-align:center;
	color:#666;
	margin:0 auto;
	clear:both;
	font-size:10px;
	width:750px;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.footnote {
	font-size:12px;
	color: #999;
	line-height:100%;
}
a.foot:link, a.foot:visited {
	color:#999;
	text-decoration:underline;
}
a.foot:hover {
	color:#999;
	text-decoration:none;
}
.hidden {
	display:none;
}
.shaded_form {
	padding:10px;
	background:#F2EAD9;
	border:1px dotted #000;
	background-image: url(../images/bg_form.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.shaded_form h3 {
	margin:0px;
	font-size:16px;
	font-style:italic;
}
.section {
	background-image:url(../images/icon_logo.gif);
	background-repeat:no-repeat;
	padding:0 0 0 30px;
	margin:10px 0 30px 0;
}
.section h2 {
	margin:0 0 0 20px;
}
.section p {
	margin:0 0 0 20px;
}
.img_border {
	border:1px solid #999;
}
.vertical_middle {
	vertical-align:middle;
}