
* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #6b8210 url('images/background.jpg') repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #575252
}

h1 { font-size: 197%; font-weight: normal; color: #6b8210;}
h2 { font-size: 167%; font-weight: normal; color: #FFFFFF;}
h3 { font-size: 100%; font-weight: bold;   color: #6b8210;}
h4 { font-size: 100%; font-weight: bold;   color: #FFFFFF;}
h5 { font-size: 1%; color: #f1f1f1;}

p, ul, ol {
	font-size: 100%;
}

p {
}

ul {
}

ol {
}

blockquote {
}

a {
	color: #9ba279;
}

a:hover {
	text-decoration: none;
}



/* Banner Image */

#ban {
	background: url('images/banner.jpg') no-repeat center top;
	height: 230px
}


/* Menu */

#menu {
	width: 790px;
	height: 130px;
	margin: 0 auto;
}


#menu a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #6b8210;
}


#menu a:hover, #menu .active a {
	color: #6b8210;
	text-decoration: underline;
}




/* Page */

#page {
	width: 790px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 475px;
	padding: 20px 25px 0 20px;
}

.boxed {
	background: #6b8210;
	color: #ffffff;

}

.boxed .title {
	margin: 0;
	padding: 5px 20px;
	background: #c4d090;
	font-size: 100%;
	font-weight: bold;
	color: #272727;
}
.boxed .title a {
	text-decoration: underline;
	color: #272727;
}

.boxed .title a:hover {
	text-decoration: none;
	color: #272727;
}


.boxed .content {
	padding: 20px;
}

.boxed .content a {
	text-decoration: underline;
	color: #ffffff;
}

.boxed .content a:hover {
	text-decoration: none;
	color: #ffffff;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
	padding: 10px 10px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
}

#sidebar h2 {
	margin: 0;
	padding: 10px;
	background: #c4d090;
	border-top: 1px solid #6b8210;
	border-bottom: 1px solid #6b8210;
	font-size: 100%;
	font-weight: bold;
	color: #272727;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
}

#sidebar a {
	text-decoration: underline;
	color: #6b8210;
}

#sidebar a:hover {
	text-decoration: none;
	color: #6b8210;
}



/* Footer */

#footer {
	width: 790px;
	height: 50px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	color: #c4d090;
}

#footer p {
	margin: 0;
	padding: 0 0 0 40px;
	font-size: 77%;
	color: #6b8210;
}

#footer a {
	text-decoration: underline;
	color: #6b8210;
}

#footer a:hover {
	text-decoration: none;
	color: #6b8210;
}