body
{
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    
}
blockquote
{
    background-color: #00868B;
    font-family: MS Reference Sans Serif;
    padding: 10pt;
    width: 50%;
    color:Black;
    margin-left: 15%;
    margin-right: 15%;
}
a
{
    color: blue;
    text-decoration: none;
}
h2
{
    text-indent: 5pt;
    background-color: #3B3B3B;
    margin: 4pt;
    border-bottom: #00868B thin solid;
    font-family: MS Reference Sans Serif;
    margin-left: 10%;
    margin-right: 10%;
    color: White;
    
}
h3
{
    text-indent: 5pt;
    background-color: #3B3B3B;
    margin-top: 4pt;
    margin-bottom: 4pt;
    margin-left: 15pt;
    margin-right: 15pt;
    border-bottom: black thin solid;
    font-family: MS Reference Sans Serif;
    margin-left: 10%;
    margin-right: 10%;
    color: White;
    
}
p
{
    text-align:justify;
    color: White;
    font-family: MS Reference Sans Serif;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 50px;
}
#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: #2B2B2B;
    color: White;

}
#framecontentRight
{
    left: auto;
    right: 0;
    width: 200px;  /*Width of right frame div*/
    overflow: hidden; /*Disable scrollbars.  Set to "scroll" to "enable"*/
    background-color: #2B2B2B;
    color: White;

}
#maincontent
{
    position: fixed;
    top: 0;
    left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
    right: 200px; /*Set right value to WidthOfRightFrameDiv*/
    bottom: 0;
    overflow: auto;
    background: #3B3B3B;
}
.innertube
{
    margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}
.linkColor
{
    color: #5F9EA0;
    padding-top: 60px;
}

/* html body /*IE6 hack - not working in IE7 either?
{
    overflow: hidden;
    padding: 0 150px 0 150px; /*Set value to (0 WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv 
}
* html #maincontent /*IE6 hack - not working in IE7 either?
{
    height: 100%;
    width: 100%;
}*/
embed  /*code to move embedded video, pic, etc */
{
    display: block;
    margin-left: 25%;
    margin-right: 25%;
}
a href
{
    padding: 3px 3px 3px 3px;
}
green	/*code for green font*/
{
	color: Green;
}
red		/*code for red font*/
{
	color:Red;
}