﻿/* Consolidating a collection of CSS that used to appear in the <head> section of all pages. */

/* Media screen styles */
@media screen {
    body {
        margin: 20px 0px;
        padding: 0px;
        text-align: center;
    }

    #Content {
        width: 1000px;
        margin: 0px auto;
        text-align: left;
    }
}

/* General styles */
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #e4e6e6;
}

.menu_bgnd {
    background-image: url(eohb2012/images/eohb_menu_bgnd.jpg);
    background-repeat: repeat-x;
}

.footer_bgnd {
    background-image: url(eohb2012/images/eohb_footer_bgnd.jpg);
    background-repeat: repeat-x;
}

.homepage_bgnd {
    background-image: url(eohb2012/images/eohb_bgnd_img.jpg);
    background-repeat: no-repeat;
}

/* Link and text styles */
a {
    font-family: NotesEsaBold, Arial, sans-serif;
    color: #FFFFFF;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.style1 {
    color: #FFFFFF;
}

.style2 {
    color: #009933;
}
