﻿body
{
	font-family: 'Century Gothic';
	font-size: 12px;
	background-color: #fff;
	color: #000;
}
a, a:link, a:visited
{
	color: #000;
	text-decoration: none;
}
a:hover, a:active
{
	color: #90191C;
}
h1
{
	font-size: 14px;
	color: #90191C;
}
#header #tagLine
{
	font-size: 18px;
	color: #90191C;
	text-align: right;
	position: absolute;
	top: 44px;
	right: 48px;
}
/*fixes #tagLine for FF*/
#tagLine
{
	margin-top: 0px;
}
#header #nav a, #header #nav a:link, #header #nav a:visited
{
	color: #000; /*viewable for ie (left off here)*/
	position: relative;
}
#header #nav a:hover, #header #nav a:active
{
	color: #90191C;
}
#header #nav
{
	font-size: 16px;
	text-transform: uppercase;
	position: absolute;
	top: 84px;
	right: 48px;
}
#footer, #footer a, #footer a:link
{
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
#footer #footerContent
{
	margin: 184px 32px 0 86px;
	text-align: center; /*fixes for FF*/
	position: absolute;
}
/*---------------------------------------*/
.indentedContent
{
	margin-left: 50px;
	margin-right: 50px;
}
.m2
{
	margin: 3px 0;
	font-size: 14px;
	color: #90191C;
}
#menuNav
{
	color: #000;
	position: absolute;
	top: 84px;
	right: 48px;
	font-size: 16px;
	text-transform: uppercase;
}
