/* Style found at http://www.dynamicdrive.com/style/layouts/category/C11 */

body
{
    margin: 0;
    padding: 0;
    border: 0;
    overflow: auto;
    height: 100%;
    max-height: 100%;
    font-family: "Trebuchet MS" , Georgia, Verdana, Arial, Helvetica, sans-serif;
    background-color: black;
    color: white;
    text-align: center;
}

#framecontentLeft, #framecontentTop
{
    position: absolute;
    top: 0;
    left: 0;
    width: 210px; /*Width of left frame div*/
    height: 100%;
    overflow: auto; /*Disable scrollbars. Set to "hidden" to disable*/
}

#framecontentTop
{
    left: 210px; /*Set left value to WidthOfLeftFrameDiv*/
    right: 0;
    width: auto;
    height: 180px; /*Height of top frame div*/
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}

#maincontent
{
    position: fixed;
    left: 210px; /*Set left value to WidthOfLeftFrameDiv*/
    top: 180px; /*Set top value to HeightOfTopFrameDiv*/
    right: 0;
    bottom: 0;
    overflow: auto;
    background: #000000;
}

.innertube
{
    margin: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

#nav
{
}

#nav ul
{
    /*     float: left;     width: 100%; */
    list-style-type: none;
}

#nav li
{
    /*     display: list-item;     float: left;     width: auto; */
}

#nav a
{
    padding: 3px 3px 3px 3px;
    margin-left: 4px;
    margin-right: 4px;
    color: #ffffff;
    text-decoration: none; /*     display: block; */
    float: left;
    width: auto;
    font: bolder 0.8em/100% Helvetica, sans-serif;
    letter-spacing: 2px;
}

#nav a:hover
{
    border-bottom: 1px solid #ffffff;
    color: #0000ff;
}

#nav a:active
{
    color: #ffffff;
}

#maincontent a:link, #content a
{
    text-decoration: none;
    color: #00ff00;
    font: bolder 0.8em/100% Helvetica, sans-serif;
}
#maincontent a:visited
{
    color: #ff0000;
}
#maincontent a:hover
{
    color: #0000ff;
    text-decoration: underline;
}
#maincontent a:active
{
    color: #00ff00;
}

/* IE6 hacks */

* html body
{
    /*IE6 hack*/
    padding: 180px 0 0 210px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent
{
    /*IE6 hack*/
    height: 100%;
    width: 100%;
}

* html #framecontentTop
{
    /*IE6 hack*/
    width: 100%;
}


/* LNG Style */
.logowidth
{
    width: 180px;
}

.blue
{
    color: #0000ff;
}
.orange
{
    color: Orange;
}
.center
{
    text-align: center;
}

.left
{
    text-align: left;
}

.middle
{
    vertical-align: middle;
}

.red
{
    color: #ff0000;
}

.right
{
    text-align: right;
}

.wd10per
{
    width: 10%;
}

.wd20per
{
    width: 20%;
}

.fs150per
{
    font-size: 150%;
}

.fs200per
{
    font-size: 200%;
}

.flyer
{
    border: solid thin #ffffff;
}

.flyWdth
{
    width: 350px;
}

.flyWdth2
{
    width: 700px;
}

.wdthOth
{
    width: 300px;
}
