﻿*, html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #404040;
}
p, h1, h2, h3, ul, li {
	padding: 0 10px;margin-top: 10px;
}
h1, h2, h3 {
	color:#006;
	font-family: Arial, Times New Roman, Times, serif;
	font-weight: normal;
margin-top: 15px;
}	
h1 {
	font-size: 24px;
	margin-top: 10px;
	line-height: 30px;
}
h2 {
	font-size: 20px;
	background: url('images/h2-background.jpg') #fff no-repeat left;
	padding: 5px;
	margin-left: 10px;
}
h2.tall {
	font-size: 20px;
	background: url('images/tall-h2.jpg') #fff no-repeat left;
	padding: 5px;
		margin-left: 10px;
}
p.emphasis {
	margin: 20px;
}
h3 {
	font-size: 18px;
	font-style: normal;
	line-height: 30px;
}
.center {
	text-align: center;
}
ul li {
	margin-left: 30px;
	margin-right: 15px;
	list-style-type: square;
}
ol li {
	margin-left: 40px;
	margin-right: 40px;
}
a:link {color: #f60}
a:visited {color: #f60}
a:hover {color: #f90}
a:active {color: #f90}

.maintable {
	width: 900px;
	border: 1px solid #fff;
	margin: auto;
}
.header {
		height: 125px;
}
.main {
	background: #fff;
	width: 700px;
	padding: 5px 10px 15px 10px;
}
.leftcolumn {
width: 200px;
	border-right: 1px solid #f60;
	background: #d7e9ff;
}
.bottomrow {
	background-color: #006;border-bottom: 2px solid #f60;}

.copyright {
	width: 900px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	margin: auto;
}
img, img a {
	border: 0;
}
.normal {
	margin: auto;
	width: 100%;
}
.normal td {
	text-align: center;
}

#navcontainer ul
{
margin: 10px 0 0 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
list-style-type: none;
}
#navcontainer li { margin: 0 0 5px 0;list-style-type: none; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 10px;
border: 1px solid #333;
border-left: 4px solid #f60;
width: 160px;
background-color:#006;
font-weight: bold;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #333;
background-color: #F60;
color: #333;
border-left: 4px solid #006;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FF6600;
color: #333;
border-left: 4px solid #f60;
}
.leftcontentblock {
	width: 175px;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	border-right: 1px solid #333;
		border-left: 1px solid #333;	
	margin-top: 10px;
	border-top: 1px solid #f60;
	border-bottom: 1px solid #f60;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}
.searchbox {
	width: 200px;
	float: right;
	background: #fff;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	border-right: 1px solid #006;
		border-left: 1px solid #006;	
	margin-top: 10px;
	border-top: 1px solid #f60;
	border-bottom: 1px solid #f60;
	height: 70px;
	margin-right: 5px;
	margin-top: 10px;}
.searchbox p {font-size: 13px;line-height: 16px;font-weight: bold;padding: 0;}

#searchfields {width: 90%;margin: 10px; font-weight: bold;}
#searchfields td {padding-top: 5px;padding-bottom: 5px;}
#searchfields td.bottomborder {border-bottom: 1px solid #f60;}

.accounttbl {width: 450px; font-weight: bold;margin-left: 100px;margin-top: 10px; border: 1px solid #006;}
.accounttbl td {padding-top: 5px;padding-bottom: 5px; width: 50%;text-align: right;}
.accounttbl td.bottomborder {border-bottom: 1px solid #f60;}
.accounttbl th.theader {background-color: #006; color: #fff;padding: 3px 0;}

.center {text-align: center; margin: auto;}

#BusinessInfoTbl {width: 100%;margin: 10px; font-weight: bold; font-size: 11px;}
#BusinessInfoTbl td {padding-top: 5px;padding-bottom: 5px;border: 1px solid #ccc;}
#BusinessInfoTbl td.bitfield {text-align: right;font-weight: bold; padding-right: 5px; width: 250px;}

.credittbl {width: 600px; font-weight: bold;margin-left: 10px;margin-top: 10px; border: 1px solid #ccc;}
.credittbl td {padding-top: 5px;padding-bottom: 5px; }
.credittbl td.bottomborder {border-bottom: 1px solid #f60;}
.credittbl th.theader {background-color: #006; color: #fff;padding: 3px 0;}
.credittbl td.bitfield {text-align: right;font-weight: bold; padding-right: 5px; width: 250px;}

.BizLink a {
	text-decoration:none;
	font-weight: bold;
}