@charset "UTF-8";
h1 {
	font-weight: normal;
	font-size: 2em;
	font-family: 'Philosopher', sans-serif;
}
.bigtext {
	font-size: 2.5em;
	font-family: 'Philosopher', sans-serif;
}
.h1Sub {
	font-size: 0.7em;
	color: #666666;
}
h2 {
	font-weight: normal;
	font-size: 2em;
	font-family: 'Philosopher', sans-serif;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
	font-family: 'Philosopher', sans-serif;
}
.larger {
	font-size: 1.2em;
}
.accent {
	color: #0033ff;
}
.accent-bigger {
	font-size: 1.5em;
	color: #0033ff;
}
.callout {
	font-style: italic;
	color: #0033ff;
	font-size: 1.3em;
	font-family: 'Philosopher', sans-serif;
}
.quote {
	font-style: italic;
	color: #666666;
	font-size: 1.5em;
	font-family: 'Philosopher', sans-serif;
}
.floatLeft {
	padding-right: 10px;
	float: left;
	font-size: medium;
}
footer {
	background-color: #666;
	color: #FFF;
}
footer a:link {
	color: #FFF;
	text-decoration: none;
}
footer a:visited {
	color: #FFF;
	text-decoration: none;
}
footer a:hover {
	color: #ffcc00;
	text-decoration: none;
}
.footerAccent {
	color: #ffcc99;
}
.footerAccentBigger {
	color: #ffcc99;
	font-size: 1.3em;
}
ul  {
 padding-left:0.5;   
}
hr {
	background-color: black;
	height: 1px;
	border: 0;	
}
.blueBigger {
	color: #0033ff;
	font-size: 1.5em;
	font-family: 'Philosopher', sans-serif;
}
.blackBigger {
	font-size: 1.5em;
	font-family: 'Philosopher', sans-serif;
}

