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

body {
  font-family:"Arial", Helvetica, sans-serif;
  font-size:12px;
  line-height:16px;
	color:#555;
  background-color:#fff;
  text-align:left;
}

a {
  text-decoration:underline;
  color:#038ce9;
}

a:hover {
  color:#f90;
}

a img {
  border:none;
}

p {
  margin:0 0 16px 0;
}

h1, h2 {
  font-weight:normal;
  font-family:"Verdana", sans-serif;
  color:#023d7f;
  font-size:19px;
  line-height:24px;
  padding-top:16px;
  margin:0 0 25px 0;
}

h1 a, h2 a {
  color:#023d7f;
}

h3 {
  font-weight:bold;
  font-size:14px;
  color:#006699;
  margin:0 0 5px 0;
}

h3 a, h4 a, h5 a, h6 a {
  color:#006699;
}
  
h4, h5, h6 {
  font-weight:bold;
  color:#006699;
  margin:0;
  font-size:1em;
  margin:16px 0 5px 0;
}

ul {
  list-style-type:square;
  padding:0 0 0 20px;
  margin:0;
}

.center {
  text-align:center;
}

#container {
  position:absolute;
  top:25px;
  left:50%;
  width:750px;
  margin-left:-375px;
  border-top:1px solid #023F86;
  background:url('/con/cms/images/bg-container.png') transparent no-repeat;
}

#site-title {
  display:none;
}

#navigation {
  position:absolute;
  top:55px;
  right:0;
  width:160px;
  list-style-type:none;
  margin:0;
  padding:0;
}

#language {
  position:absolute;
  top:-51px;
  right:60px;
  text-align:right;
}

#content {
  background:url('/con/cms/images/bg-content.png') transparent no-repeat right top;
  min-height:460px;
  padding:0 170px 0 90px;
}

* html #content {
  height:460px;
}

#footer {
  font-size:10px;
  color:#ccc;
  text-align:center;
  margin-top:20px;
}

#footer a {
  text-decoration:none;
  color:#ccc;
}

#footer a:hover {
  color:#999;
}

.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 */

