body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#framecontentLeft, #framecontentRight{
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: #EBE4D1;
color: black;
}

#framecontentRight{
left: auto;
right: 0; 
width: 200px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #EBE4D1;
color: black;
padding-top: 90px;
}

#maincontent{
position: fixed; 
top: 0;
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 200px; /*Set right value to WidthOfRightFrameDiv*/
bottom: 0;
overflow: auto; 
background: #fff;
padding-top: 90px;
padding-left:20px;
padding-right:20px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

/* paragraph elements */

li {list-style:none}

.list {
list-style:disc;
}

.sublist {
margin-left:1px;
padding-left:5px;
}

#framecontentLeft a {color:#000066; text-decoration:none;}
#framecontentLeft a:hover {color:#0033CC;}
#framecontentLeft a:visited {color:#000; text-decoration:none;}
#framecontentLeft a:active, #framecontentLeft  a:focus {color:#666666; text-decoration:none; background:transparent; cursor:default;}

#maincontent a {color:#000066; text-decoration:none;}
#maincontent a:hover {color:#0033CC;}
#maincontent a:visited {color:#000; text-decoration:none;}
#maincontent a:active, #maincontentLeft  a:focus {color:#666666; text-decoration:none; background:transparent; cursor:default;}


img {
border:none;
}

h1 {
font-size: 115%;
}

h2 {
font-size: 110%;
}

.contact {
font-size:90%;
}


* html body{ /*IE6 hack*/
padding: 0 200px 0 200px; /*Set value to (0 WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
