/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-image: url("images/background_8.gif");
	color: #FFFFFF;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #FCF3C3;
	font-size: 23px;
	font-weight: bold;
	line-height: 33px;
	border-bottom:dotted 2px #FCF3C3;
}
h2 {
	color: #a3a3ff;
	font-size: 20px;
	font-weight: bold;
}
h3 {
	color: #a3a3ff;
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	color: #FCF3C3;
	margin-bottom:5px;
}

h6 {
	font-size: 13px;
	color: #00CCFF;
}

a,  a:link {
	color: #fcf3c3;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
	/*color: #FFCC00;*/
	text-decoration:underline;
}
.small {
	font-size: 9px;
}

a:focus {
  color: #0000FF;
}
a:active {
  color: #990000;
}
#outerWrapper {
  background-color: #000033;
  background-image: url("/images/0");
  border: solid 1px #FFFFFF;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 890px;
}
#outerWrapper #header {
  background-color: #FFFFFF;
  background-image: url("images/header.gif");
  border-bottom: solid 2px #333333;
  border-left: solid 1px #990000;
  border-right: solid 1px #990000;
  border-top: solid 1px #990000;
  font-weight: bold;
  height: 99px;
  padding: 0px 0px 0px 0px;
}
#outerWrapper #contentWrapper {
  background-color: #000033;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #000033;
	border-right-style: none;
	float: left;
	width: 200px;
	margin: 0px;
}
#outerWrapper #contentWrapper #content {
	border-left: solid 1px #FFFFFF;
	padding: 10px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	min-height:1200px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background-color: #FFFFFF;
  border-bottom: solid 1px #990000;
  border-left: solid 1px #990000;
  border-right: solid 1px #990000;
  border-top: solid 2px #333333;
  color: #000033;
}
#outerWrapper #footer a, #outerWrapper #footer a:link {
  color: #990000;
}
#outerWrapper #footer a:visited {
  color: #990000;
}
#outerWrapper #footer a:hover {
  color: #990000;
  text-decoration: underline;
}
.red {
	color: #FFFFFF;
	font-size: 14px;
}
.box {
	background-color: #000033;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.image_right {
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 10px;
	border: 1px solid #FFFFFF;
}

.image_left {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 25px;
	border: 1px solid #FFFFFF;
}

.outline {
	border: 1px solid #FFFFFF;
}
.floatleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
.title {
	font-size: 13px;
	font-weight: bold;
	color: #fcf3c3;
	text-decoration: none;
}
fieldset {
	width : 600px;
	margin : 0 1px 1px 0;
	padding : 10px;
	border : 1px solid #ccc;
	background-color: #000033;
}
.contact_title {
	font-size: 16px;
	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
}
.contactus {
	margin-left: 15%;
}
#outerWrapper #contentWrapper2 {
	background-color: #000033;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#disclaimer {
	width: 890px;
}
.image_right2 {
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 62px;
	border: 1px solid #FFFFFF;
}

.attorney_fees_bg { background-color:#000000; line-height:45px; padding:10px 0; border-bottom:dotted 1px #fcf3c3; border-top:dotted 1px #fcf3c3;}

.attorney_fees_bg h1 { border:none;}

.content_holder { padding:3px 0; border-bottom:dotted 2px #fcf3c3; font-weight:bold; line-height:20px;}

.news_border { padding:5px 3px; border-top:dotted 2px #fcf3c3; border-bottom:dotted 2px #fcf3c3;}

.news_border2 { padding:15px 3px; border-bottom:dotted 2px #fcf3c3;}

.inner_bg_border { border-left:solid 1px #FFFFFF;}
