


body {
	color:#000;
	background-color:white;
	margin:0px;
	padding:0px;
	font-family: arial, helvetica, sans-serif;
	}
	
img { border: none; }

h1 {
	margin:0px 10px 0px 10px;
	padding:0px;
	font-size:150%;
	font-weight:bold;
	color:#ffffff;
	}
	
h2 {
	font-size:150%;
	color:#28903B;
	font-weight: bold;
	}
	
h3 {
	font-size:100%;
	color:#000000;
	font-weight: bold;
	}
	
p {
	font-size: 100%;
	}



p.largebold {
	color: #000000;
	font-weight: bold;
	font-size: 100%;
	}
	
p.small {
	font-size: 85%;
	}
	

a {
	color:#000;
	text-decoration:none;
	}
	
a.menu {
	text-decoration:none;
	}

a.white:link {color:#fff; text-decoration:underline;}
a.white:visited {color:#fff; text-decoration:underline;}
a.white:hover {color:#000;background-color:#fff;}


a.black2:link {color:#000; text-decoration:underline; font-weight: bold;}
a.black2:visited {color:#000; text-decoration:underline; font-weight: bold;}
a.black2:hover {color:#000; text-decoration:underline; font-weight: bold;}

a.side1:link {background-color:#F8931F; padding-top: 12px; padding-bottom: 12px; padding-right: 30px; color:#fff; font-weight: bold;}
a.side1:visited {background-color:#F8931F; padding-top: 12px; padding-bottom: 12px; padding-right: 30px; color:#fff; font-weight: bold;}
a.side1:hover {background-color:#fff; padding-top: 12px; padding-bottom: 20px; padding-right: 60px; color:#000;}

a.black:link {color:#000; text-decoration:underline;}
a.black:visited {color:#000; text-decoration:underline;}
a.black:hover {color:#000; text-decoration:underline;}
 

.imgleft {
float: left;
padding: 0 10px 10px 0;
}

.imgright {
float: right;
}	

ul
{
list-style-type: disc
}

#pagecontainer {
	position: absolute; left:10px; top:10px;
	}
	
	
#sidecontainer {
	position:absolute; left:0px; top:310px;
	}
	
.spacer {
	height: 10px;
	}
		
#menu {
background-color: #ED1C24;
}

#side1 {
background-color: #F7931E;
}

#side2 {
background-color: #6C5635;
padding: 0 20px 0 20px;
color: #fff;
line-height: 130%;
font-size: 80%;
}

#side3 {
padding: 0 10px 0 10px;
color: #000;
line-height: 130%;
font-size: 70%;
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 1px dotted #000;
}

#resize {
font-size: 80%;
position: absolute; top:16px; left: 14px;
line-height: 160%;
background-color: #ffffff;
padding: 10px;
}

#button {
	width: 250px;
	margin: 0;
	padding: 0 0 0px 0px;
	}
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0 0 0 0px;
		border: none;
		text-align: left;
		font-size: 80%;
		font-weight: bold;
		}
		
	#button li {
		margin: 0;
		}
		
		#button li a {
		display: block;
		padding: 5px 20px 6px 20px;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		background-color: #fff;
		color: #000;
		}
	
	
#header {
position:absolute; left: 0px; top: 0px
	}
	

#content {
	text-align: left;
	width:520px;
	height: 470px;
	font-size: 80%;
	line-height: 150%;
	text-align: left;
	position:absolute; left:260px; top:310px;
	color: #000;
	}

.picturecontent {
	padding:20px 0px 20px 0px;
	text-align: left;
	border-bottom: 1px solid #28903B;
	}
	
.headback {
	width: 520px;
	height: 50px;
	text-align: left;
	background-image: url('images/headback.jpg');
	background-repeat: no-repeat
	}
	
	
#navlist li { list-style-type: square; }
	