@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
	background-color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 1.2em;
	letter-spacing: 0.02em;
}


#header {
	background-color: #fff;
}

#header img {width: 80%; height: 80%;}

#header h1 {
	margin: 0 auto;
	padding: 40px 20px 30px 10%;
        font-family: 'Open Sans', sans-serif;
}

#footer {
	background-color: #eee;
}

#navbar {

	border-bottom: 0px solid #eee;
}

#navbar a {
	font-size: 0.6em;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
	letter-spacing: 0.05em;
        color: #0083c7;
}

#breadcrumb {
       display: none;
}

#breadcrumb a {
        color: #bbb;
}

#content {
        font-family: 'Open Sans', sans-serif;
	padding-top: 0.9em;
	border-top: 0px solid #eee;
}

#main {
	font-size: 1.2em;
        line-height: 110%;
        color: #555;
}

#main h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 1.4em;
}

#main h3 {
        font-family: 'Open Sans', sans-serif;
}

#content h2 {
        font-size: 1em;
}
#content h3 {
        font-family: 'Open Sans', sans-serif;
        font-size: 1.4em;
}

#content h4 {
        font-family: 'Open Sans', sans-serif;
        font-size: 1em;
        font-weight: bold;
}

div.separator {
	border-bottom: 1px solid #eee;
}

#rightSidebar {
    color: #777;
        font-family: 'Open Sans', sans-serif;
    font-size: 0.6em;
}

#rightSidebar h3 {
font-weight: normal;
text-transform: uppercase;
}

a:link {
	color: #0083c7;
        text-decoration: none;
}

a:active {
	color: #0083c7;
        text-decoration: none;
}

a:visited {
	color: #0083c7;
        text-decoration: none;
}

a:hover {
	color: #0083c7;
	background: #fff;
        text-decoration: underline;
}

input.button {
    background-color: #0083c7;
    border: none;
    color: white;
    padding: 6px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;;
}

input.defaultButton {
	background-color: #0083c7;
	font-weight: bold;
        color: white;
}

table.announcements td.headseparator {
	border-top: 1px solid #eee;
}

table.announcements td.endseparator {
	border-top: 1px solid #eee;
}

ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background-color: #f3f3f3;
}

ul.menu li {
    float: left;
}

ul.menu li a {
    display: block;
    color: #666;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul.menu li a:hover:not(.active) {
    background-color: #ddd;
}

ul.menu li a.active {
    color: #fff;
    background-color: #4CAF50;
}
