body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #42854e;
	line-height: 15px;
	margin: 0px;
	background: white url('images/bg.jpg') top repeat-x;
}
a:link {
	color: #006600;
	text-decoration: none;

}
a:visited {
	color: #006600;
	text-decoration: none;

}
a:hover {
	color: #006600;
	text-decoration: underline;
}
a:active {
	color: #006600;
}
img {
	border:0;
}
h1 {
	font:bold 34px arial;
	color: #1c4f24;
	display:inline;
}
h3 {
	font:normal 18px arial;
	color: #42854e;
	margin-bottom:5px;
	margin-top:8px;
}
.buttons {
	background: #68b02b;
	color: white;
	font-size: 14px;
	border-bottom: 1px solid #49801c;
	border-right: 1px solid #49801c;
	border-top: 1px solid #a4e86a;
	border-left: 1px solid #a4e86a;
	padding: 6px;
}

li {
	list-style-position: inside;
	list-style-type: square;
	line-height: 16px;
	color: #006600;
}
#maincontainer {
	position: relative;
	margin: 0 auto;
	width: 934px;
	height: 100%;
}
#header {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height:128px;
	text-align:right;
	background: transparent url('images/sl_logo.png') top left no-repeat;
}	
#main {
	position: relative;
	float:left;
	width: 934px;
	height: 307px;
	background: transparent url('images/main.png') top no-repeat;
}
#maintamper {
	position: relative;
	float:left;
	width: 934px;
	height: 307px;
	background: transparent url('images/main_tamper.png') top no-repeat;
}
#bodymain {
	position: relative;
	float:left;
	width: 934px;
	background: transparent url('images/body_bg.png') top repeat-y;
}
#bodycontent {
	position: relative;
	margin: 0 auto;
	width: 900px;	
	min-height:360px;
	background: white url('images/body_content_bg.png') top center no-repeat;	
}
#bodycontenttamper {
	position: relative;
	margin: 0 auto;
	width: 900px;	
	min-height:360px;
	background: white url('images/body_content_bg_tamper.png') top center no-repeat;	
}
#bodycontentblank {
	position: relative;
	margin: 0 auto;
	width: 890px;	
	min-height:360px;
	background: white url('images/body_content_blank_bg.png') top center no-repeat;	
}
#contact {
	position: relative;
	float:left;
	width: 600px;
}
#contactleft {
	position: relative;
	float:left;
	width: 250px;	
	padding:10px;
}
#contactright {
	position: relative;
	float:right;
	width: 250px;	
	padding:10px;
}
#contactlower {
	position: relative;
	float:left;
	clear:both;
	width: 600px;	
	padding:10px;
}
#footer {
	position: relative;
	margin: 0 auto;
	width: 934px;	
	height:118px;
	clear:both;
	text-align:center;
	padding-top:15px;
	background: white url('images/footer_bg.png') top center no-repeat;	
}
.bodytext {
	display:block;
	width:500px;
	margin-left:250px;
}
.toplinks {		
	position: relative;
	float: right;		
	width: auto;
	padding-top: 85px;	
	padding-right: 25px;
	text-align: right;	
}
.toplinks a {
	font:bold 12px #42854e;
	text-decoration:none;
}
.toplinks a:hover {
	text-decoration:underline;
}
