<style type="text/css">

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;

}

#left{
position: absolute;
top: 1%;
bottom: 1%; 
left: 1%;
width: 15%; /*Width of frame div*/
height: 98%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #8dbdeb;
background-image:url('images/parchment.gif');

-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*color: white;*/
}

#content{
position: fixed;
top: 1%; 
left: 17%; /*Set left value to WidthOfFrameDiv*/
right: 1%;
bottom: 1%;
overflow: auto; 
background: #8dbdeb;
/*eef0c0;*/
/*background-image:url('images/paper2.gif');*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.buffer{
margin: 5px; /*Margin for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 17%; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

.resize {
  width: 300px;
  height : auto;
  }

.resize {
  width: auto;
  height : 500px;
  }

.bold {font-size:1.2em; font-weight:bold;}


ul {list-style-type: none; text-indent:0px;}
p { font: 10pt trebuchet, verdana, arial, serif; color:black;}
p.index { font: 10pt Tahoma, trebuchet, verdana, arial, serif; color: green;}
font.index { font: 10pt Tahoma, trebuchet, verdana, arial, serif; color: green;}
font.imgtext { font: 8pt Tahoma, trebuchet, verdana, arial, serif; color: black;}

h1 {font:16pt cursive, georgia, verdana, serif; color: black; }
h2 {font:12pt cursive, georgia, verdana, serif; color: black; }
h3 {font:12pt cursive, georgia, verdana, serif;color: black; }
h4 {font:10pt cursive, georgia, verdana, serif;color: black;}
img{
	border: 1px solid #4C3C1B;
	padding: 5px;
	background-color: #91c2ed;
}
img.hdr{
	border: 1px solid #0000dd;
	padding: 5px;
	background-color: #91c2ed;
	}

tr.spaceUnder > td
{
  padding-bottom: 15px;
}

a.index, a.index:visited {font:10pt georgia, verdana, serif; text-decoration:none; color:black; }
a.index:hover {font:10pt georgia, verdana, serif; color:red;}
/*a.index, a.index:visited {display:block; width:200px; height:25px; text-decoration:none; color:#aba; font-weight:bold; line-height:25px;}
a.index:hover {color:#fc0;}*/
</style>

