html, body {
	width:100%;
  height:100%;
	margin:0;
  padding:0;
}

body {
  font-family:"Verdana", sans-serif;
  font-size:11px;
  line-height:16px;
	color:#666;
  background:url('/con/cms/images/bg-body.gif') #7b9c00 repeat-x;
  text-align:left;
}

a {
  text-decoration:underline;
  color:#7b9c00;
}

a:hover {
  color:#3b5c00;
}

a img {
  border:none;
}

p {
  margin:0 0 16px 0;
}

h1, h2 {
  font-weight:bolder;
  font-family:"Verdana", sans-serif;
  color:#b4ca6a;
  text-align:right;
  font-size:14px;
  margin:11px 0 25px 0;
  text-align:right;
}

h3 {
  font-weight:bold;
  font-size:1em;
  text-transform:uppercase;
  color:#015707;
  margin:11px 0 5px 0;
}

h4, h5, h6 {
  font-weight:normal;
  font-size:1em;
  text-transform:uppercase;
  color:#7B9C00;
  margin:11px 0 5px 0;
}

.center {
  text-align:center;
}

#container {
  position:absolute;
  top:18px;
  left:50%;
  width:749px;
  margin:0 0 0 -375px;
  background:url('/con/cms/images/bg-container.gif') transparent repeat-y;
}

#site-title {
  display:none;
}

#navigation {
  position:absolute;
  top:127px;
  left:6px;
  height:176px;
  width:85px;
  list-style-type:none;
  margin:0;
  padding:0;
  background:url('/con/cms/images/bg-navigation.gif') transparent no-repeat;
}

#content {
  padding:101px 120px 0 132px;
  background:url('/con/cms/images/bg-content.gif') transparent no-repeat;
  height:200px;
}

html > body #content {
  min-height:200px;
  height:auto;
}

#subnavigation {
  position:absolute;
  top:111px;
  left:132px;
}

#footer {
  height:21px;
  background:url('/con/cms/images/bg-footer.gif') transparent no-repeat right bottom;
  text-align:center;
  font-size:10px;
  line-height:12px;
  padding-top:11px;
  font-weight:bold;
  margin:25px 0 0 0;
  color:#439236;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

