body{
    margin:0px;
    padding: 0px;
    font-size:12px;
    font-family: Arial Unicode MS,Arial,sans-serif;
}
p{
    margin:0px;
    border:0px;
    margin-bottom:10px;
}


#header_title{
    background-image: url(/images/logo_bg.png);
    background-repeat: repeat-x;
    border-bottom: 1px solid black;
}

/*handle the navigation links*/

#navigation a
{
    background-color: #121212;
    text-decoration: none;
    color: white;
    
    
}
#navigation a:hover
{
    background-color: #EEEEEE;
    color:black;
    text-decoration: none;
}

#navigation .link
{
    background-color: #121212;
    text-decoration: none;
    color: white;
    padding-left:8px;
    border-bottom: 1px solid #666;
    padding-bottom:2px;
    padding-top:2px;
    
}
#navigation .link:hover
{
    width:94%;
    background-color: #EEEEEE;
    color:black;
    text-decoration: none;
    padding-left:8px;
}
#left_panel{
    position:absolute;
    left:0px;
    bottom:0px;
    top:81px;
    background-color: #121212;
}
#navigation{

    /* height: 30px; */
    font-size:14px;
    color:white;
    padding-top:2px;
    width: 145px;
    padding-bottom: 2px;

}
#navigation_footer
{
    color:white;
    font-size:12;
    bottom:0px;
    left:5px;
    position:absolute;
}

#page_title{
    font-size : 16px;
    color: #9c0000;
    text-align: center;
    font-family: sans-serif;
    padding-top:2px;
    border-bottom: solid 1px #555555;
    padding-bottom: 2px;
    background-color: #EEEEEE;
}
#page_title .faux_link{
    float:left;
}
#content{

    overflow:auto;
    position:absolute;
    bottom: 0px;
    padding-top: 15px;
    
    top: 106px;
    left:150px;
    right:0px;
/*
    float:left;
    padding-left:250px;
*/
    padding-left:15px;
    padding-right:10%;
    background-color: #FFFFFF;  
     
}
.highlight
{
    color: #9c0000;
}

#footer {
    color: #9c0000;
    font-size : 14px;
    font-weight : bold;
    font-family: sans-serif;
    text-align: center;
    background-color:#CCCCCC;
    /*
    position: absolute;
    bottom:0px;
    width:100%;
    */
}

/* handle the foot links */
#footer a
{
    color: #9c0000;
}
#footer a:hover
{
    color:black;
}

.sub_title
{
    font-family: sans-serif;
    font-weight: bold;
}

.rightfloat{
    float: right;
}
/*lists and forms should have 0 margins*/
ul{
    margin-top:0px;
}
form{
    margin:0px;
}

.hidden{
    display:None;
}

.small_text{
    font-size:14px;
}
.form_instructions{
    font-size:12px;
}
#creator
{
 font-size:7px;
color:#999999;
padding-right:10px;
padding-top:1px;
}
#creator a
{
color:#999999;
}

.homepage_advert
{
    border:1px black solid;

}

.infoFrame
{
    height:450px;
    width:150%;
}
