
html,body {
  margin      : 0px;
  padding     : 0px;
  background  : #FFFFFF;
  color       : #000000;

Xbackground  : #FFFFFF url(images/sidebar2.gif) repeat-y center top;

}

body,table,input,textarea,select {
  font-family : Verdana,Helvetica,sans-serif;
  font-size   : 10pt;
}

a {
  color : #AA0000;
}

a:hover {
  color : #FF0000;
}

img {
  border : 0px;
}

form {
  padding : 0px;
  margin  : 0px;
}

form.search input.text {
  border       : 1px solid #000000;
  width        : 98px;
  height       : 18px;
  background   : #FFFFFF url(images/search_box.gif) right top no-repeat;
  padding      : 0px;
  padding-left : 2px;
}

div.search {
  float        : right;
  margin-top   : -87px;
  margin-right : -15px;
}

div.topbar {
  float: left;
  width: 806px;
  height      : 31px;
  line-height : 31px;
  background  : #D0CCC4 url(images/topbar.png) right top no-repeat;
}

div.menu {
}

div#MainMenu {
  width            : 696px;
  height           : 27px;
  font             : 7pt/28px tahoma, helvetica, sans-serif;
  font-weight      : bold;
}
 
a.MainMenuItem,a.MainMenuItem_selected {
  display             : block;
  float               : left;
  padding-left        : 15px;
  padding-right       : 15px;
  color               : #000000;
  text-decoration     : none;
  background-image    : url(images/mainmenu_out.gif);
  background-repeat   : no-repeat;
  background-position : bottom center;
}

a.MainMenuItem:hover {
  background-image : url(images/mainmenu_over.gif);
}

a.MainMenuItem_selected {
  font-weight : bold;
}

div.SubMenu {
  position         : absolute; 
  display          : none;
  z-index          : 100;
  width            : 286px;
  text-align       : left;
  font             : 9pt/18px tahoma, helvetica, sans-serif;
  border           : 1px solid #808080;
  background-image : url(images/submenu_back.gif);
}

div.SubMenu a {
  display          : block;
  text-decoration  : none;
  text-indent      : 30px;
  color            : #000000;
  border           : 1px solid transparent;
}

div.SubMenu a:hover {
  background-color : #B5BDD2;
  border           : 1px solid #0A246A;
}

div.container {
  margin-top: 20px;
  height: 97%;
  margin-left: auto;
  margin-right: auto; 
  width       : 968px;
}

div.sidebar {
  width      : 162px;
  float      : left;
}

div.content {
  width: 100%;
  float       : left;
  background  : #FFFFff url(images/sidebar2.gif)  left top  repeat-y;
  

}

span.normal {
  display : inline;
  font    : normal normal bold 10pt Verdana,Helvetica,sans-serif;
}

span.strong {
  font-weight : bold;
}

span.emphasize {
  font-style : italic;
}

span.titlebar {
  display         : block;
  font-size       : 14pt;
  font-weight     : bold;
}

div.MenuIcons {
  margin-top : -200px;
}

img.MenuIcons {
  margin      : 10px 0px 10px 70px;
}

div.background {
  width: 100%;
}

div.text {
  float: left;
  padding: 70px 10px 10px 10px;  
  width: 786px;  
  text-align  : justify;
  background  :  url(images/topback.png) right top no-repeat;
}

div.text_minheight {
  height:500px;
  float:right;
  width:0px;
}

div.clear {
  clear:both;
  height:0px;
  overflow:hidden;
}
