@charset "utf-8";
/* CSS Document */

body {
    background-color: #68B46A;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#container {
	margin: 0px auto;
	width: 770px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/border2.png);
	background-repeat: repeat-y;
	background-position: center center;
}
/* Header Styles */
#header {
	clear: both;
	height: 150px;
	width: 730px;
}
#header h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #000000;
	text-align: center;
}
/* Content Styles */
#linkbar {
	height: 50px;
	width: 730px;
	font-size: 12px;
	color: #0B470C;
	text-align:center;
	font-weight: bold;
}
#linkbar a {
	font-size: 12px;
	color: #0B470C;
	text-decoration: none;
	font-weight: bold;
}
#linkbar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0B470C;
}
#topcontent {
	width: 710px;
	margin-left: 20px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(images/background93.jpg);
	font-weight:normal;
}
#topcontent p {
	font-weight:normal;
}
#topcontent .color{
	color: #000000;
	font-size:24px;
	font-weight:bold;
}
#topcontent h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000080;	
}
.bigbold {
	font-family: "Stylistic SF";
	font-size: xx-large;
	font-style: oblique;
	color: #0B470C;
}
#footer a {
	text-decoration: none;
	color: #0B470C;
}
	

