/* Start of CMSMS style sheet 'global' */
* {
margin:0;
padding:0;
}

body {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   text-transform: uppercase;
   color: #494949;
overflow-y: visible
}

img {
   border: 0;
}

a, a:link, a:visited {
   text-decoration: none;
   background-color: inherit; 
   color: #8c8a81; 
}

a:active, a:hover, a.current {
   text-decoration: none;
   color: #7a0026;
}
li.active a{
   color: #7a0026;
}

div#pagewrapper {
   margin: 0 auto;
   width: 745px;
   padding-right: 30px;
}

div#topmenu {
   padding: 45px 0 0 7px;
}

div#searchbar {
   height: 26px;
   padding: 20px 0 20px 30px;
   clear: left;
   overflow: hidden;
}

div#content {
   clear: left;
}

img#slogo {
   position: absolute;
   width: 121px;
   height: 198px;
   z-index: 100;
   top: 165px;
   /* hack for IE? 
   -margin-left: -100px; */
}

img#slogo.notpulled {
   margin-left: 0px;
}

img#newlogo {
   margin-left: 24px;
   margin-bottom: 9px;
}

div#greybox {
   margin-left: 30px;
   width: 673px;
   padding: 0 21px;
   background-color: #e6e7e1;
}

div#whitetop, div#whitebottom {
   margin: 0 auto;
   height: 21px;
   width: 453px;
   background-color: #fff;
   overflow: hidden;
}
   div#topline {
      border-bottom: 1px solid black;
      padding-top: 19px;
      margin: 0 35px;
      background: #fff url(images/arrowdown.gif) no-repeat right 10px;
   }
   div#langmenu {
      float: right;
      padding: 0 3px 0 35px;
   }
   div#langmenu a {
      font-size: 9px;
      line-height: 10px;
   }

div#whitebox {
   padding: 8px 2px 8px 7px;
   background-color: #fff;
}

div#innerspacer {
   float: left;
   width: 1px;
   height: 368px;
}

div#innercontent {
/* Used when there is a right menu */
   width: 550px;
}

div#innercontent_large {
/* Used when there is no right menu */
   padding: 18px 59px 18px 53px;
   text-align: justify;
   position: relative;
}

div#innercontent_large_cv {
/* Used when there is no right menu */
   padding: 18px 140px 18px 20px;
   text-align: justify;
   position: relative;
}

div#bottomcontent{
   margin: 0 0 18px 30px;
   padding-top: 30px;
}

div.clear {
   clear: both;
}

.hidden {
   visibility: hidden;
   display: none;
}

.commentsbox {
   height: 100px;
   width: 350px;
}
/* End of 'global' */

