html 
{ 
    overflow: hidden;
}

body
{
    margin: 0px;
    overflow: hidden;
}

.container
{
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.header
{
    width: 100%;
    background: url(rheader1.png) repeat;
    z-index: 10;
}

.stylebg1
{ 
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    background: url(bgpatern.png) repeat;
    width:100%; 
    height:100%;
}

.stylebg2
{ 
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
    background: url(bg.png) no-repeat top center;
    width:100%; 
    height:100%;
}
.stylebox1
{
    background-color: #054c67;
    height: 470px;
    padding-right: 15px;
    padding-bottom: 10px;
}

.stylebox
{
    opacity: .95;
    background-color: white;
    height: 480px;
    margin-top: 10px;
    padding: 10px;
}

a 
{ 
    color: white;
    text-decoration: none;
}

a:hover 
{ 
    color: #d0e4eb;
}

.stylesubmenu
{
    color:white;
    font-size:18px;
    font-family: Century Gothic, Verdana, Arial, Sans Serif;
    height: 30px; 
    margin-bottom:0px;
    margin-top:4px;
    text-align: center;
}

.stylelogin
{
    color: white; 
    font-size: 22pt; 
    vertical-align: middle; 
    font-family: Century Gothic, Verdana, Arial, Sans Serif;
}

.styleupload
{
    color: #d0e4eb; 
    font-size: 18pt; 
    vertical-align: middle; 
    font-family: Century Gothic, Verdana, Arial, Sans Serif;
}

.stylefeed
{
    color: white; 
    font-size: 18pt; 
    vertical-align: middle; 
    font-family: Century Gothic, Verdana, Arial, Sans Serif;
}

.styleheader
{
    color: white; 
    font-size: 31pt; 
    vertical-align: middle; 
    font-family: Century Gothic, Verdana, Arial, Sans Serif;
    padding-left:8px;
    cursor:default:
}

.styledisclaimer
{
    color:white;
    font-size:12;
    font-family: Century Gothic, Verdana, Arial, Sans Serif;
    text-align: center;
}
.styleabout
{
    color:white;
    font-size:17.5;
    font-family: Century Gothic, Verdana, Arial, Sans Serif;
}