body
{
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    
}
blockquote
{
    background-color: #00868B;
    padding: 10pt;
    width: 50%;
    color:Black;
    margin-left: 15%;
    margin-right: 15%;
}
a
{
    color: blue;
    text-decoration: none;
}
h2
{
    text-indent: 10pt;
    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%;
}
#framecontentTop
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*bottom: auto; */
    width: 100%;
    height: 200px; /*Height of frame div*/
    overflow: visible;
    /*padding: 10px; */
    background-color: #000203;
    color: White;
    /*border-style:  solid;
    border-width:  5px;
    border-color: #062C4D; */
}
#framecontentLeft, #framecontentRight
{
    position: absolute;
    top: 195px;
    left: 0;
    bottom: 0;
    width: 200px; /*Width of left frame div*/
    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: 195px;
    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?*/
{
    padding: 0 200px 0 200px; /*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: 35%;
    margin-right: 35%;
}
image
{
    width: 75%;
    height: 75%;
}