@charset "utf-8";

body {

    background:url(images/bg.png) top right no-repeat #03162b;

    color:#FFF;

    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

    font-size:12px;

    line-height:1.4em;

    margin:0;

}



p, h1, h2 { margin:0 0 10px 0; }



h1 {

    color:#DDD;

    font-size:18px;

    font-weight:bold;

}



h2 {

    font-size:14px;

    font-weight:bold;

}



a {

    color:#f49a5e;

    font-weight:bold;

    text-decoration:none;

}



/* layout */

#container {

    margin:0 auto;

    text-align:center;

    width:852px;

}



#nav {

    font-size:16px;

    margin:65px 0 5px 0;

    position:relative;

    text-align:right;

}



    #nav a {

        color:#f46404;

        margin:0 0 0 12px;

    }

    

    #nav a:hover { color:#f49a5e; }

    

    #logo {

        height:138px;

        left:10px;

        position:absolute;

        top:-55px;

        width:221px;

        z-index:100;

    }   



#banner {

    border:1px solid #FFF;

    margin:0 0 15px 0;

    z-index:1;

}



/* content */

.box {

    background:url(images/box_bg.gif) bottom repeat-x #042c54;

    border:1px solid #FFF;

    float:left;

    padding:10px;

    text-align:left;

}



    .bside { width:152px; }

    

    .breg { width:302px; }

    

    .bcol { width:397px; }

    

        .col1 { margin:0 14px 0 0; }

    

    .bdub { width:639px; }

    

    .bfull { width:832px; }

    

    .bmarg { margin:0 15px 0 0; }

    

    .bhome { height:206px; }



/* schedule */

#sch {

    background-color:#FFF;

    border:1px solid #f46404;

    color:#042c54;

}



    .alt-row { background-color:#EDEDED; }

    

    .head-row { background-color:#CECECE; }



/* footer */

#footer {

    margin:15px 0 0 0;

    text-align:right;

}



    #footer a { color:#FFF; }

    

    #footer a:hover { color:#f49a5e; }

    

#wfa-logo {

    padding:0 15px;

    vertical-align:middle;

}



/* misc */

.bold { font-weight:bold; }



.center { text-align:center; }



.clear { clear:both; }