@charset "UTF-8";
/* CSS Document */
body {
	color : #3e5501;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	background-color: #f5f6f1;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat;
	background-position: center 0;
	text-align : center;
	margin: 0;
	padding: 0;
}

div#container {
	width:800px;
	background-image:url(../images/containerback2.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	margin : 0 auto;
	padding : 0;
	text-align : left;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}

div#menu {
	width : 520px;
	padding : 0;
	height: 12px;
	margin-top: 115px;
	margin-right: 0;
	margin-bottom: 13px;
	margin-left: 0;
	}
div#leftcolumn {
	float: left;
	width:520px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	}
div#rightcolumn {
	background-image: url(../images/bkg2.jpg);
	background-repeat: repeat-y;
	width: 280px;
	float : right;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div#bottomnav {
	width:800px;
	height: 35px;
	padding-top: 3px;
	background-image: url(../images/F1F2E8_bkg.jpg);
}

div#footer {
	width:            800px;
	height: 81px;
	background-color: #b5bd9a;
}

div#separator {
	width : 800px;
	height: 7px;
	margin : 0;
	padding : 0;
	color:#ffffff;
	background-color: #315800;
	}

.footer {
	text-align:center;
	color:#e5ebf1;
	letter-spacing:normal;
	font-size:10px;
	font-weight: bold;
	}

.clearfloats {clear:both;}

p {
	padding-right: 10px;
	padding-left: 10px;
	}

h1, h2, h3, h4, h5, h6 {
	padding-right: 10px;
	padding-left: 10px;
	}
