
*  {
    margin:0;
}

body {
    background:white;
    font-family: arial, serif;
    background-color: white; /* #CFCCDF; */
    height: 100%; 
}

#logo {
    padding-top: 0.5em;
    /* background-image: url('../images/EA-header.jpg'); */
    text-align: center;
}

#logo img {
    border: 0;
    padding: 15px;
}

#menu {
    background:		#292b6d; /* #AABDE6; */
    height: 42px;
}
/* Crazy logic to do the button underlines */
#menu img {
    border-bottom: 3px solid #292b6d; /* Underline top row with dark blue */
}
#menu li:hover img, #menu li.sfHover img {
    border-bottom: 3px solid #8780A9; /* Unless top row is hovered, light blue */
}
#menu li:hover li img, #menu li.sfHover li img {
    border-bottom: 3px solid #292b6d; /* When top row is hovered, override light blue to be dark blue on children */
}
#menu li li:hover img, #menu li li.sfHover img {
    border-bottom: 3px solid #8780A9; /* Unless bottow row itself is however. */
}

.contents {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#menu2 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    margin-bottom: 0.75em;
    font-size: 1.5em;
    color: black;
}

h2 {
    margin-top: 2em;
    margin-bottom: 0.25em;
    font-size: 1em;
    color: black;
}

blockquote {
    padding-left: 2em;
}

.contents {
    margin-bottom: 10em;
    color: #585858;
    padding: 1em;
}

.contents p, h3 {
    margin-bottom: 0.5em;
}

#footer {
    background:	#292b6d;
    text-align: center;
    font-size: 14px;
    color: white;
}

#footer div {
    padding: 10px;
}

#footer span.info {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

#footer a {
    color: white;
}

