#framecontent{
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 200px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #9999FF;
font-size: 12px;
color: yellow;
margin-bottom: 20px;
}


#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: 150px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
background:#FEF1D7;
}

* html #maincontent{
height: 100%; 
width: 100%; 
}

/* ******************  */
/* Essay styles here - do not alter  */
/* ******************  */

/*Hyper link settings */
a:link {text-decoration: underline; color : blue} 
a:active {text-decoration: underline; color: blue} 
a:visited {	text-decoration: underline; color: maroon} 
a:hover {text-decoration:none; color: blue}
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: green;
   text-indent: 0px
}

html{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	background:#FEF1D7;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt; 
	font-style: normal;
	font-weight:100;
	color: white;
	background:#8EC63F;

}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt; 
	color: #ffffff;
	font-weight:100;
	background: #F26522;
}

.style1 {
	background-color: #9999FF;
}
