/* BODY */
body {
	background: #e1e4ce;
	color: #000000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
}

img {
	border: none;
}

a:link {
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
}

a:visited {
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
}



/* HEADER */
.logo_text {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
}

.logo_slogan {
	font-size: 13px;
	font-weight: bold;
}


/* MENU */
div.menu {
	padding: 3px 3px 0px;
	margin: 0px;
	font-size: 11px;
}

div.menu a {
	background: transparent;
    	border-width: 1px;
    	border-style: solid solid none solid;
    	font-weight: normal;
    	height: 1.2em;
    	margin-right: 0.5em;
    	padding: 0em 2em;
}

div.menu a.selected {
	background: #B1B78B;
    	border-color: #000000;
	text-decoration: none;
}

div.menu a:hover {
	background: #B1B78B;
	border-color: #000000;
	color: #eeeeee;
}


/* CONTENT */
.content {
	border-style: solid none solid none;
	border-width: 1px;
	background: #f6f7eb;
	padding: 10px;	
}

.lastupdate {
	text-align: right;
	font-style: italic;
	/* This positions this element below all floats */
	clear: both;
}


/* NEWS */
div.news {
    	border-width: 1px;
    	border-style: solid solid solid solid;
	width: 250px;
	padding: 8px;
	float: right;
	background: #c1c3b0;
	margin: 10px;
}

div.news h1 {
	font-weight: bold;
	font-size: 14px;
}

div.news_item {
	padding: 10px 0px;
}

div.news a {
	text-decoration: none;
}

div.news a:hover {
	text-decoration: underline;
}

div.news .news_header {
    	font-weight: bold;
}


/* FOOTER */
.footer {
	text-align: center;
	border-style: none;
	padding: 3px 3px 0px;
	margin: 0px;
}
