@import 'blueprint/screen.css';
@import 'menus.css';
@import 'blueprint/faq.css';
@import 'blueprint/document.css';
@import 'blueprint/emailer.css';
body{
    background-color : #336633;
    margin : 0px;
    padding : 0px;
}
h1{
    color : #363;
    font-weight : bold;
}
#form_table td{
    text-align : right;
}
.container{
    margin-left : auto;
    margin-right : auto;
    width : 950px;
    background-image : url(/images/container_repeater.png);
    background-repeat : repeat-x;
}
#top_left_banner{
    float : left;
    width : 430px;
    height : 109px;
    background-image : url(/images/top_left_header.png);
}
#top_right_banner{
    float : right;
    width : 332px;
    height : 109px;
    background-image : url(/images/top_right_header.png);
}
#green_bar_left{
    float : left;
    width : 429px;
    height : 25px;
    background-image : url(/images/green_bar_left.png);
}
#green_bar_right{
    float : right;
    width : 328px;
    height : 25px;
    background-image : url(/images/green_bar_right.png);
}
#green_bar{
    float : left;
    width : 100%;
    height : 25px;
    background-image : url(/images/green_bar_repeater.png);
    background-repeat : repeat-x;
    color : #fff;
}
#main{
    width : 950px;
    margin-left : auto;
    margin-right : auto;
}
#left_menu{
    width : 170px;
    background-image : url(/images/left_menu_bg.png);
    background-position : 0 0;
    background-repeat : no-repeat;
    float : left;
    padding-left : 10px;
    padding-top : 10px;
}
#content_middle{
    float : left;
    padding-left : 25px;
    width : 570px;
}
#content_middle_public{
    float : left;
    width : 720px;
}
#right_article_space{
    width : 170px;
    height : 100%;
    float: right;
}
#footer{
   width : 950px;
   margin-left : auto;
   margin-right : auto;
   text-align : center;
}
#footer_repeater{
   background-image : url(/images/footer_repeater.png);
   background-repeat : repeat-x;
}
#footer_left{
    float : left;
    background-image : url(/images/footer_left.png);
    border-left : 5px solid #808080;
    width : 180px;
    height : 94px;
}
#footer_right{
    float : right;
    border-right : 5px solid #808080;
    width : 16px;
    height : 94px;
}
#quick_links{
    background-image : url(/images/quick_links.png);
    background-repeat : no-repeat;
    width : 150px;
}
#border_repeater{
    background-color : #fff;
    float:left;
    width : 100%;
    background-image : url(/images/main_repeater.png);
    background-repeat : repeat-y;
}

a img{ border : none; }












