
/*      MAIN STRUCTURE       */

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
font: 100% 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
background: #FFFFFF;
}

  a:link { color: blue; text-decoration: none }
  a:active { color: blue; text-decoration: none }
  a:visited { color: blue; text-decoration: none }
  a:hover { color: red; text-decoration: none }

#framecontentLeft{
position: fixed; 
top: 143px; 
left: 0; 
width: 185px; /*Width of left frame div*/
height: 100%;
overflow: auto;  /*Disable scrollbars. Set to "scroll" to enable*/
background-image:  url("texture3.jpg");
color: black;
}

#framecontentTop{ 
position: absolute;
top: 0; 
left: 0; 
width: 100%;
height: 143px; /*Height of top frame div*/
overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
background-image: url("texture3.jpg");
color: black;
}



#maincontent{
position: fixed;
left: 185px; /*Set left value to WidthOfLeftFrameDiv*/
top: 143px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #ffffff;
}


#singlepage{
position: fixed;
left: 0; /*Set left value to WidthOfLeftFrameDiv*/
top: 0; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #ffffff;
}

.innertube{
margin: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 120px 0 0 200px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}

/*      TABLE       */

  table.body {
  background-color : transparent;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  border : 0px;
  }
  table.topmenu {
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	border : 0px;
	font-weight : bold;
}
  table.text {
  background-color : #F3F3F3;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 14px;
  border : 0px;
  }
table.text1 {
  background-color : transparent;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 14px;
  border : 0px;
  }
 table.text2 {
  background-color : #FFFFFF;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  border : 0px;
  }
 table.text3 {
  background-color : #A4FFFB;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 14px;
  border : 0px;
  }
 td.text1 {
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	border : 0px;
}
 td.text2 {
	background-color : #DFDFDF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	border : 0px;
	font-weight : bold;
}
 td.text4 {
  background-color : #D5D5D5;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	border : 0px;
	font-weight : bold;
  }
 td.text5 {
  background-color : #E9E9E9;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	border : 0px;
	font-weight : bold;
  }
 td.text6 {
  background-color : #C6C6C6;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	border : 0px;
	font-weight : bold;
  }
  table.title {
  background-color : #DBDBDB;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 18px;
  border : 0px;
  }
  table.subtitle {
	background-color: #D9EEFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 0px;
}

/*       END TABLE       */

/*       MENU      */

.mybuttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 150px;
font: bold 80% 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
}

.mybuttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#90bade #2175BC #2175BC #90bade; /*light dark dark light*/
background-color: #5D90E7;  /* #2175bc;*/
text-decoration:none;
}

.mybuttonmenu li a:visited{
color: white;
}

.mybuttonmenu li a:hover, .buttonmenu li a:active{
color: black;
background-color: #2586d7;
}

/*      END MENU      */




