html, body{
	text-align:center;
	margin:18px 0 0 0;
	font-family:verdana, arial;
	behavior: url(javascript/csshover2.htc);
}

img {border:none}

* {margin:0; padding:0}

a {font-size:11px; text-decoration:underline; color:#333a77; outline:none;}

a:hover {text-decoration:none;}

a:visited {color:#5f69be}

#search_button{position: relative; top: 3px; right:4px;}

.errors{color:#b10707;	font-weight:bold;}

.attorney_background{background-color: #F0F0F0;}

.attorney_alt_background {background-color: #fff;}

strong {color:#333333;}

tr, td {font-family:verdana, arial;	font-size:11px;	line-height:1.6em;}

form, input {padding:0;	margin:0;}

fieldset{border:none;}

.sub-title{	font-size:11px;	color:#333333;	font-weight:bold;}

.clear {clear:both;}

p {padding:5px 0;}

/* Float containers fix */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
}
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 

 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#left_column{display:none;} 

/*hide the right column when printing*/ 
#right_column{display:none;} 
#two_columns, #center_column{width:100%; float:none;}
}



