@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: 900px;
	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: 860px;
}
#header h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #0B470C;
	text-align: center;
}
/* Content Styles */
#linkbar {
	height: 50px;
	width: 860px;
	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: 840px;
	margin-left: 20px;
	padding-right: 10px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(images/background2.jpg);
}
#topcontent a {
	font-size: 12px;
	color: #0B470C;
	text-decoration: none;
	font-weight: bold;
}
#topcontent a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0B470C;
}

#topcontent .color {
	color: #0B470C;
	font-size:12px;
	font-weight:bold;
}
#topcontent .colora {
	color: #0B470C;
	font-size:12px;
	font-weight:bold;
	margin-left: 60px;
}
#topcontent .italics {
	font-style: italic;

}
#topcontent h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000080;	
}
#topcontent .margin {
	margin-left: 60px;
}
#side {
	float: right;
	width: 300px;
	height: 500px;
	clear: none;
	border: 2px groove #72ABB4;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
}
#side h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000080;
}
#side a {
	font-size: 12px;
	color: #0B470C;
	text-decoration: none;
	font-weight: bold;
}
#side a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0B470C;
}
#footer a {
	text-decoration: none;
	color: #0B470C;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0B470C;
}
p {
	font-weight:normal;
	margin-right: 5px;
}
.pad1 {
	padding-right: 110px;
	padding-left: 10px;
}
.pad2 {
	padding-left: 85px;
}
.bigbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #0B470C;
}	
