#print_header {
	display:	none;
}

.menu {
	position:relative;
	z-index:100;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #140b28;
	background-image: url(../images/law6_r2_c5.jpg);
	background-repeat: repeat-x;
	height: 23px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.menu ul {
	padding:0;
	margin:0;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
}

/* style the links for the top level */
.menu ul.drop a {
	padding-top: 2px;
	padding-bottom: 3px;
}

.menu a, .menu a:visited {
	border:1px solid #140b28;
	border-width:1px 0 1px 1px;
	color: #FFFFFF;
	font-size:12px;
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	font-weight: normal;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul.drop {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:13px;
	width:149px;

	list-style-type:none;
	width: 149px;
}
/* another hack for IE5.5 */
* html .menu ul ul {top:24px;t\op:25px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0px;
	left:13px;
	border-collapse:collapse;;
}

/* style the second level links */
.menu ul.drop a, .menu ul.drop a:visited {
	height:auto;
	line-height: 1em;
	width:128px;

	background-color:#140b28;
	background-image:none;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
	font-size: 11px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the hover */
.menu a:hover, .menu ul.drop a:hover{
	color:#fff;
	background:#140b28;
	text-decoration:underline;
}
.menu :hover > a, .menu ul.drop :hover > a {
	color:#fff;
	background:#140b28;
	text-decoration:underline;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible;}

LI.mi + LI.mi { padding-right: 14px;}

IMG {
	border: 0px;
}

body{
	margin:0px;
	background-color:#e9ebed;
}

#container{
	margin:0px auto;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	width:898px;
}
#header{
	background-image:url(../images/law6_r1_c2.jpg);
	width:898px;
	height:95px;
}

#search_box {
	float:right;
	margin-top:25px;
	margin-right:10px;
	color:#FFFFFF;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}
#search_box .text{
	height:10px;
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#search_box .button{
	height:16px;
	width:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#FFFFFF;
	background-color:#928a61;
	border:0px;
}
#search_box h4{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
	margin:0px 0px 18px 0px;
}

#middle_row{
	background-color:#FFFFFF;
	height:auto;
}

#data_column{
	float:left;
	padding: 		25px 0px  60px 25px;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		13px;
	line-height:	19px;
	width:			648px;	
}
#data_column h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-style:italic;*/
 font-weight:normal;
 margin:0px;
 padding:0px;
 font-size:18px;
 color:#87805a;
}

#gray_print_bar{
	background-image:url(../images/law6_r4_c5.jpg);
	height:23px;
	float:left;
	width: 858px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:	10px;
	padding:	10px 15px 0px 25px;
}

#data_column a{
 color:#140b48;
 font-weight:bold;
}
#data_column a:hover{
 color:#140bff;
}

#gray_print_bar a{
 color:#140b48;
}
#gray_print_bar a:hover{
	text-decoration:none;
	color:#140bff;
}

#footer a{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	text-decoration:none;
}
#footer a:hover{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

.bar{
	height:5px;
	background-color:#928a61;
	font-size:1px;
}

#footer{
	padding:10px 10px 0px 10px;
	height:30px;
	background-color:#140b28;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color: rgb(255,255,255); /*#858585;*/
}

.form{
	margin:0px;
}
.fixer{
	clear:both;
	font-size:1px;
}
.float_left{	
	float:left;

}
.float_right{	
	float:right;

}