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

body { 
	background-color:#DFE4F3;
	background-image:url(images/topimage.png);
	background-position:top left;
	background-repeat:no-repeat;
}

h1 {
	font-family: 'Nunito', sans-serif;
	font-size: 32pt;
	line-height:0pt;
	color:#ae1213;
	}
h2 {
	font-family: 'Nunito', sans-serif;
	font-size:28pt;
	line-height:14pt;
}
h3 {
	font-family: 'Nunito', sans-serif;
	font-size: 16pt;
	color: #a62a33;
	line-height:0pt;
}
h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #a62a33;
}
h5 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #a62a33;
}
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12pt;
	text-align:left;
}



td img {display: block;}



a:link {
	color: #ae1213;
	text-decoration:none;
}
a:visited {
	color: #ae1213;
	text-decoration:none;
}
a:hover {
	color: #892424;
	text-decoration: none;
}
a:active {
	color: #ae1213;
	text-decoration:none;
}

.container {
	float:left;
	position:relative;
	background-position:top;
}

.side {
	float:left;
	position:relative;
}

.sidelinks {
	float:right;
	text-align:right;
	padding-top:160px;
	padding-right:15px;
}

.main {
	float:left;
	position:relative;
}

.banner {
	float:left;
	position:relative;
	border-bottom-style:solid;
	border-bottom-color:#3c4424;
	border-bottom-width:medium;
}

.socialsquares {
	float:right;
	position:relative;
	background-position:top;
	align:right;
	text-align:right;
}

.title {
	position: absolute;
	bottom: 0px;
	float:left;
	text-align:left;
	font-family: 'Nunito', sans-serif;
	font-size: 32pt;
	height: 33px;
}

.pagetitle {
	position: absolute;
	bottom: 0px;
	left: 450px;
	float:right;
	text-align:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32pt;
	height: 33px;
}

.content {
	position:relative;
	float:left;
	background-color:#DFE4F3;
}

.email {
	float:right;
	text-align:right;
	margin-top:61px;
}
