/* CSS Document */
HTML {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin : 0px 0px 0px 0px;
  font-family: tahoma; 
  font-size: 11px;
  background-color : #333333; 
  color : #ffffff;
  }
	
div.mainWindow {
  position : relative;
  width : 1000px;
  height : 600px;
  left : 0px;
  top : 0px;
  background-color : #333333;
} 

div.headingHolder{
  position : absolute;
  width : 800px;
  height : 164px;
  top : 0px;
  left : 100px;
  
}

div.menuHolder{
  position : absolute;
  width : 800px;
  height : 39px;
  top : 164px;
  left : 100px;
  text-align : left;  
  background-image : url(../images/menuBack.jpg);
  
}

div.subMenuHolder{
  position : absolute;
  width : 800px;
  height : 26px;
  top : 203px;
  left : 100px;
  background-image : url(../images/subMenu.jpg);
}

div.leftHolder{
  position : absolute;
  width : 248px;
  height : 345px;
  top : 229px;
  left : 100px;
 
}

div.contentHolder{
  position : absolute;
  width : 293px;
  height : 306px;
  top : 228px;
  left : 348px;
  color : #000000;
  text-align : left;
  padding : 20px;
  line-height: 14px;
  background-image : url(../images/bodyBackground.jpg);
  z-index : 2;
 }
 
div.textBlok{
  position : absolute;
  top : 0px;
  left : 0px;
  padding : 20px;
  width : 293px;
  height : 306px;
  background-color : #ffffff;
  overflow : auto;
}

div.rightHolder{
  position : absolute;
  width : 219px;
  height : 345px;
  top : 229px;
  left : 681px;
  text-align : left;
  background-color : #ffffff;
}

div.footerHolder{
  position : absolute;
  width : 800px;
  height : 25px;
  top : 574px;
  left : 100px;
  background-image : url(../images/footerImage.jpg);
}

div.formHolder{
  position : absolute;
  left : 581px;
  top : 2px;
}

div.linkHolder{
 position : absolute;
 top : 5px;
 left : 33px;
 }

div.footerText{
  position : absolute;
  color : #000000;
  font-size : 10px;
  top : 6px;
  left : 105px;
}

div.imgHolder{
  position : absolute;
  left : 19px;
  top : 41px;
}

div.contentTextHolder{
  position : absolute;
  left : 132px;
  top : 32px;
}

h1.pageHead{
  font-size : 13px;
  margin-bottom : 5px;
}

h1.newsItemHead{
  font-size : 12px;
  font-weight: bold;
  text-decoration : underline;
  margin-bottom : 0px;
}

h1.contentHead{
  font-size : 12px;
  font-weight: bold;
  margin-bottom : 0px;
  margin-top : 7px;
}

a.noLink{
  color : #000000;
}

input.searchField {
  background-image : url(../images/searchField.jpg);
  font-family : tahoma;
  font-size : 11px;
  color : #a09e9e;
  width : 210px;
  height : 16px;
  border : 1px solid #999999;
  padding-left : 2px;
  background-repeat: no-repeat;
}

a.contentLink{
  font-family : tahoma;
  font-weight : bold;
  text-decoration : none;
  cursor : pointer; 
  color: #000000;
}

a.contentLink:hover{
  text-decoration : underline; 
}

a.footerLink{
  font-family : tahoma;
  text-decoration : underline; 
  color: #000000;
}

a.subMenuLink{
  text-decoration : none;
  color : #020202;
}

a.subMenuLink:hover{
  text-decoration : underline;
  
}
