﻿a, a:link, a:visited {
    color: #0054a6;
    text-decoration: none;
}
a:hover {
    /*color: #75a352;*/
    text-decoration: underline;
}

body {
    /*background-color: #f0ede4;*/
    /*text-align: center;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
}


/* reset the form element font size */
input, select, button, textarea {
    font-size: 15px;
}
/* end form element size */


h2 {
    font-size: 20px;
    margin: 0 0 10px;
}
h4 {
    font-size: 16px;
    color: #401564;
    margin: 0 0 15px 0;
}

div.message {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}
ul.menu {
    margin: 0;
    padding: 0;
}

/* Container CSS */
/*#container {
    text-align: left;
    width: 960px;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    margin: 0 auto 0;
    background: #FFF;
    font-size: 15px;
    color: #363636;
}*/

#header {
    height: 185px;
	width: 960px;
}
#top-header {
    margin: 0 30px;
    height: 140px;
}
h1.logo strong {
    display: none;
}


/* Content CSS */
#content {
    padding: 10px 30px 30px 30px;
    line-height: 1.5em;
}




