/* CSS Document */

  body {
        text-align: left;
		margin: 00;
		padding: 0;
		border: 0;
		overflow: auto;
		height: 100%;  
		background-color: #FFFFFF;
}




* html body{ /*IE6 hack*/
        padding: 0 0 0 0;
		overflow: scroll;
		background-color: #FFFFFF;
        text-align: left;
		margin: 0;
		border: 0;
		overflow: auto;
		height: 100%; 
		width: 100%;
		max-height: 100%;
		max-width: 98%;
}


* html #sidebar{ /*IE6 hack*/
        height: 687px;
        width: 287px;
		left: 0px;
        right: 0px;
		overflow-x:auto;
		overflow-y:auto; 
		overflow:auto;
        top: -1px;
        bottom: 0;
    	padding:0;
		background-color: #201E8C;
		background-image: url(images/blu.jpg);
		background-repeat: repeat-y;
		background-repeat: repeat-x;
		}


* html #sidebar2{ /*IE6 hack*/
        height: 100%; 
        width:72.5%;
    	padding:0px 10px 4px -20px;
		overflow-x:auto;
		overflow-y:auto; 
        top: -1px;
        bottom: 0;
        left: 281px;
		background-image: url(images/rbg.jpg);
		background-repeat: repeat;

		}





      #home1 {
        position: absolute;
		height: 99%;
		align: center;
        top: 0px;
        bottom: 0;
        left: 175px;
    	padding:0;
		background-color: #FFFFFF;
		overflow: auto;
		max-height: 100%;
		max-width: 98%
      }



      #sidebar {
        position: absolute;
        width: 280px;
		height: 99%;
        top: -1px;
        bottom: 0;
        left: 0px;
    	padding:0;
		background-color: #201E8C;
		background-image: url(images/blu.jpg);
		background-repeat: repeat-y;
		background-repeat: repeat-x;
		overflow-x:hidden;
		overflow-y:auto;
		max-height: 100%;
		max-width: 98%
      }

      #sidebar2 {
        position: absolute;
        height: 99.5%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 280px;
    	padding:0px 2px 2px 0px;
		overflow-x:hidden;
		overflow-y:auto;
		background-color: #FFFFFF;
		background-repeat: repeat;
		max-height: 100%;
		}
		
		










a.linkopacity img {
filter:alpha(opacity=100);
-moz-opacity: 1.0; 
opacity: 1.0;
-khtml-opacity: 1.0;
text-decoration: none
}
a.linkopacity:hover img {
filter:alpha(opacity=50);   
-moz-opacity: 0.5;   
opacity: 0.5;
-khtml-opacity: 0.5;
text-decoration: none;
}


.Text2 {
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	font-size: 10pt;
	padding: 0px 0 0px 0;
}
