* {
    margin: 0;
    padding: 0; }

body {
    color: #000;
    font-size: 12pt;
    font-family: Verdana, Helvetica, sans-serif;
    }
h1,h2,h3,h4 {
    font-family: "trebuchet MS", helvetica, sans-serif;
}

p {
    margin-bottom: 15px; }


#content ul,#content ol {
    margin: 0px 0px 15px 20px; }
#content li {
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 30px; }

a:link, a:visited {
    color: blue;
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer; }

/* hide this for print */
#header { display: none; }
#menu { display: none; }
#flag { display: none; }

/* Main body section */
#content {
    width: auto;
    margin: 0 5%;
    padding: 0;
    border: 0;
    color: #000;
    background: transparent; }

/*
    #content a:link:after, #content a:visited:after {
        content: " ("attr(href)")";
        font-size: 90%;
    }
*/

    #content .img_left {
        float: left;
        font-size: 0.8em;
        font-style: italic;
        text-align: center;
        padding: 5px 10px 10px 0px; }

    #content .img_right {
        float: right;
        font-size: 0.8em;
        font-style: italic;
        text-align: center;
        padding: 5px 0px 5px 15px; }


#footer {
    width: 550px;
    margin: 20px auto;
    font-size: 0.9em;
    text-align: center;
    border-top: 1px solid white;
    padding: 5px 0px; }


/* map section */
#details {
    float: left;
    padding: 0px 20px 20px 0px; }

#details a {
    color: blue; }

#map {
    width: 280px;
    height: 365px;
    float: left;
    border: 1px solid #979797; }
/* end map section */

