body {
  height:100%;
  margin:0;
  padding:0;
  text-align:center;
  font-family: Arial;
  font-size:12px;
/*  background-image:url(images/footer.png);*/
  background-image:url(images/page.png);
  clear:both;
}




a {
  font-weight:normal;
  text-decoration:none;
  color: #112CC4;
}

a:hover {
  text-decoration:underline;
}




#header {
  background-image:url(images/header.png);
  height: 120px;
  margin:auto;
  padding:auto;
  text-align:left;
}

#headerin {
  background-image:url(images/headerin.png);
  height: 86px;
  width:900px;
  margin:auto;
  padding:auto;
  text-align:left;
}




#footer {
  clear: both;
  background-image:url(images/footer.png);
  height: 120px;
  margin:auto;
  padding:auto;
  text-align:left;
}

#footerin {
  background-image:url(images/footerin.png);
  width:900px;
  min-height: 120px;
  margin:auto;
  padding:auto;
  text-align:left;
  color: white;
}

#footertxt {
  padding: 10px 20px 0px 20px;
}

#footertxt a, #footertxt a:visited {
  color: white;
  text-decoration:none;
}
#footertxt a:hover {
  text-decoration:underline;
}




#page {
  width:100%;
  min-height:700px;
  margin:auto;
  padding:auto;
  text-align:left;
  /*background-image:url(page.png);*/
  background: white;
  clear:both;
  height: 100%;
}

#pagein {
height: 100%;
  width:900px;
/*  min-height:500px;*/
  margin:auto;
  padding:auto;
  text-align:left;
  border-left: 1px dashed #ECECEC;
  background-image:url(images/pagein.png);
  clear:both;

}




a.logo {
  width:202px;
  height:76px;
  float:left;
  margin-left: 60px;
  background-image:url(images/logo.png);
}




#shortcuts {
  float: right;
  padding-top: 20px;
  padding-right: 100px;

}

#shortcuts a, #shortcuts a:visited {
  text-decoration: none;
  margin: 0 10px 0 10px;
  color: #414141;
}

#shortcuts a:hover {
  text-decoration: underline;
}




#menulinks {
  width:900px;
  height:34px;
  background-image:url(images/menubar.png);
  position: absolute;
  margin-top: 86px;
}

#menulinks a , #menulinks a:visited {
  margin-left: 20px;
  padding-top:8px;
  padding-left:10px;
  padding-right:10px;
  height:18px;
  float:left;
  text-decoration:none;
  color:#FFFFFF;
  font-weight:bold;
  font-size:14px;
  margin-top:1px;
}

#menulinks a:hover {
  border-bottom: 2px solid #454545;
}

#menulinks a.selected, #menulinks a.selected:visited {
  /*color: #454545;*/
  background: #454545;
  line-height: 34px;
  padding-top: 0px;
  margin-top: 0;
  margin-bottom: 0;
  height: 34px;
  text-decoration: none;
  border:none;
}





#contentarea {
  border-left: 1px dashed #ECECEC;
  background-image:url(images/pagein.png);
  float:left;
  width:660px;
  margin-bottom:10px;
  padding: 8px;
  color: #242424;
  
}

#contentarea h1 {
  margin: 7px 0px 5px 0px;
  color: #cc6400;
}

#contentarea h2 {
  font-weight: normal;
  font-size: 150%;
}



#sidebar {
  float:right;
  width:200px;
  padding-right:20px;
}

#sidebar h1 {
  color: #707070;
  font-weight: normal;
  font-size: 150%;
  border-bottom: 1px solid #707070;
}




#sidemenu {
  border: 1px dashed #ECECEC;
  background: white;
  padding: 20px 5px 5px 5px;
}

#sidemenu a, #sidemenu:visited {
  margin-left: 20px;
  font-size: 14px;

}

#sidemenu a:hover {

}




#sideicons {
  margin-top: 70px;
  text-align: center;
}

#sideicons a, #sideicons a:visited, #sideicons a:hover, #sideicons img {
  border: none;
}




#sideslogan {
  margin: 30px 0px 30px 0px;
  text-align: left;
  font-family: sans-serif, verdana;
  font-size: 12px;
  padding: 5px;
}

