body {
	background: #fff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0;
	text-align: center;
}

#outer {
	text-align: left;
	width: 757px;
	margin: 0 auto;
}

#content {
	position: relative;
	width:757px;
	padding: 0;
	margin: 0;
}

#leftsidebar {
	float:left;
	width:240px;
	clear: none;
	margin: 0;
	padding: 0;
	height: 100%;
}

.sidebar_subhead {
    width: 235px;
    background: #063A75;
    background-position: bottom left;
    font-size: 11px;
    font-weight: bold;
    color: #FFFF00;
    text-align: center;
    border: 1px #AAAAAA solid;
    padding: 2px 0;
    margin-top: 10px;
}

.sidebar_content {
	background: #ffffee;
    width: 220px;
    padding: 5px 7px;
    border: 1px #AAAAAA solid;
    border-top: 0;
    font-size: 12px;
	text-align: center;
	color: #666666;
}

/* Main Content styles */

#maincontent {
	text-align: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 15px;
	width: 480px;
	float: right;
}

#maincontentfull {
	text-align: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 15px;
}

#footer {
	width: 757px;
	float: left;
	font-size: 9pt;
	text-align: center;
	padding: 10px 0 0 0;
	font-family: Arial, sans-serif;
	border-top: solid #000099 1px;
}

#footer a {
	color: #063A75;
}

#footer a:hover {
	color: #3c6fa9;
}

img {
	border: 0;
}

a:link, a:visited {
	font-weight : bold; 
	color: #00f;
	background: transparent; 
}

a:hover {
	color: #f00;
}

a:active {
	color: #009;
}

h1 {
	font-size: 22pt;
	font-family: Times New Roman, serif;
	font-style: normal;
	margin-top: 13px;
}

h2 {
	font-size: 16pt;
	margin-top: 13px;
}

h3 {
	font-size: 13pt;
	font-style: italic;
	margin-bottom: 0;
}

h4 {
	font-family: Times New Roman, serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}

form{
	margin: 0;
	padding: 0;
}

.underline {
	text-decoration: underline;
}

.highlight {
	background: yellow;
}

.numberList {
	list-style-type: none;
	list-style-image: none;
}
.checkMark {
	list-style-image: url(images/checkmark.gif);
	padding: 0 0 10px 0;
}
#header {
	width: 760px;
}

#header img {
	margin: 0 auto;
	clear: both;
	padding-bottom: 0px;
	padding-left: 2px;
}

.center {
	text-align: center;
}

.faq li {
	list-style-type: decimal;
}

.answer {
	background-color: #FFFFCC;
}

.question strong {
	text-decoration: underline;
	cursor: pointer;
}

.question strong:hover {
	color: #3c6fa9;
	cursor: pointer;
}

.myths {
	margin-left: 0;
	padding-left: 0em;
}

.myths li {
	list-style-type: none;
}

.myths h3 {
	font-style: normal;
}

ol li {
	padding: 10px 0px 10px 0px;
}

.testimonials li {
	height: 230px;
	list-style-type: none;
	padding-bottom: 0em;
	padding-top: 0em;
	clear: both;
}

.testimonials li h3 {
	border-bottom: 1px black solid;
}

.testimonials li img {
	padding-top: 5px;
	padding-left: 10px;
	float: right;
}

.testimonials p {
	margin-right: 1em;
}

.testimonials {
	padding-top: 0;
	margin-top: -1em;
	padding-bottom: 4em;
}

/* New Menu */

#injurymenuwrapper {
	border-bottom:2px solid #06a;
	background:#eee;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: .78em;
}

#menu {
	list-style-type:none;
	padding: 10px 0;
	margin: 0;
}

#menu li {
	display: inline;
	padding: 0;
	margin: 0;
}

#menu li a {
	padding: 10px 10px;
	text-decoration:none;
  	color:#000;
}

#menu li a:hover {
  	color:#fff;
  	background: #06a;
  	border-bottom:2px solid #08c;
}

