@import url(http://fonts.googleapis.com/css?family=Montserrat);
@import url(http://fonts.googleapis.com/css?family=Lora);
@import url(http://fonts.googleapis.com/css?family=Raleway);

body {
	background-color: #fff;
        font-family: Montserrat, GillSans, Calibri, Trebuchet, sans-serif;
        font-size: 1.3em;
}


#header {
	background-color: #ddd;
}

#header img {width: 80%; height: 80%;}

#header h1 {
	margin: 0 auto;
	padding: 0em 0 0em 10%;
        font-family: Montserrat, GillSans, Calibri, Trebuchet, sans-serif;
}

#footer {
	background-color: #eee;
}

#navbar {

	border-bottom: 1px solid #eee;
}

#navbar a {
	font-size: 0.6em;
        font-family: Montserrat, GillSans, Calibri, Trebuchet, sans-serif;
        font-weight: normal;
	letter-spacing: 0.05em;
}

#breadcrumb {
	padding-top: 1em;
	font-size: 0.5em;
        color: #bbb;
}

#breadcrumb a {
        color: #bbb;
}

#content {
    font-family: Lora, Georgia, Times, serif;
	padding-top: 0.9em;
	border-top: 1px solid #eee;
}

#main {
	font-size: 1.2em;
        line-height: 110%;
        color: #555;
}

#main h2 {
        font-family: Montserrat, GillSans, Calibri, Trebuchet, sans-serif;
}

#main h3 {
        font-family: Montserrat, GillSans, Calibri, Trebuchet, sans-serif;
}

#content h3 {
        font-family: Montserrat, GillSans, Calibri, Trebuchet, sans-serif;
        font-size: 1.4em;
}

#content h4 {
        font-family: Montserrat, GillSans, Calibri, Trebuchet, sans-serif;
        font-size: 1em;
        font-weight: bold;
}

div.separator {
	border-bottom: 1px solid #eee;
}

#rightSidebar {
    color: #777;
    font-family: Raleway;
}

#rightSidebar h3 {
font-weight: normal;
text-transform: uppercase;
	font-size: 1em;
}

a:link {
	color: #b20000;
        text-decoration: none;
}

a:active {
	color: #b20000;
        text-decoration: none;
}

a:visited {
	color: #b20000;
        text-decoration: none;
}

a:hover {
	color: #b20000;
	background: #fff;
        text-decoration: underline;
}


input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #b20000;
        color: white;
	font-weight: bold;
	font-size: 1em;
}

input.defaultButton {
	background-color: #b20000;
	font-weight: bold;
        color: white;
}

table.announcements td.headseparator {
	border-top: 1px solid #eee;
}

table.announcements td.endseparator {
	border-top: 1px solid #eee;
}
