
body {
width: 100%;
background-color:white;
margin:0px 0px 0px 0px;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
font: arial, verdana, sans-serif;
}

table {

width: 100%;
border-color:transparent;
border-style:solid;
border-width:1px;
margin:5px 5px 5px 2px;
}

td , tr{

color:black;
text-align: left;
background-color: #fff;
border-color: transparent;
border-style: solid;
border-width: 1px;
}

h1 {
font-size: 90%;
color:black;
background-color:transparent;
text-align:left;
}

h2 {
font-size:85%;
color:black;
background-color:transparent;
text-align:left;
margin-right: 30px;
margin-left: 12px;
}

h3{
font-size: 85%;
color:black;
background-color:transparent;
text-align:left;
margin-right: 30px;
margin-left: 12px;
}

 h4{
font-size: 85%;
color:black;
background-color:transparent;
text-align:left;
margin-right: 30px;
margin-left: 12px;
} 


/*                         h5                                                                */

h5{
font-size: 85%;
font-style: italic;  
color:black;
background-color:transparent;
text-align:center;
} 


 h6{
font-size: 85%;
color:black;
background-color:transparent;
text-align:left;
 
} 
 
 
 h7{
font-size: 85%;
color:black;
background-color:transparent;
text-align:left;
 
}

p {
font-size:85%;
color:black;
background-color:transparent;
text-align:center;
margin-left:5px;
margin-right:5px;
}

ul, li {
font-size:90%;
color:black;
background-color:transparen?t;
text-align:center;
margin-left:5px;
margin-right:5px;
}

a:link {
font-size:100%;
color:black;
background-color:transparent;
text-decoration:none;
}


a:visited {
font-size:100%;
color:#696969;
background-color:transparent;
text-decoration:underline;
}

a:hover {
font-size:100%;
color:red;
background-color:transparent;
text-decoration:underline;
}






#framecontentLeft{
position: absolute; 
top: 0; 
left: 0; 
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #333;   
background-image:url(image/index.gif);
background-repeat:no-repeat;
background-position:center top;
}
/*                                                                                                                                                                                                          */

a img {
	border: 0;
}





/*                                             */                                                                                                                                                                                      




#framecontentTop{
position: absolute; 
top: 0; 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
height: 100px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #333;
background-image:url(image/visionph.gif);
background-repeat:no-repeat;
background-position:left top;

color: white;
}

#framecontentBottom{
position: absolute; 
top: auto; 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
bottom: 0;
right: 0;
height: 80px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #333;
background-image:url(image/bottom.gif);
background-repeat:no-repeat;
background-position:center top;
color: white;
}

#maincontent{
position: fixed;                                                                                                                                                 
top: 100px; /*Set top value to HeightOfTopFrameDiv*/
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
height: 78%; /*Height of bottom frame div*/
right: 0;
bottom: 120px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto; 
color: white;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each DIV (to provide padding)*/
width: 100%;
}



                                                                                                                                                                                        

* html body{ /*IE6 hack*/
padding: 90px 0px 80px 200px; /*Set value to (HeightOfTopFrameDiv  0 HeightOfBottomFrameDiv WidthOfLeftFrameDiv)        padding: 110px 0 120px 200px;                            */
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop, * html #framecontentBottom{ /*IE6 hack*/
width: 100%;
}




