body {
    background: #4A4D6E;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
}

#frame {
    width:750px;
    background: #3A3D5E;
    margin:0 auto 0 auto;
    border:1px solid #000000;
    text-align:left;
    /* float:center; */
}

#header {
    background: #999999;
    border-top:1px solid #000000;
    border-bottom:2px solid #000000;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
}

#footer { 
    background: #999999;
    margin-top:20px;
    border-top:2px solid #000000;
    border-bottom:1px solid #000000;
    border-left:1px solid #000000;
    border-right:1px solid #000000;

    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

#content {
    width: 540px;
    float:left;
    padding:10px 25px 20px 20px;
}

#content-full {
    width: 670px;
    float:left;
    padding:10px 25px 20px 20px;
}

#content-really-full {
    width: 750px;
    float:left;
    padding:10px 5px 20px 0px;
}

#side-box {
    width: 125px;
    float:right;
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
    border-left:1px solid #000000;

    margin-top:20px;
    padding-bottom:2px;
}

#side-box-head {
    width: 125px;
    height: 18px;
    background: #999999;
    border-bottom:1px solid #000000;
}



a { 
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color:white;
}

br.clearing {
    clear:both;
}

a.plain-link {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color:white;
}

.normal-text { 
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color:white;
}

.small-text {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

.tiny-text {
    font-size: 8px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

.bold-text b { 
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color:white;
}
    
.large-bold-text { 
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color:white;
}

.xlarge-bold-text { 
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color:white;
}
    
.header-site-text { 
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin:0;
    padding:0;
    padding-bottom:5px;
    font-family: Arial, Helvetica, sans-serif;
    color:white;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size:  8px; }


