@charset "utf-8";
/* CSS Document */

body {
        margin: 0;
        padding: 0;
        background:#fff url(../images/bg.png) repeat-x;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
}

#outerWrapper {
        margin: 0 auto;
        width: 960px;
        background: #fff url(../images/header.png) top center no-repeat;
        overflow: hidden;
}


b {
        color: #4d8fb8;
        font-weight: bold;
}
h1 {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 1.6em;
        color: #4d8fb8;
}
h2 {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 1.25em;
        color: #4d8fb8;
}
h3 {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 1.1em;
        font-weight:bold;
        color: #4d8fb8;
}






#leftColumn {
        clear: both;
        width: 300px;
        margin: 20px 0 20px 20px;
        float: left;
        overflow: hidden;
}

#rightColumn {
        width: 600px;
        margin: 20px;
        float: right;
        overflow: hidden;
}


/**********************/
/*     MENU STUFF     */
/**********************/

div.menu {
        width: 960px;
        height: 23px;
        padding-top: 77px;
}
.menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
}
.menu li {
        float: right;
        padding: 0 10px 0 1.5em;
}
.menu li a {
        font-weight:bold;
}
.menu li a:link {
        text-decoration:none;
        color: #fff;
}
.menu li a:visited {
        text-decoration:none;
        color: #fff;
}
.menu li a:hover {
        text-decoration:underline;
        color: #fff;
}
.menu li a:active {
        text-decoration:underline;
        color: #d8d8d8;
}

