
/* general */
body {
	background: #5F8000 url(img/bg.gif);
	color: #336131;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

a {color: #682;}
a:hover {color: #9A6;}

* {margin: 0;padding: 0;}

h1 {
	background: #6e720f;
	color: #ffffff;
	line-height: 40px;
	padding-left: 16px;
}

blockquote {
	margin: 10px;
	background: #ffffff;
	border: 1px solid #336131;
	color: #336131;
	display: block;
	font-size: 1.5em;
	padding: 20px 25px;
}

blockquote p {padding: 3px 0;}

/* structure */
.container {
	background: #efa;
	border: 1px solid #000000;
	margin: 0 auto;
	width: 850px;
}

#header {
	background-repeat: no-repeat;
	width: 850px;
	height: 150px;
	margin: auto;
	border: 1px solid #000;
	background-image: url(img/header.jpg);
	
}

#bLogo {
	float:left;
	color: #ff0;
	font-size: 48px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 60px;
	font: Arial Black, Verdana, Helvetica, sans-serif;
}

#bText {
	float:left;
	margin-top: 10px;
	margin-left: 5px;
	color: #ff0;
	font-size: 48px;
	display: inline;
	font: Arial, Verdana, Helvetica, sans-serif;
}

#bInfo {
	float:right;
	margin-top: 10px;
	margin-right: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFF00;
	text-align: right;
	font: Verdana, Helvetica, sans-serif;
}

.content {
	margin-right: 300px;
	float: right;
	width: 632px;
	font-size: 14px;
}

.content h1 {
	margin-left: 2px;
}

.content h2 {
	font-size: 1.2em;
	margin: 10px 10px 5px 20px;
}

.content p {
	margin: 10px 30px;
}

.smalltext {
	margin-left: 20px;
	font-size: 0.8em;
	font-weight: bold;
}

.centered {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

.content ul {
	margin-left: 60px;
	list-style: square;
	font-size: 0.8em;
}

.content ul li {
	padding-bottom: 2px;
}

/* navigation */
.navigation {
	float:left;
	margin-left: 0px;
	border-left: 0px solid #000000;
	width: 218px;
}
.navigation h1 {
	background: #6e720f;
	color: #ffffff;
	font-size: 1.8em;
	line-height: 40px;
	padding-left: 12px;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
background: #E8F6BF url(img/bgnavigation.gif) repeat-x;
	border-bottom: 1px solid #D5E8AD;
	list-style: none;
	
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a {
	background: #E8F6BF url(img/bgnavigation.gif) repeat-x;	
	color: #f6fd02;
font-weight:bold;
	text-decoration: none;
}
.navigation li a:hover {
	background: #F0FFC6;
	color: #553;
}

.selected {
	background: #F0FFC6 !important;
	color: #553 !important;
	border-right: 1px solid #D5E8AD;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #000000;
	font-size: 1.1em;
	margin: 0 auto;
	border: 1px solid #000000;
	width: 848px;
	height: 40px;
}
.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}
.footer .left {float: left; padding: 20px 12px;}
.footer .right {float: right; padding: 20px 12px;}

