body{
font-family: Verdana;
font-size: 12px;
overflow   : auto;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontentLeft, #framecontentRight{
position: absolute; 
top: 0; 
left: 0; 
width: 130px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #006;
color: white;
}

#framecontentRight{
left: auto;
right: 0; 
width: 250px; /* 195px Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #ffffcc;
color: white;
}

#framecontentTop, #framecontentBottom{
position: absolute;
top: 0; 
left: 130px; /*Set left value to WidthOfLeftFrameDiv*/
right: 250px; /*Set right value to WidthOfRightFrameDiv*/
width: auto;
height: 80px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #006;
color: white;
}

#framecontentBottom{
top: auto;
height: 100px; /*Height of bottom frame div*/
bottom: 0;
background-color: white;
}

#maincontent{
position: fixed; 
top: 80px; /*Set top value to HeightOfTopFrameDiv*/
bottom: 100px; /*Set bottom value to HeightOfBottomFrameDiv*/
left: 130px; /*Set left value to WidthOfLeftFrameDiv*/
right: 250px; /*Set right value to WidthOfRightFrameDiv*/
overflow: auto; 
background: white url(Images/IT.jpg) no-repeat 320px 100px; 
/* background: white;*/
}

#maincontent1{
position: fixed; 
top: 80px; /*Set top value to HeightOfTopFrameDiv*/
bottom: 100px; /*Set bottom value to HeightOfBottomFrameDiv*/
left: 130px; /*Set left value to WidthOfLeftFrameDiv*/
right: 250px; /*Set right value to WidthOfRightFrameDiv*/
overflow: auto; 
background: white url(Images/white.jpg) center no-repeat fixed; 
/* background: white;*/
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding, default 15px)*/
}

* html body{ /*IE6 hack*/
padding: 120px 195px 100px 130px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}

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

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

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 300px;
}
.curlycontainer .innerdiv{
background: #ffffcc url(Images/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}

.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #FFFFCC;
border: 2px solid #FFF2BF;
}

.hovermenu ul li a:hover{
background-color: #FFE271;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

