*   {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: verdana, lucida, arial, helvetica, sans-serif;
    
    font-weight: normal;
    color: #444444;
    }
body	{
    background: #FFFBCE;
    }
input {
    border: 1px solid #444444;
}
select {
    border: 1px solid #444444;
}
b {
font-weight:bold;
}
/*-------------------------------- */
/* Layout */                                              
/*-------------------------------- */
#layout_wrapper {
    width: 1000px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid #444444;
    }
#header {
    background-image: url('images/header_graphic.gif'); /*this is the whole background of the header*/
    height: 100px;
    width: 1000px;
}
#nav {
    padding-top: 5px;
    background: #000000; /*this is the black you see behind the tabs*/
}
#content {
    background-color: #ffffff;
    padding: 15px 5px 5px 5px;
    height: 920px; /*you can erase this once there is content to expand the page*/
}
#main_content { /*this is the left side main content div*/
    width: 700px;
    float: left;
    margin-left: 20px;
}
#main_content_left { /*this is the left side main content div with no nav*/
    width: 980px;
}

#secondary_content { /*this is the lighter colored secondary content on the left*/
    background-color: #efefef;
    border: 1px dotted #444444;
    float: left;
    width: auto;
    // height: 90%; /*delete me when content is added*/
    padding: 10px;
}
#copyright {
    font-size: 9px;
    text-align: center;
}
/*-------------------------------- */
/* Navigation                                         */
/*-------------------------------- */   
#navlist {
    padding: 3px 0;
    margin-left: 0;
    border-bottom: 1px dashed #bbbbbb; /*this is the dotted line that runs under the whole length of the nav div - it should match the border in "#navlist li a" */
    }

#navlist li {
    list-style: none;
    margin: 0;
    display: inline;
    }

#navlist li a {  /*these are the tabs, visibly these are the NON CURRENT tabs*/
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px dashed #bbbbbb;/*this is the dotted line AROUND the tab itself*/
    border-bottom: none;
    background: #fde858;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    }

#navlist li a:link {
    color: #444444;
    }
#navlist li a:visited {
    color: #222222;
    }

#navlist li a:hover { /* i.e. the rollover state of the tab button */
    color: #000;
    background: #FFFBCE;
    border-color: #444;
    }

#navlist li a#current {  /*add this tag to whichever page you are on, this is the CURRENT pagte*/
    background: #ffffff;
    border-bottom: 2px solid #ffffff; /*this hides the dashed line line on the bottom of the tab  so it looks like it's part of the current page */
    color: #000000;
    }
    
/*-------------------------------- */
/* Text                                                  */
/*-------------------------------- */

#header h1 {
    padding: 61px 10px 0px 0px; /*move the headline text around by changing these numbers*/
    font-family: verdana, lucida, arial, helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    display: block;
    text-align: right;
}

#bif-title h1 {
    font-family: verdana, lucida, arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    display: block;
    text-align: center;
}


#main_content p, #secondary_content p {
    margin-bottom: 10px;
}
h1 {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
h2 {
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 5px;
}
h3 {
    color: #000000;
    font-size: 11px;
    font-style: italic;
    font-weight: none;
    margin-bottom: 0px;
}

#CouponManagerCatNav {
    margin-bottom: 10px;
}
