body {
    margin: 0px;
    background-color: white;
    background-image: url("../images/bg.jpg");
    background-repeat: repeat;
}

#banner {
    background-image: url("../images/banner.jpg");
    background-repeat: repeat;
    padding-top: 50px; // The height of the image
    margin: 0px;
}

#header {
    margin: 0px; 
    width: *;
    background-image: url("../images/menubg.jpg");
    background-repeat: repeat;
    padding-top: 70px;
}

#searchbox {
    margin: 0px;
    width: 300px;
    padding: 4px;
    top: 20px;
    right: 4em;
    position: fixed;
}

#searchinput {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#searchbutton {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #003000;
}

hr {
    border: 0;
}

#logo {
    top: 0px;
    margin: 0px;
    left: 0%;
    position: fixed;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-position: 10px 15px;
    width: 60%;
    height: 55px;
    padding-left: 80px;
    padding-top: 15px;
    margin-left: 42px;
}

#logo h1 {
    font-size: 2.2em;
    color: #EFEFEF;
    /*color: white;*/
    font-family: sans-serif;
    font-weight: bold;
    top: 0px;
    margin: 0px;
    left: 0%;
    position: fixed;
    padding-left: 80px;
    padding-top: 15px;
    margin-left: 42px;
}

#menu {
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-image: url("../images/gradient.png");
    background-color: #D0D0D0;
    background-repeat: repeat;
    height: 24px;
}

#menulist {
    margin: 0px;
    margin-left: 5%;
}

#menuitem {
    float: left;
    display: block;
    text-align: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-left: 1px dotted black;
    height: 1.5em;
    width: 4em;
    text-align: center;
}

#menulink {
    font-family: sans-serif;
    font-size: 0.9em;
    text-decoration: none;
    //font-style: italic;
    //font-weight: bold;
    vertical-align: middle;
    color: black;
}

#menulink:hover {
    margin-top: 4px;
    padding-top: 4px;
    padding-left: 0px;
    font-size: 1.0em;
    font-weight: bold;
    color: #c05020;
}

#grid {
    margin: 0px;
    padding: 0px;
    margin-top: 0.4em;
    margin-left: 1em;
}

#gridbox {
    float: left;
    display: block;
    text-align: left;
    padding-right: 0.8em;
    padding-bottom: 0.8em;
    margin: 0px;
    font-size: 0.8em;
    color: black;
}

#gridlink {
    vertical-align: middle;
    color: black;
}

#gridimage {
    border: none;
}

#gridtext {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 2px solid #105090;
    left: -0.7em;
    margin: 0;
    padding: 10px 11px 10px 11px;
    width: 104px;
    height: 104px;
    position: relative;
    margin-right: -11px;
    background-color: #e0e0d9;
    border-color: black;
}

#content {
    top: 94px;
    left: 0px;
    right: -1px;
    bottom: 18px;
    margin: 0px;
    padding-left: 8%;
    padding-right: 27%;
    padding-top: 3em;
    display: block;
    position: fixed;
    overflow: auto;
    font-family: Georgia, serif;
    color: black;
    font-size: 1.1em;
    background: white;
}

#content hr {
    clear: left;
    border-bottom: 2px dotted #000000;
    position: relative;
    top: -5px;
    left: 1px;
    margin: 0px;
    padding: 0px;
    width: 94%;
    border-color: #d0d0d0;
}

#content h1 {
    clear: left;
    font-size: 2.3em;
    font-family: Lucida Grande, Verdana, Tahoma, sans-serif;
    font-weight: bold;
    position: relative;
    color: #182771;
    margin: 0;
    z-index: 1;
}

#content h1 span {
    background: url("../images/gradient-glossy.png") repeat-x;
    position: absolute;
    display: block;
    width: 100%;
    height: 31px;
}

#content h2 {
    clear: left;
    margin-left: 0.3em;
    font-size: 1.23em;
    font-family: Verdana, Tahoma, sans-serif;
    position: relative;
    color: #283781;
}

#content h2 span {
    background: url("../images/gradient-glossy.png") repeat-x;
    position: absolute;
    display: block;
    width: 100%;
    height: 31px;
}

#content p {
    margin-left: 0.6em;
    font-size: 1.0em;
}

#notificationbar {
    top: 130px;
    right: 3%;
    left: 78%;
    margin: 0px;
    padding-right: 1em;
    position: fixed;
}

#notification {
    margin: 0px;
    margin-top: 1em;
    padding-top: 0em;
    padding-bottom: 0em;
    padding-right: 1em;
    padding-left: 1em;
    border: 1px solid #909090;
    display: block;
    text-align: right;
    background-color: #b3cae5;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#notification h2 {
    padding-left: 1em;
    padding-top: 0.2em;
    font-family: Lucida Grande, Verdana, Tahoma, sans-serif;
    font-size: 1.1em;
    color: #824020;
    margin: 0px;
}

#notification p {
    margin-top: 0.45em;
    margin-left: 0.5em;
    margin-bottom: 0.4em;
    font-family: Georgia, serif;
    font-size: 1em;
    color: #101010;
}

#notification a {
    text-decoration: none;
    margin-left: 0.5em;
    font-weight: bold;
    color: black;
    font-size: 0.8em;
    font-family: Verdana, Tahoma, sans-serif;
}

#notification a:hover {
    color: #157015;
}

#footer {
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color: #C0C0C0;
    height: 12px;
    color: text;
    font-size: 0.6em;
    text-align: right;
    font-family: sans-serif;
    bottom: 0px;
    right: 0px;
    position: fixed;
    padding-right: 4em;
    width: 100%;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    background-color: #D0D0D0;
    background-image: url("../images/gradient.png");
    background-repeat: repeat;
}

#footerimage {
    margin: 0px;
    position: fixed;
    background-image: url("../images/footer.png");
    background-repeat: no-repeat;
    background-position: 50% 0px;
    height: 29px;
    bottom: 0px;
    width: 100%;
}

#separator {
    margin: 0px;
    height: 2em;
}
