body {
    background: #c3dff4;
    font-family:sans-serif;
}

a {
    text-decoration:none;
    color:blue;
}

a:hover {
    text-decoration:underline;
    color:#0081FF;
/*    background-color: #0081FF;
    color:white; */
}    

#sidebar {
    width:200px;
    float:left;
    height:100%;
    border-color:#CCCCCC black black #CCCCCC;
    border-style:solid;
    border-width:1px 0 0 0;
    padding:0 10px 10px;
}

#sidebar h2 {
    text-align:center;
    margin:10px 0 0;
    background:#e9f2f8;
}

#sidebar a img {
    border:none;
}

#newsletter-signup {
    border:2px dotted #EDE4CD;
    margin:20px 0;
}

#newsletter-signup h4 {
    text-align:center;
    margin:10px 0 0;
    color:black;
    font-variant: small-caps;
}

#newsletter-signup p {
    font-size:12px;
    padding:5px;
    margin:0;
}

#main {
    margin-left:220px;
    border-left: black 2px solid;
    padding:20px 10px 10px;
    background: #ede4cd;
    margin-top:0;
}

#main h2 {
    margin-top:0;
    margin-bottom:0;
    border-bottom: 3px double black;
    border-top: 3px double black;
    border-right: 5px solid white;
    border-left: 5px solid white;
    text-align:center;
    width:50%;
    margin-left:auto;
    margin-right:auto;
    background: #F6F0E2;
}
#content-wrapper {
    background:#ede4cd url(../images/right-border.jpg) top right repeat-y;
    width: 923px;
    margin: 23px auto 0;
}

#content {
   /* background-color: #c3dff4; */
    position:relative;
    width: 900px;
    background-color:#F2F8E9;
    border-left: #CCCCCC solid 2px;
}

#bottom-border {
    width:923px;
    height:23px;
    background:#c3dff4 url(../images/bottom-border.jpg) bottom left no-repeat;
}

a img {
    border:none;
}


#footer {
    margin:0 auto;
    text-align:center;
    font-size:85%;
}

#footer a {
    color:#6666ff;
}

#navbar {
    margin-left:220px;
    margin-bottom:0;
    border-left: black 2px solid;
    padding: 9px 0;
    background:url(../images/navbar-bg.jpg) no-repeat;
    height:27px; /* total height 45px */
}

#navbar a, #navbar .this-page {
/*    text-transform: uppercase; */
    font-family: Verdanna, Geneva, sans-serif;
    font-size:20px;
    font-variant: small-caps;
    padding:10px;
    text-decoration:none;
    margin:0;
    font-weight:bold;
}

#navbar a {
    color: #11a1ff;
}

#navbar a:hover {
    background-color: #00A1FF;
    color:white;
}

#navbar .this-page {
/*    background-color: #00A1FF; */
    color:black;
}

#mail-link {
    text-align:center;
    font-size:12px;
    margin-top:50px;
}

#mail-link a {
    font-family:monospace;
}

.mail-label {
    font-weight:bold;
}
