body {
	font-family: Verdana, Sans-Serif;
	background-color: #CCCCCC;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

img {
	vertical-align: bottom;
}

a img { 
	border: 0px; 
}

.outerboxLaw {
        text-align: center;
        margin: auto;	
		margin-top: 20px;			
		background-image: url(../images/background.jpg); 
		background-repeat: repeat-y;
        width: 900px; 
		background-color: white;		
        overflow: hidden;
}


.leftLaw {
	width: 250px;
	float: left;
}

.rightLaw {
	width: 630px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: 10px;
	float: left;
}

.rightLaw a:link {
	text-decoration: none;
	color: black;
}
.rightLaw a:visited {
	text-decoration: none;
	color: black;
}
.rightLaw a:hover {
	text-decoration: none;
	color: #bbbbbb;
}
.rightLaw a:active {
	text-decoration: none;
	color: black;
}

.outerboxTop {
        text-align: center;
        margin: auto;
        width: 900px; 
        background-color: #ffffff;
        overflow: hidden;
}

.leftTop {
	width: 249px;
	margin-top: 0px;
	padding-top: 10px;	
	height: 290px;
	background-color: white;
	color: black;
	-moz-opacity:0.5;
	-khtml-opacity:0.5; 
	opacity:0.5;
    filter:alpha(opacity=50);
	text-align: left;
	float: left;
}


.rightTop {
	width: 611px;
	height: 300px;
}

.outerboxCenter {
        text-align: center;
        margin: auto;
		background-image: url(../images/background.jpg); 
		background-repeat: repeat-y;
        width: 900px; 
        overflow: hidden;
}


.leftCenter {
	width: 250px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: left;
	border-bottom: 1px solid white;
	float: left;
}

.leftCenter ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
	
.layer1 a {
  	height: 24px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	display: block;
	background: url(../images/v3_1.jpg);
	background-repeat: no-repeat;
	padding: 8px 0 0 10px;
}	
	
.layer1 a:hover {
	color: #000000;
	background: url(../images/v3_1.jpg) 0 -32px;
	background-repeat: no-repeat;
	padding: 8px 0 0 11px;
}

.layer2 a {
  	height: 18px;
	text-decoration: none;
	color: #000000;
	display: block;
	background: url(../images/v3_2.jpg);
	background-repeat: no-repeat;
	padding: 3px 0 0 30px;
}	
	
.layer2 a:hover {
	color: #000000;
	background: url(../images/v3_2.jpg) 0 -21px;
	background-repeat: no-repeat;
	padding: 3px 0 0 31px;
}

.layer3 a {
  	height: 15px;
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	display: block;
	background: url(../images/v3_3.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 60px;
}	
	
.layer3 a:hover {
	color: #000000;
	background: url(../images/v3_3.jpg) 0 -15px;
	background-repeat: no-repeat;
	padding: 0 0 0 61px;
}

.rightCenter {
	width: 610px;
	padding: 20px;
	text-align: justify;
	float: left;
}
.rightCenter h1 {
	font-size: 18px;
	margin-bottom: 0px;
}
.rightCenter a:link {
	color: black;
}
.rightCenter a:visited {
	color: black;
}
.rightCenter a:hover {
	color: #bbbbbb;
}
.rightCenter a:active {
	color: black;
}

.outerboxBottom {
        text-align: center;
        margin: auto;		
		background-image: url(../images/background.jpg); 
		background-repeat: repeat-y;
		border-top: 1px solid #D8DBDB;
        width: 900px; 
		background-color: white;		
        overflow: hidden;
}


.leftBottom {
	width: 250px;
	float: left;
}

.rightBottom {
	width: 650px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 10px;
	float: left;
}

