html, body {
  margin:0;
  padding:0;
  height:100%;
  border:none
  font-family: Calibri;
}
body {
  font-family: Calibri, arial, Sans-Serif, helvetica;
  color: black;
  background: #fff url(/images/body-bg.gif) top left repeat-x;
}

/* On IE this is done with hollyhack */
.block-contain-right:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: right;
    visibility: hidden;
}

.block-contain-left:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: left;
    visibility: hidden;
}

/* See for example http://www.positioniseverything.net/easyclearing.html */
/* Hides from IE-mac \*/
* html .block-contain-left {height: 1%;}
* html .block-contain-right {height: 1%;}
/* End hide from IE-mac */

img {
  border:0;
}

A.contact:link { color: #6B6B6B; text-decoration: none; font-family: Calibri; font-size: 10pt; }
A.contact:visited { color: #6B6B6B; text-decoration: none; font-family: Calibri; font-size: 10pt; }
A.contact:active { color: black; text-decoration: underline; font-family: Calibri; font-size: 10pt; }
A.contact:hover { color: black; text-decoration: underline; font-family: Calibri; font-size: 10pt; }

div.highslide-body a:link { font-size: 8pt; }
div.highslide-body a:visited { font-size: 8pt; color: blue; }
div.highslide-body a:active { font-size: 8pt; color: blue; text-decoration: underline; }
div.highslide-body a:hover { font-size: 8pt; color: blue; text-decoration: underline; }
div.highslide-body i { font-size: 8pt; }

font {
  font-family:Calibri,Tahoma,Arial,sans-serif;
}

.follow {
    background: url(/images/follow.png) no-repeat top left;
}

.follow-N {
    background: url(/images/follow.png) no-repeat top left;
	min-height:1200px;
}

.center-column, .center-column-N {
    width: 810px;
    margin: 1px auto 0 auto;
    padding-left: 14px;
    padding-top: 0px;
    padding-right: 10px;
}
* html .center-column, .center-column-N {
    width: 810px;
}

#menu {
    clear: both;
    position: relative;
    left: 5px;
    top: -5px;
}

* html #menu {
    left: 5px;
}

#body {
    clear: both;
    padding-top: 1ex;
    width: 769px; 
    padding-left: 5px;
    padding-right: 5px;
}

#footer {
  position: relative;
  margin:0 auto;
  clear: both;
  width:790px;
  vertical-align:top;
  top:-10px;
  left:15px;
}



* html #body {
    height: 500px; 
}

.admin {
  padding-right: 5px;
  position: relative; 
  left: 5px; 
  color: #808080;
  width: 765px;
  margin-bottom: 10px;
  font-size:11px;
  font-family:Verdana;
}
.admin div{
font-family:Verdana;
font-size:11px;
	}

#menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu li {
  float: left;
  font-size: 9pt;
  font-weight: bold;
}

#menu li.option {
  position: relative;
}

#menu li.nav-spacer {
  background: url(/images/nav_spacer.gif);
}

/* IE fix */
* html #menu li.nav-spacer, * html #menu li.nav-logo {
  position: relative;
  top: 5px;
}

#menu li.selectable a {
  position: absolute;
  top: 0;
  left: 0;
  height: 34px;
}

* html #menu li.selectable a {
  height: 64px;
}

#menu li.selectable a, #menu li.not-selectable {
  background: url(/images/nav_off.gif);
  padding-top: 30px;  
}

#menu li.selectable, #menu li.nav-spacer {
  height: 64px;
}

#menu li.not-selectable {
  height: 34px;
}

* html #menu li.not-selectable {
  height: 64px;
}

* html #menu li.selectable a, * html #menu li.not-selectable {
  top: 5px;
}

#menu li.selectable a:hover {
  background: url(/images/nav_on.gif);
}

#menu a {
    color: black;
    text-decoration: none;
}
.heightset{ height:45px;}