@charset "UTF-8";
/* CSS Document */

h1 {
	color: #518a70;
	font-weight: normal;
	font-family: 'Merriweather', serif;
}
h2 {
	color: #518a70;
	font-weight: normal;
	font-family: 'Merriweather', serif;
}
h3 {
	color: #518a70;
	font-weight: normal;
	font-family: 'Merriweather', serif;
}
.accent {
	color: #990033;
}
.accentBigger {
	color: #990033;
	font-size: 1.3em;
}
.accentGreen {
	color: #518a70;
	font-size: 1.2em;
	font-weight: bold;
}
.intro {
	font-size: 1.2em;
	color: #939393;
}
.menuHeader {
	color: #990033;
	font-size: 1.5em;
}
#footer {
	color: #CCCCCC;
	background-color: #313131;
}
#footer a {
	color: #cccccc;
}
#footer a:link {
	color: #cccccc;
	text-decoration: none;
}
#footer a:visited {
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover {
	color: #0898CC;
	text-decoration: none;
}
.floatLeft {
	padding-right: 10px;
	float: left;
}
.floatRight {
	padding-right: 0px;
	float: left;
	padding-left: 10px;
}
.googleFont {
	font-family: 'Merriweather', serif;
}
hr {
  height:0; 
  border:0; 
  border-top:1px solid #000000; 
}
