* {
	margin: 0px;
	padding: 0px;
}
BODY
{
    background-color:#3399cc;
    font-family:Verdana;
}

#body_wrapper {
	margin: 0px auto;
	width: 992px;
	overflow:hidden;
	color: inherit;
	background-color: #433534;
	text-align: left;
	border-left: solid 1px #cae1f3;
	border-right: solid 1px #cae1f3;
}

TD a
{
    color:#ffffff;
}
TD a:hover
{
    color:#3399cc;
}

LI a
{
    color:#ffffff;
}
LI a:hover
{
    color:#3399cc;
}


#left_column
{
   
}
#content
{
    position:relative;
    left:12%;
    width:767px;
    height:810px;
    overflow:visible;
}
#right_column
{
    
}

#left_content
{
    float:left;
    width:311px;
}
#middle_content
{
    float:right;
    width:455px;
    border-right:solid 1px #373737
}

#bluebox
{
    color:#FFFFFF;
    height:108px;
    width:765px;
    border-left: solid 1px white
}

#blue
{
    text-align:center;
    background-color:#000033;
    float:left;
    position:relative; 
    width:311px;
    height:108px;
}

#blue span
{
    position:relative;
    top:25px;
}

#bottom_content
{
    width:454px;
    float:right;
    color:Black;
    background-color:White;
    text-align:left;
    height:108px;
}

#bottom_content span
{
    float:left;
    font-weight:bold;
    font-size:10px;
}

#container 
{	
    
}

#bottom_bar
{
    background-color:#b1a59c;
    height:25px;
    width:100%;
    width/**/:/**/ 767px;
    overflow:hidden;
    border-bottom: solid 2px #5e4f4d
}

#main_content
{
    background-color:#171717;
    color:white;
    height:425px;
    overflow:scroll;
    overflow-x:hidden;
    font-size:11px;
    border-right:solid 1px #373737
}
#white_separator
{
    height:1px;
    background-color:White;
    float:left;
    width:455px;
}

.text
{
    margin-top:40px;
    margin-left:20px;
    margin-right:20px;
}

.regtext
{
    color:White;
}
.regtext:hover
{
    color:#3399cc;
}
a.button
{
    background-image: url('../images/button.jpg');
    overflow:hidden;
    background-color:Black;
    background-repeat:no-repeat;
    float:left;
    width:91px;
    height:84px;
    float:left;
    text-align:center;
    text-transform:uppercase;
    display:table-cell;
    text-decoration:none;
}

a.button.active
{
    background-position:-90px 0px;
}

a.button.locked
{
    background-position:-0px 0px;
    cursor:default;
}
a.button.locked:hover
{
    background-position:-0px 0px;
}

a.button:hover
{
    background-position:-90px 0px;
}

a.button span
{
    position:relative;
    top:40%;    
    font-size:11px;
    font-weight:bold;    
    color:white;
}