@charset "utf-8";
html {
	margin: 0px;
	text-align: center;
}
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 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;
}
.twoColFixLt #container {
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/back.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
}
.twoColFixLt #LeftBar {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
}
#LeftTopContainer {
	height:200px;
	width:300px;
	margin: 0px;
	padding: 0px;
}
#LeftTopContainer div {
    position:absolute;
    z-index: 0;
}
#LeftTopContainer div.previous {
    z-index: 1;
}
#LeftTopContainer div.current {
    z-index: 2;
}
#LeftBottomContainer {
	width: 300px;
	background-image: url(../images/law1.jpg);
	background-repeat: no-repeat;
	color: #DDD;
	height: 655px;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixLt #LeftBottomContainer h3 {
	background-color: #925127;
	display: block;
}

.twoColFixLt #LeftBottomContainer ul {
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
.twoColFixLt #LeftBottomContainer li {
	font-size: 1.2em;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	margin: 0px;
	padding-top: 0.2em;
	padding-right: 0px;
	padding-bottom: 0.2em;
	padding-left: 39px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9C34;
	list-style-type: none;
	color: #000;
}
.twoColFixLt #LeftBottomContainer li:hover {
	font-size: 1.2em;
	background-image: url(../images/bullet_over.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	margin: 0px;
	padding-top: 0.2em;
	padding-right: 0px;
	padding-bottom: 0.2em;
	padding-left: 39px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9C34;
	list-style-type: none;
	color: #925127;
}
.twoColFixLt #LeftBottomContainer li a {
	text-decoration: none;
	display: block;
	color: #000;
}
.twoColFixLt #LeftBottomContainer li a:hover {
	text-decoration: none;
	display: block;
	color: #925127;
}





.twoColFixLt #RightTopHeader {
	float: right;
	height: 100px;
	width: 660px;
	background-image: url(../images/headerback.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLt #Menu {
	width: 660px;
	color: #FFF;
	background-image: url(../images/menuback.gif);
	background-repeat: repeat-x;
	height: 20px;
	margin-top: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	font-size: 0.9em;
}
.twoColFixLt #Menu a, .twoColFixLt #Menu a:link, .twoColFixLt #Menu a:focus {
	text-decoration: none;
	color: #FFF;
	background-color: #925127;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 7px;
	margin-top: 1px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLt #Menu a:hover {
	text-decoration: none;
	color: #925127;
	background-color: #FFAF49;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 7px;
	margin-top: 1px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


.twoColFixLt #mainContent {
	color: #DDD;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 120;
	margin-left: 320px;
	margin-bottom:30px;
	text-align: left;
	width: 630px;
} 

.twoColFixLt #mainContent a, .twoColFixLt #mainContent a:link, .twoColFixLt #mainContent a:focus, .twoColFixLt #mainContent a:visited {
	color:#FFF;
	text-decoration:none;	
	font-weight:bold;
}

.twoColFixLt #mainContent a:hover {
	color:#FFF;
	background-color:#930;
	text-decoration:underline;
	font-weight:bolder;
}

.twoColFixLt #footer {
	margin: 0px;
	clear: both;
	height: 100px;
	width: 960px;
	background-image: url(../images/footerback.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	color: #000;
	font-weight: bold;
}
.twoColFixLt #footer a, .twoColFixLt #footer a:link, .twoColFixLt #footer a:focus {
	text-decoration: none;
	color: #1E0200;
}
.twoColFixLt #footer a:hover {
	color: #FFF;
}


.twoColFixLt #footer a   img{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.googlefont {
	/*background-color:#EEE;		
	*/
	display:inline;
	letter-spacing:0.1em;	
	margin-bottom:20px;
	margin-top:20px;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	color: #FFF;
	text-shadow: 0px 2px 4px #fff;
	/*font-family: 'Lobster', arial, serif;*/
	font-family:'IM Fell English SC', arial, serif;
}
