﻿* {padding:0px; margin:0px;}
    
html {padding:0px; margin:0px;}

body {
    font-family:Verdana, Arial;
    padding:0px;
    margin:0px;
    font-size:14px;
    font-weight:normal;
    line-height:14px;  
    position:relative;
    color: #666666;
    background-color:#231F20;
    font-family: 'Ubuntu Condensed', sans-serif;
    }
    
.clearit {clear: both; height: 0; line-height: 0; font-size: 0px;}

a img {border: 0px;}
a {outline:none; text-decoration:none; border:none;}
    
img {border:none; outline:none;}


form { display:inline;}

#pageWrapper {
    width:100%;
    padding:0px;
    margin:0px;
}

    
#headerWrapper {
    width:100%;
    }
    
#headerTop {
    width:100%;
    height:100px;
    border-bottom:solid 5px #CCFF00;
    }

#headerTopContent
{
    width: 900px;
    height: 30px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    color: #FFFFFF;
    top: 50px;
}
    
#headerBottom {
    width:100%;
    height:40px;
    border-top:solid 5px #FFFFFF;
    }
    
#headerBottomContent
{
    width: 670px;
    height: 20px;
    margin: 0px auto;
    padding-left: 230px;
    position: relative;
    color: #FFFFFF;
    top: 10px;
    font-size: 16px;
    font-weight:bold;
}

#centerWrapper {
   width:100%;
   background-color: #FFFFFF;
}

#centerContent {
    width:550px;
    position:relative;
    margin:0px auto;
    padding:100px 120px 100px 230px
}


#contentBreadcrumb {
    height: 18px;
    font-size:11px;
    color:#666666;
    padding:8px 0px 7px 0px;
    border-bottom: dotted 1px #CCCCCC; 
    margin-bottom: 16px;
}

#contentBreadcrumb  a:link {color: #666666; text-decoration: none;}
#contentBreadcrumb  a:visited {color: #666666; text-decoration: none;}
#contentBreadcrumb  a:hover {color: #C79736; text-decoration: none;}

#footerWrapper {
    width:100%;
    height:100px;
    border-bottom:solid 5px #CCFF00;
}