/*
CLF Law Corp Stylesheet rev: 051005
*/
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #006600;
	color: #000000;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 110.0%;
	min-width: 770px;
	background-image: url(../images/grn_bg.jpg);
	background-repeat: repeat-y;
}
#wrapper {
	text-align: center;
}
#content {
	margin-top: 100px;
	margin-left: 250px;
	margin-right: 200px;
}
#content h1{
font-size:120%;
text-align:center
}
#content h2{
	font-size:105%;
	text-align:left;
	margin-left: 20px;
}
#content ul{
	background-color: transparent;
	margin: 0;
	padding-left: 25px;
	padding-right: 25px;
}

#content li{
	margin: 0px 7px;
	text-align: left;
}
#content ul p{
	text-align: left;
	padding-left:30px;
	text-decoration: underline;
}
#content p {
	font-size: 100%;
	margin: 10px 6px 10px 6px;
	padding: 0;
	text-align: left;
}
#leftcol {
	float: left;
	width: 200px;
	margin-left: 15px;
	background-color:transparent;
	margin-top: 30px;
}
#leftcol #navigation {
}
#leftcol #navigation ul {
	font-size: 100%;
	list-style-type: none;
	text-align: right;
}
#leftcol #navigation ul li {
}
#leftcol #navigation a, 
#leftcol #navigation a:visited {
	color: #CCCCCC;
	display: block;
	text-decoration: none;
}
#leftcol #navigation a:hover, 
#leftcol #navigation a:focus {
	background-color: transparent;
	color: #FFFFFF;
	font-size: 95%;
	margin-left: 2px;
}
#footer {
	background-color: transparent;
	width: 770px;
	font-size: 65%;
	text-align: center;
	margin-top: 25px;
	clear: left;
}

#footer p {
	margin: 0;
}

#footer ul{
	background-color: transparent;
	margin: 0;
}
#footer li{
	display: inline;
	margin: 0px 7px;
}
#footer a {  
color: #000;  
text-decoration: underline;  
}

#footer a:hover,
#footer a:focus {
	text-decoration: underline;
	color: #616161;
}
