#framecontent{
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 150px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: navy;
color: white;
}


#maincontent{
position: fixed; 
top: 150px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
}

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

* html body{ 
padding: 130px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

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

/* ******************  */
/* Essay styles here - do not alter  */
/* ******************  */

/*Hyper link settings */
a:link {text-decoration: none; color: #6666FF} 
a:active {text-decoration: none; color: #6666FF} 
a:visited {	text-decoration: none; color: #999966} 
a:hover {text-decoration: underline; color: #FF0000}
a:NoLink {text-decoration: none} /* used for purely destination anchors where no Href is present  */
a:NoLink :hover {text-decoration: none} /* to prevent the hover effect for above  */

address {
   font-size: 10pt; 
   color: #009933;
   text-indent: 0px
}

html{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial,sans-serif;
	font-size: 11pt;
	color: #666666;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: 100;
	font-style: normal;
	color: #6699cc;
	background: #dbecf8;
	
}

h2{
	background: #fde7d1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt; 
	color: #000000;
}
