/* General */

.pageMenu {
    margin:             0px 0px 0px 25px;
    padding:            0px;
    text-decoration:    none;
    text-transform:     uppercase;
    font-size:          8pt;
    font-weight:        bold;
}

.pageMenu li {
    display:            inline;
    margin-right:       10px;
}

.date {
    font-size:          8pt;
}

.detail {
    color:              #666;
    font-size:          7pt;
    }

#content a:link, #content a:hover, #content a:active {
    color:              #666;
    text-decoration:    none;
    border-bottom:      1px dotted #666;
}

#content a:visited {
    color:              #999;
    text-decoration:    none;
    border-bottom:      1px dotted #999;
}

#content a:visited:after {
    content:            "\00A0\221A";
}

#content h2 {
    padding-left:       25px;
    }

img {
    border-bottom:      0px;
}

.noShow {
    border:     0px;
}

/* Layout */

body { 
    background-color:   #5c9bb8; 
    background-image:   url(images/bg_main.jpg);
    background-repeat:  repeat-x; 
    margin:             0; 
    padding:            0;
    
    color:              #2a4f61;
    font-size:          12px; 
    font-family:        "Lucida Grande", "trebuchet ms", arial, helvetica, verdana; 
    text-decoration:    none;
}

#container {
    width:              750px;
    margin:             0px auto 0px auto;
    background:         #FFF url("images/bg_content.gif") repeat-y;
}

#content {
    xbackground:         #FFF url(images/bg_content.gif) repeat-y; 
    color:              #000;
    margin-left:        200px;
}

#nav {
    width:              200px;
    float:              left;
}

#search_label {
    width:              63px;
    height:             12px;
    margin-bottom:      5px;
    background:         url("images/label_search.gif") no-repeat;
}

#search_label span {
    display:            none;
}

#search {
    margin-left:        550px;
    padding-top:        40px;
    }

#templateDefault, #templateEmail {
    width:              500px;
    padding:            20px 25px 20px 25px;
}

/* Header */

#header {
    background:         #5c9bb8 url("images/header.jpg") no-repeat;
    width:              auto; 
    height:             185px; 
}

#header h1, #header h3 {
    display:            none;
}

/* Footer */

#footer {
    background:         #5c9bb8 url("images/footer.jpg") no-repeat;
    width:              auto; 
    height:             200px; 
    text-align:         center;
}

#footer ul {
    margin:             0px;
    padding:            0px;
}

#footer li {
    display:            inline;
    margin:             0px 10px 0px 10px;
}

#footer a:link, #content a:hover, #content a:active {
    color:              #666;
    text-decoration:    none;
    border-bottom:      1px dotted #666;
}

#footer a:visited {
    color:              #2a4f61;
    text-decoration:    none;
    border-bottom:      1px dotted #999;
}

#footer a:visited:after {
    content:            "\00A0\221A";
}