body 
{
    background-color:#0176a1;
    margin:0;
    padding:0;
    background-repeat:repeat-x;
    font-family:Arial;
    font-size:14px;
    font-weight:normal;
    color:#ffffff;
}
a
{
    color:#9ff002;
}
img
{
    border:0px;
}
#container
{
    width:999px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(/images/bgTop.png);
    background-repeat:no-repeat;
}
#top
{
    width:100%;
    height:140px;
}
#logo
{
    float:left;
    margin-top:15px;
}
#topMenu
{
    padding-top:51px;
    text-align:right;
}
#content
{
    width:999px;
    padding-left:30px;
    padding-right:30px;
    min-height:500px;
    background-image:url(/images/bgFooter.png);
    background-position:bottom;
    background-repeat:no-repeat;
}
#leftCol
{
    width:480px;
    float:left;
    position: relative;
    left: 0.00%;
   
}
#rightCol
{
   position: relative;
   float: right;
   right: 0.00%;
   width: 450px;
}
#body
{
    min-height:630px;
}
#footer
{
    padding-top:40px;
}
h1, .hdr
{
    color:#ffffff;
    font-family:Times New Roman;
    font-size:30px;
    font-weight:normal;
    margin-top:20px;
    margin-bottom:20px;
}
p
{
    font-family:Arial;
    font-size:14px;
    font-weight:normal;
    color:#ffffff;
}
.step
{
    color:#a0e501;
    font-family:Times New Roman;
    font-size:20px;
    font-weight:bold;
    font-style:italic;
}
#footer p
{
    font-size:12px;
}
ul.news
{
    margin-left:20px;
    padding-left:20px;    
}
ul.news li
{
    list-style-image:url(/images/bullet.png);
}
.grn
{
    font-size:18px;
    font-weight:bold;
    color:#c0f700;
}
div.form
{
    width:420px;
    margin:10px auto 10px auto;
}
div.form input, div.form textarea, div.form select
{
    width:400px;
    border:1px solid #c0f700;
    margin-bottom:10px;
    margin-top:5px;
}
div.form textarea
{
    height:100px;
}
div.viewLinsk
{
    padding-top:15px;
}
div.viewLinsk input
{
    border:1px solid #c0f700;
    width:500px;
}
table.viewProps td, table.viewProps th
{
    padding:3px;
}
table.viewProps th
{
    text-align:left;
}
table.ssList
{
    width: 100%;
    border-collapse: collapse;
    padding: 0;
}
table.ssList td
{
    vertical-align: top;
    font-size: 11px;
    text-align: left;
    padding-bottom: 20px;
}
table.ssList th
{
    vertical-align: top;
    padding-top: 20px;
    text-align: left;
    background-image:url('/images/line.png');
    background-repeat: repeat-x;
}
#login
{
    position: absolute;
    top: 0;
    left: 50%;
    width: 400px;
    margin-left: 80px;
    text-align: right;
}
.hand
{
    cursor: pointer;
}
#loginForm
{
    background-image: url(/images/loginBg.jpg);
    height: 110px;
    text-align: left;
    font-size: 13px;
    padding: 12px 12px 0 12px;
    color: #00455e;
    border:1px solid #00455e;
    width: 174px;
    float: right;
}
#loginForm input
{
    border: 1px solid #00455e;
    width: 170px;
}
#loginForm a, #loginEmail a
{
    color:#00455e;
}
#cntLoginInfo
{
    color: white;
    width: 400px;
    font-size: 12px;
}
#myLinks
{
    padding: 3px;
}
#myLinks a
{
    color: white;
    font-size: 13px;
}
#loginEmail
{
    background-image: url(/images/loginBg.jpg);
    color:#00455e;
    padding: 3px;
    float: right;
    margin-left: 8px;
}


