body {
	font-family: Verdana, Arial, Helvetica;
	background: url(images/blue_stripe_bkgrd.gif);
	margin: 0;
	padding: 0;
	text-align: left;
}

p  { color: #666666; font-size: 11.5px; margin-right: 34px; padding-left: 34px; text-align: left; }
h5     { color: #a14515; font-size: 16px; margin:0; padding-top: 0; padding-right: 34px; padding-left: 34px }

.rustheadline     { color: #930; font-size: 16px; font-weight: bold }
.blueheadline    { color: #007; font-size: 18px; font-weight: normal }
.blueheadline2    { color: #007; font-size: 14px; font-weight: normal }
.rusthighlight   { color: #930; font-size: 12px; font-weight: normal }
.formtext        { color: #505050; font-size: 9px; font-family: Verdana, Arial, Helvetica }
.maintext        { color: #505050; font-size: 11.5px; }
.footer      { color: #fff; font-size: 11px; }
.mainbold     { color: #2a2a2a; font-size: 11px; font-weight: bolder }
.italics  { color: #5a5a5a; font-style: italic; font-size: 12px; }
.footer_small    { color: #808080; font-size: 10px;text-align: left; }
.sidenav  { color: #505050; font-size: 12px; padding-left: 34px }
.faqs_headline { color: #fff; font-size: 14px; font-weight: bold }
.bigfirm_headline { color: #039; font-size: 14px; font-weight: bold }
.bigfirm_maintext  { color: #333; font-size: 14px; font-family: Times }
.bigfirm_w_headline { color: #fff; font-size: 14px; font-weight: bold }

#hidethis { visibility: hidden; }

form.sidebar {
	
}

form.sidebar .label {
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	margin-top: 10px;
	padding-top: 10px;
}

/* Navbar Styles  */
#navbar {
	margin: 0;
	padding: 0;
	background-image: url(images/navbar-bg.jpg);
	background-repeat: repeat-x;
	width: 756px;
	height: 35px;
	border-bottom: white solid 0px;
	border-top: white solid 1px;
	text-align: center;
}

#navbar ul.nav {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	width: 756px;
	height: 35px;
}

#navbar ul.nav li {
	margin: 0;
	padding: 0;
	width: 150px;
	border-right: 1px #ffcccc solid;
	border-left: 1px #cc9966 solid;
	display: inline;
	list-style-type: none;
	height: 35px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 35px;
}

#navbar ul.nav li.first {
	width: 149px;
	border-left: none;
}

#navbar ul.nav li.last {
	width: 149px;
	border-right: none;
}

#navbar ul.nav li a {
	font-size: 12px;
	font-weight: bold;
	color: #8e3211;
	display: block;
}

#navbar ul.nav li a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: #8e3211;
	display: block;
}

/* Tab Bar */
#content {
	margin: 0 1px;
}

.box{
background: #fff;
}

.boxholder{
clear: both;
padding: 5px;
background: #cccc99;
}

.tab{
float: left;
height: 208px;
width: 165px;
margin: 0 1px 0 0;
text-align: center;
background: #cccc99 url(images/tab-bg.jpg) repeat-x;
}

.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}

.leftcol {
	background: #a9b9da;
	background-image: url(images/lftcolbckgrnd3.gif);
	background-repeat: repeat-x;
}