@charset "UTF-8";

/* blackfordlab.com */

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #647881;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 19px;
	}

h1 {
	margin: 0px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 30px;
	}
	
a:link { color: #CC5743; text-decoration: none; }
a:visited { color: #CC5743; text-decoration: none; }
a:hover { color: #CC5743; text-decoration: underline; }

#top {
	width: 100%;
	height: 20px;
	background-color: #CC5743;
	}

#containerHeader {
	width: 100%;
	height: 235px;
	background-color: #7BA1B4;
	padding: 0 auto 0 auto;
	}

#header {
	width: 800px;
	height: 235px;
	margin: 0 auto 0 auto;
	}

#containerContent {
	width: 100%;
	background-color: #EDE9D0;
	}

#content {
	background-image: url(images/temp-middle.jpg);
	background-repeat: no-repeat;
	width: 800px;
	margin: 0 auto 0 auto;
	}

#content p {
	margin: 12px 0px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	}

#containerFooter {
	width: 100%;
	height: 125px;
	background-color: #647881;
	}

#footer {
	width: 800px;
	height: 200px;
	margin: 0 auto 0 auto;
	}

#footer p {
	margin: 0;
	padding: 15px 0px 0px 0px;
	color: #FFF;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}

#footer a:link { color: #FFF; text-decoration: none; }
#footer a:hover {  color: #FFF; text-decoration: underline; }
#footer a:visited { color: #FFF; text-decoration: none; }

#affinityFooter { width: 100%; height: 60px; }
#affinityFooter { border-top: solid 1px #000; }
#affinityFooter { background-color: #333; background-image: url(/images/bgAffinityFooter.png); background-position: center; background-repeat: repeat; }
#affinityFooter { color: #FFF; text-align: center; }
