﻿body
{   
    background-color: #FFFFFF; 
 
}
#maincontainer
{  
    background-position: center top;
   background-repeat: no-repeat;
    background-image: url('Images/body_background.jpg');
    width: 1024px;
    height: 770px;
    margin-right: auto;
    margin-left: auto;   
}

#contentcontainer
{
    width: 900px;
    height: 600px;
    top: 55px;
    margin-right: auto;
    margin-left: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0f4361;
    line-height: 120%;
}
#header
{
    background-position: left top;
    width: 900px;
    height: 134px;
    background-image: url('Images/header.jpg');
    background-repeat: no-repeat;
}
.rotatingpic
{
    width: 250px;
    height: 130px;
    margin-top: 2px;
    margin-left: 630px;
    float: left;
}
#menu
{
    width: 880px;
    height: 30px;
    font-family: 'Copperplate Gothic Light';
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #0f3461;
    line-height: 150%;
    padding-right: 10px;
    padding-left: 10px;
}
#menu a
{font-family: 'Copperplate Gothic Light';
    font-size: 20px;
    color: #0f3461;
    font-weight: bold;
    text-decoration: none;
}
#menu a:hover
{
    text-decoration: underline;
    color: #ffb93d;
}
#menu a:active
{color: #0f3461;
}
#menu a:visited
{color: #0f3461;
}
#memberlogin
{
    height: 30px;
    width: 860px;
    padding: 3px 10px 7px 10px;
    margin-left: 10px;
    background-color: #ffffff;
    clear: both;
    margin-top: 10px;
    position: relative;
    float: left;
}
#footer
{
    width: 900px;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #0f4361;
    text-align: center;
    text-transform: uppercase;
    line-height: 150%;
    font-weight: bold;
    margin-top: 10px;
    float: left;
}
/*Welcome Page Style*/

#leftcolumn
{
    width: 550px;
    height: 350px;
    padding: 10px;
    margin-left: 10px;
    margin-top: 5px;
    background-color: #ffffff;
    position: relative;
    float: left;
    overflow: auto;
}
#rightcolumn
{width: 280px;
    height: 350px;
    padding: 10px;
    margin-right: 10px;
    margin-top: 5px;
    background-color: #ccedf8;
    position: relative;
    float: right;
     overflow: auto;
}
/*internal page style*/
#content
{ width: 700px;
    height: 350px;
    padding: 10px;
    margin-left: 10px;
    margin-top: 5px;
    background-color: #ffffff;
    position: relative;
    float: left;
     overflow: auto;
}
#sponsors
{
    width: 130px;
    height: 350px;
    padding: 10px;
    margin-right: 10px;
    margin-top: 5px;
    background-color: #ccedf8;
    position: relative;
    float: right;
    overflow: auto;
    text-align: center;
}



/*non structural styles. For example, text, tables etc..*/

h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
    color: #0f4361;
}
.table
{font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0f4361;
}
.table th
{
    font-weight: bold;
}
.table td
{
}