/* CSS Layout*/
* { padding: 0; margin: 0; }

body {
 background: #EEE8CA;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 }
h1 {
 font-weight: normal;
 color: #404040;
 font-size: 145%;
}
h2 {
 font-weight: bold;
 font-size: 120%;
}
h3 {
 font-weight: bold;
 font-size: 100%;
}
h4 {
 font-weight: normal; 
 font-size: 80%;
}
#wrapper { 
 margin: 0 auto;
 width: 822px;
 height: 100%;
 }
a:link {
color: #404040; text-decoration:none
}
a:visited {
color: #40701C; text-decoration:none
}
a:active {
color: #40701C; text-decoration:none
}
a:hover {
color: #40701C; text-decoration:underline
}
#menue {
width: 120px;
padding: 0px;
}
#menue ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}
#menue li {
display: block;
}
#menue li a, #menue li a:link {
text-decoration: none;
display: block;
color: #404040;
width: 120px;
padding: 4px;
border-left: 1px solid #F6F7E5;
}
#menue li a:visited {
color: #404040;
}
#menue li a:hover, #menue li a:active, #menue li a:focus {
color: #40701C;
border-left: 1px solid #40701C;
}
#faux {
 background: #F6F7E5;
 margin-bottom: 0px;
 overflow: auto;
 width: 100%;
 height: auto;
 border-left: 1px solid #909090;
 border-right: 1px solid #909090;
}
#header {
 color: #404040;
 width: 802px;
 height: 100px;
 background: #F6F7E5;
 border-top: 1px solid #909090;
 border-left: 1px solid #909090;
 border-right: 1px solid #909090;
 border-bottom: solid px #e0ebb5;
 }
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 20px 10px 10px 10px;
 padding: 0px;
 width: 155px;
 height: auto;
 float: left;
}
#rightcolumn {
 float: right;
 color: #404040;
 margin: 0px;
 padding-left: 10px;
 width: 620px;
 height: auto;
 min-height:550px;
 overflow: scroll;
 line-height:16pt;
 display: inline;
 position: relative;
 border-left: solid 1px #e0ebb5;
 }
#footer { 
 width: 802px;
 clear: both;
 color: #303030;
 background: #e0ebb5;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 border-bottom: 1px solid #909090;
 border-left: 1px solid #909090;
 border-right: 1px solid #909090;
}
.clear { clear: both; background: none; }
