/* CSS Document */

body { 
	background:	#663300;
	width:		990px;
	margin:		5px auto; 
	font-family:	"Helvetica Neue",Helvetica,Arial,Verdana,Geneva,sans-serif;
}

div#logoBar {
	background:	white;
}
div#logoBar a {
	text-decoration: none;
}
div#logoBar a img{
	border: 0;
}

div#menuBar {
	margin-top:	5px;

	background:	#c2b48f;
	font-size:	0.9em;

	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-right: 0.6em;
}

div .moduletableMenu {
	margin-top: 3px;
	float: left;
}

div .moduletableMenu a {
	padding-left: 0.6em;
	padding-right: 0.6em;
	color:	black;
	text-decoration: none;
	font-weight:	bold
}
div .moduletableMenu a:hover {
	text-decoration: underline;
}
div .moduletableMenu a#active_menu {
	color:	#663300;
}

div .moduletableSearch {
	float:right;
}

div#mainBody {
	margin-top:	5px;
}

div#leftBody {
	background:	white;
	width:		18%;
	float:		left;
	padding: 1%;
}

div .moduletableLeftMenu {
	font-size:	0.8em;
}

div .moduletableLeftMenu a {
	color:	black;
        display: block;
        padding-bottom: 0.6em;
  text-decoration: none;
}
div .moduletableLeftMenu a:hover {
      text-decoration:underline;
}
div .moduletableLeftMenu a#active_menu {
   color: #663300;
}


div#centerBody {
	float:		left;
	background:	white;
	margin-left:	1%;
	margin-right:	1%;
	width:		60%; 
	padding:	1% 1% 1% 1%;
	
	font-size: 1em;
	line-height: 1.6em;
}
div#rightBody {
	width:		16%;
	float:		left;
}

div#rightBody a {
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
}

div#rightBody a img{
	border: 0;
}

div#footer {
	margin-top:	1em;
	text-align:	center;
	font-size:	0.6em;	
}