@charset "utf-8";
.lhs {
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	background: url(images/background.gif);
	background-position: center top;
	background-repeat: repeat;
	background-attachment: fixed;

	}
/* Links */

a{
	color:#660600;
	text-decoration: none;
	font-weight: bold;
    }

a:hover{
	text-decoration: none;
	color:#737b35;
	font-weight: bold;
	background-color: none;	
	}
	
#page {
	width: 960px; 
	margin:0px auto; /* Right and left margin widths set to "auto" */
	background-color:#FFF;
	border: solid 3px #000;
}

#header {
	
}
#copyholder {
		margin:0px auto; /* Right and left margin widths set to "auto" */
		width: 700px;
		text-align:center;
}


#copy {
	text-align:left;
}

#footer {
	display: block; 
	text-align:left;
	background-color:#747b35;
	padding-top:.3px;
	padding-bottom:.3px;
}
h2 {
	font-size:22px;
	font-weight:bold;
	margin-bottom:7px;
}
h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:-7px;
}
.small {
	font-size:9px;
}
.centerme {
	text-align:center;
	line-height:16px;
	color:#FFF;
}
p.bodyspace {
	font-size:14px;
	line-height: 20px;
}
