@charset "UTF-8";

h1 {
    font-size: 180%;	
	color: #8A1A00;
	font-weight: 400;
}
	
h2  {
	font-size: 140%;
	color: #8A1A00;
    font-weight: 400;	
}

p   {

}

#footer {
	text-align: center;
	font-size: 90%;
	color: #999999;
}

a:link {color:#8A1A00; text-decoration: none;}
a:visited {color:#8A1A00; text-decoration: none;}
a:hover, a:active, a:focus {color:#333333; text-decoration: underline;}

#footer a:link {color:#999999; text-decoration: none;}
#footer a:visited {color:#999999; text-decoration: none;}
#footer a:hover, #footer a:active, #footer a:focus {color:#999999; text-decoration: underline;}

.credits {
	height: 50px;
	font-size: 80%;
	color: #999999;
}

.fltrthp { /* this class can be used to float an element right in your page */
	float: right;
	margin-top: 30px;	
	margin-left: 15px;
	margin-bottom: 10px;
}

.footnote {
	font-size: 60%;
}

.socialNetworks {
	list-style-type: none;	
	margin-left: -40px;
}

.fltLogoRt { /* this class can be used to float an image right in your page */
    float: right;
    margin: 0 0 0px 15px;
    padding: 2px;
}

.fltLogoLft { /* this class can be used to float an image right in your page */
    float: left;
    margin: 0 15px 0px 0;
    padding: 2px;
}

.facebookLink {
	padding-top: 10px;
}


.twitterLink {
	padding-top: 25px;
}