* {
    font-family: sans-serif;
}

/*
    Header
*/
#header{
    /*background: #f0f0f0;*/
    background: #f0f0ff;
    border-top: #d2d2f2 solid 1px;
    border-bottom: #d2d2f2 solid 1px;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
}

#header a{
    color: #757575;
    text-decoration: none;
}

#header a:hover{
    text-decoration: underline;
}

#logo{
    border: none;
    float: left;
}

#menu{ 
    text-align: right;
    font: bold 12pt/14pt sans-serif;
}

/*
    Body
*/
body{
    margin: 0px; 
    font: 12pt/16pt sans-serif;
}
#body{
    padding: 15px;
    margin-left: 100px;
    margin-right: 100px;
}
#body h1 {
    color: #454545;
    text-transform: capitalize;
    font: bold 24pt/28pt sans-serif;
}

#body h2 {
    color: #757575;
    text-transform: capitalize;
    font: bold 16pt/20pt sans-serif;
}
#body h3{
    color: #757575;
}

#body a{
    color: #0036c0;
    text-decoration: none;
}

#body a:hover{
    text-decoration: underline;
}

#intro{
    border: none;
    padding: 10px;
    float: left;
}

#windows{
    border: none;
    text-align: center;
    font-size: x-small;
}

#applet{
    border: none;
    padding: 0pt;
    float: right;
    text-align: center;
    font-size: x-small;
}

ul li{
    list-style: url(./img/bulletpoint.gif) inside;
    margin-left: 10px;
}

#download-link{
    text-align: center; 
}

/*
    Footer
*/
#footer{
    /*background: #c03600;*/
    /*background: #0036c0;*/
    background: #9090c0;
    color: white;
    text-align: center;
    font-size: 8.5pt;
}

#footer a{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#footer a:hover{
    text-decoration: underline;
}

#cityhost{
    text-align: center; 
    font-size: 8.5pt;
}
