body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container { 
	width: 760px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#webControls {
	height: 42px;
}
#controls {
    padding: 20px 0px 0px 0px;
    float: right;
}
#header {
	height: 94px;
	background: #FFFFFF url(../img/sky.jpg) no-repeat right top;
}
#headerImage {
    float: right;
    width: 167px;
    height: 94px;
}
#content {
	padding: 5px 0px 0px 0px;
}
#leftNav {
	float: left;
	width: 157px;
}
#mainContent {
	padding: 0px 0px 0px 182px;
}
#rightNav {
    float: right;
	padding: 0px 0px 10px 0px;
	width: 159px;
}
#contentDetail 
{
	padding: 8px 184px 0px 0px;
}
#Admin
{
    font-size: 8pt;
}
#footer {
	height: 25px;
	background: #002E63;
	padding: 8px 0px 0px 8px;
}
/***********************************************/
/* Text Styles                                 */
/***********************************************/
#footer span {
	font-size: 70%;
	color: #FFFFFF;
}
#rightNav a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
	font-weight: bold;
	color: #002E63;
	text-decoration: none;
	background-color: #97BAEB;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 7px 0px 7px 10px;
	text-align: left;
}
#rightNav a:hover {
    color: #FFFFFF;
}
/***********************************************/
/* Homepage Divs                               */
/***********************************************/
#hpContainer {
    width: 576px;
    font-family: Arial, Helvetica, sans-serif;
	color: #002E63;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
#hpBusiness {
    width: 179px;
    height: 210px;
    float: left;
    padding: 5px;
    background: #C7D1E3;
}
#hpYou {
    width: 179px;
    height: 210px;
    float: left;
    padding: 5px;
    background: #ABBADE;
}
#hpPersonalInjury {
    width: 179px;
    height: 210px;
    float: left;
    padding: 5px;
    background: #7896CF;
}
#hpContainer p {
    margin: 0px;
}
#hpContainer span
{
    padding: 0px 0px 0px 17px;
    text-align: center;
}

/***********************************************/
/* REORDER TEMPLATE                            */
/***********************************************/
.dragHandle {
	width:6px;
	height:20px;
	background-color:Blue;
	cursor:move;
	border:outset 1px white;
}
.callbackStyle {
	border:thin blue inset;		
}
.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}
.reorderListDemo li {
	list-style:none;
	text-align:left;
	margin: 0px 0px 0px -35px;
}
/***********************************************/
/* Classes	                                   */
/***********************************************/
.clr {
	clear: both;
}
.leftNav {
    font: 90% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A3A19E;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}
.leftNav:hover {
	color: #002E63;
}
.leftNavSub {
    font: 90% Arial, Helvetica, sans-serif;
    width: 230px;
	font-weight: bold;
	color: #002E63;
	text-decoration: none;
	background-color: #97BAEB;
	/*display: block;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}
.leftNavSub:hover {
    color: #FFFFFF;
}
.text_body {
	font-family: Arial, Helvetica, sans-serif;
	color: #002E63;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
.text_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #97BAEB;
	text-decoration: none;
	text-align: center;
}
.text_red {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 15px;
	text-decoration: none;
	text-align: left;
}   
.chkbox 
{
}
.chkbox INPUT
{
 float: left;
 width: 30px;
 padding: 0px 0px 0px 5px;
}
.chkbox LABEL
{
 
}