body {
    background-color: #DFDFDF;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica;   
    font-size: 10pt;
    
}

.container {
    width: 886px;
    background-image:url('/images/red-footer.gif');
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.toplogo {
    background-image:url('/images/logo-top.gif');
    width:886px;
    height:205px;
    background-repeat:no-repeat;
    background-position:bottom;
}

.topgrey {
    float:right;
    background-image:url('/images/grey-top.gif');
    background-repeat: no-repeat;
    width:442px;
    height:32px;
    text-align:right;
    font-size:11pt;
    font-weight:bold;
    color:white;
    overflow:hidden;
}

.topmenu_left {
    width:8px;
    background-image:url('/images/nav1-left.gif');
    background-repeat: no-repeat;
    height:41px;
    float:left;
}

.topmenu_right {
    background-image:url('/images/nav1-right.gif');
    background-repeat: no-repeat;
    width:8px;
    height:41px;
    float:left;
}

.topmenu_middle {
    background-image:url('/images/nav1-middle.gif');
    background-repeat: repeat-x;
    width:781px;
    height:41px;
    float:left;
}

.topmenu_items {
    font-size:11pt;
    font-weight:bold;
    float:left;
}

.topmenu_items a {
    text-decoration: none;
    color: #AAAAAA;
}

.topmenu_items a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.clear {
    clear:both;
}

.header {
    font-size:14pt;
    font-weight:bold;
    margin-bottom: 10px;
    color: #D2232A;
    text-align:center;
}

.subheader {
    font-size: 12pt;
    font-weight: bold;
    color: #585858;
    margin-bottom:15px;
    text-align:center;
}

.content {
    font-size:10pt;
    color: #585858;
}

.content a {
    color: #D2232A;
    text-decoration:none;
}

.content a:hover {
    text-decoration:underline;
}

.smallpicture {
    border: 1px solid #585858;
}

.mainpicture {
    margin-bottom:20px;
    clear:both;
}

.bottomtext {
    color:#FFFFFF;
    font-size:14px;
    font-weight:bolder;
    width:800px;
    overflow:hidden;
}

.bottomtext a {
    color: #ffffff;
}

.block {
    margin-bottom:10px;
}

.inactive {
    float:left;
    margin-right:10px;
    margin-left:10px;
    height:41px;
    margin-top:10px;
}

.active_shadow {
    background-repeat: repeat-x;
    float:left;
    margin-right:10px;
    padding-top:12px;
    height:41px;
    color:black;
    padding-left:10px;
    padding-right:10px;
    cursor:hand;
    
}

.active_noshadow {
    position:relative;
    top:-20px;
    left:-1px;
    color:white;
    cursor:hand;
}

.active_noshadow a {
    color:white;
}

.contentcontainer {
    width:100%;
    height:auto;
}

.mainimage {
    margin-bottom: 10px;
}

.columns {
    margin-bottom:20px;
}


