body{
	background-color:#eeeeff;
	margin:10px 0px 0 10px;
	padding:0;
	font: 76% arial,sans-serif;
	text-align:center;	
}
h1{
	color:#CC9933;
	font-size:16pt;
	font-weight:500;
	text-align:center;
}
h2{
	color:maroon;
	font-size:12pt;
	text-align:center;
}
h3{
	color:maroon;
	font-size:9pt;
	font-weight:700;
	margin-top:6px;
	margin-bottom:2px;
}
li
{
	list-style-type:square;
	color:#CC9933;
}
.req
{
	color:maroon;
}
a:link{
	color:#666699;
}
a:active{
	color:#666699;
}
a:visited{
	color:#666699;
}
a:hover{
	color:#8888bb;
}
.menu_link{
	font-family:Times New Roman;
	font-size:12pt;
	font-weight:700;
	text-decoration:none;
}

.menu_link:link{
	color:white;
}
.menu_link:active{
	color:white;
}
.menu_link:visited{
	color:#eeeeee;
}
.menu_link:hover{
	color:#cccccc;
}

#container {
    background:#ffffff;
    border:2px solid #666699;
	text-align:center;	
	width:700px;
	margin: 0 auto;
}

#header
{
    background:#ffffff;
    height:160px;
	text-align:left;	
	color:white;
	font-size:12pt;
	font-weight:700;
}
#header_left
{
	float:left;
	height:160px;
	width:522px;
	background-image:url(images/openbook2top.jpg);
}
#header_right_panel {
    background:#ffffff;
    width:140px;
    height:160px;
    float:left;
	text-align:left;	
}
#header_right_stripe {
    background:#cccccc;
    width:30px;
    height:160px;
    float:left;
	text-align:left;	
}
#header_left_stripe {
    background:#666699;
    width:8px;
    height:160px;
    float:left;
	text-align:left;	
}

#menu{
	height:40px;
	background: #eeeeee;
	font-size:2px;
}
#menu_left
{
	float:left;
	height:40px;
	background-image:url(images/openbook2bottom.jpg);
}

#menu_right_panel {
    background:#ffffff;
    width:140px;
    height:40px;
    float:left;
	text-align:left;	
}
#menu_right_stripe {
    background:#dadada;
    width:30px;
    height:40px;
    float:left;
	text-align:left;	
}
#menu_left_stripe {
    background:#8888bb;
    width:8px;
    height:40px;
    float:left;
	text-align:left;	
}
#contact
{
    float:left;
    width:177px;
}
#litigation
{
    float:left;
    width:100px;
}
#property
{
    float:left;
    width:100px;
}
#about
{
    float:left;
    width:178px;
}
#home
{
    float:left;
    width:152px;
}
#useful
{
    float:left;
    width:193px;
}

#content{
    height:300px;
    background:#ffffff;
	text-align:left;	
}
#content_left_panel
{
	float:left;
	width:522px;
}
#content_right_panel{
    background:#ffffff;
    width:140px;
    height:300px;
    float:left;
	text-align:left;	
}
#content_right_stripe{
    background:#f0f0f0;
    width:30px;
    height:300px;
    float:left;
	text-align:left;	
}
#content_left_stripe{
    background:#ccccff;
    width:8px;
    height:300px;
    float:left;
	text-align:left;	
}

#content_title
{
	height:50px;
	text-align:center;
}
#heading_title
{
	 text-align:center;
	 color:#CC9933;
}
#content_text
{
	margin-left:40px;
	color:#333;
	font-size:10pt;
	text-align:left;
}
.required_field
{
	color:#CC9933;
}

#footer{
	height:70px;
    background:#CC9933;    
    text-align:center;
    color:white;
    font-size:10pt;
}
.form_row_height
{
	height:22px;
}
.hyland_form
{
	border:1px solid #666699;
}
.form_row
{
 	 color:#333;
	 float:left;
	 width:200px;
	 margin-left:10px;
	 text-align:left;
}
#footer_separator{
	height:6px;
	background: #666699;
	font-size:2px;
}
.button{
	background-color:#CC9933;
	color:white;
	border:1px solid #666699;
	font-weight:700;
	font-size:8pt;	
	margin-top:2px;
}

