@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color: #6c6;
	}
a:link {   color: #383}
#left a:link {   color: #cccccc}
a:visited {  color: #383}
#left a:visited {  color: #CCFFCC}
a:hover {  text-decoration: none; color: #66FF00}
a:active {  text-decoration: none; color: #996666}

strong, b {
	font-weight: bold;
	}
p {
	/*font-size: .95em;
	margin-top: 10px;
	margin-bottom: 5px; */
	}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-top: .6em;
	margin-bottom: 0.15em;
	padding-top: 0em;
	padding-bottom: 0em;
	}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: .6em;
	margin-bottom: 0.15em;
	padding-top: 0em;
	padding-bottom: 0em;
	}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	margin-top: .5em;
	margin-bottom: 0.1em;
	padding-top: 0em;
	padding-bottom: 0em;
	}
h4 {
	font-size: .95em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: .5em;
	margin-bottom: 0.1em;
	padding-top: 0em;
	padding-bottom: 0em;
	}
li.joke {
	list-style-type: disc;
	margin: 10px;
}
.small {
	font-size: .7em;
	line-height: .75em;
	}	
.medium {
	font-size: .8em;
	line-height: .85em;
	}	
.border {
	border: black 1px solid;
	margin: 5px;
	padding: 5px;
}
.red {
	color: red;
}
.blue {
	color: blue;
}
#top {
	margin: 0;
	padding: 2px;
	background: #6c6;
	height: 90px;
	}
	
#navigation {
	height: 25px;
	padding: 2px;
	width: 100%;
	background: #333;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation ul
{
	margin: 0;
	padding: 0;
}
#navigation ul li
{
	list-style-type: none;
	display: inline;
}
#navigation li a
{
	display: block;
	float: left;
	padding: 2px 10px;
	color: #eee;
	text-decoration: none;
	border-right: 1px solid #fff;
}
#navigation li a:hover { background: #383; }

#navBackOffice {
	height: 23px;
	padding: 2px;
	margin: -6px 0px 0px 0px;
	width: 100%;
	background: #999;
	font-family: Arial, Helvetica, sans-serif;
}
#navBackOffice ul {
	margin: 0px;
	padding: 0px;
}
#navBackOffice ul li {
	list-style-type: none;
	display: inline;
}
#navBackOffice li a {
	display: block;
	float: left;
	padding: 2px 8px;
	color: #eee;
	text-decoration: none;
	border-right: 1px solid #ddd;
}
#navBackOffice li a:hover { background: #6c6; }

#left {
	position: absolute;
	top: 123px;
	left: 0px;
	margin: 0px;
	padding: 10px 15px 10px 5px;
	background: #ddd;
	width: 150px; 
	height: 100%;
	background: #6c6 url(../images/grass2.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
	}
#left ul {
	margin: 0;
	padding: 0;
}
#left ul li {
	list-style-type: none;
	display: block;
}
#left li a {
	display: block;
	padding: 10px 2px 5px 5px;
	color: #eee;
	text-decoration: none;
	width:100%
}
#left li a:hover { background-color: rgba(0,153,0,.8);
 }

#middle {
	margin: 0px 172px 10px 170px;
	padding: 10px;
	height: 100%;
	background-color:#eee;
	}
	
#right {
	position: absolute;
	top: 123px;
	right: -2px;
	margin: 0px;
	padding: 6px;
	background: #6c6;
	width: 162px;
	height: 100%;
	vertical-align: top;
	}

.stretch {
	width: 100%;
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

@media (max-width: 640px) {
	#right {display: none;}
	#middle {
		margin: 0px 10px 10px 170px;
		padding: 10px;
		height: 100%;
		background-color:#eee;
		}
}
