body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #899E65;
	background: #899e65;
	text-align: center;
}

p {
	font-size: 1.5em;
	/*line-height: 1.3;*/
	margin:0;
	padding: 15px75px 50px 20px;
	line-height: 1.7;
	color: #000000;
}

h1{
	padding: 0 75px 0px 20px;
	font-size:3.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

h2{
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-right: 25px;
	padding-left: 25px;
}

h3{
	padding: 0 75px0px 20px;
	font-size: 110%;
	color: #000000;
	text-align: left;
}

h5 {
	font-size:14px;
}
	
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

#page-container {
	width:900px;
	margin: auto;
	text-align: center;
	border: thin solid #000000;
	background-color: #FFFFFF;
}

#header {
	background: #899e65;
	height: 300px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#sidebar-a {
	float: left;
	width: 200px;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 10px;
}
#content {
	float: left;
	width: 400px;
	text-align: left;
	padding-top: 0px;
	background-color: #FFFFFF;
}

#footer {
	clear: both;
	height: 40px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #cbb296;
	text-align: center;
}

#nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	list-style:none;
	margin-left: 2px;
	font-weight: bold;
	padding-top: 65px;
}

#nav a {
	display:block;
	width:180px;
	color:#000000;
	text-decoration:none;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	height: 30px;
	text-indent: 40px;
}

#nav a:hover { 

	background-image: url(../images/menu_a.gif);
	background-repeat: no-repeat;
    color: #0033CC;
}
#nav a:active {
	background-image: url(../images/menu_o.gif);
	background-repeat: no-repeat;
    color: #996633;
}
#banner {
	height: 100px;
	width: 900px;
	margin-top: 25px;
	float: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
}
#news {
	float: right;
	width: 275px;
	padding: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000;
}
#news a {
	color: #996633;
	text-decoration: none;
}
#news a:hover {
	color: #996633;
	text-decoration: underline;
}

