body
{
	/*background: #454545;*/
	background: #00022c;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #232323;
}

#container
{
	width: 960px;
	margin: 30px auto 130px auto;
	padding: 0 30px 0 30px;
	background-color: #cbcbcb;
	border-top: 5px solid #fdfa88;
	box-shadow: 0px 5px 10px #232323;
}

#top
{
	width: 960px;
	height: 164px;
	clear: both;
}

#top a:link img, #top a:active img, #top a:visited img
{
	border: none;
	text-decoration: none;
}

#top a:hover img
{
	border: none;
	text-decoration: none;
}

#top img
{
	float: left;
}

#nav
{
	text-align: left;
	padding: 0px;
	margin: 0px;
	clear: both;
}

#nav ul
{
	list-style-type: none;
	padding: 0 0 0 155px;
	margin: 0;
}

#nav li
{
	display: inline;
	padding: 0 45px 0 0;
}

/*==Top Rules==================================*/

#top h3
{
	text-align: right;
	padding-top: 87px;
	font-size: 32px;
}

/*==Main Link Rules============================*/

a:link, a:active, a:visited
{
	color: #47637a;
	text-decoration: none;
}

a:hover
{
	color: #00244e;
	text-decoration: none;
}

/*==Navigation Rules===========================*/

#nav ul a:link, #nav ul a:active, #nav ul a:visited
{
	font-family: 'LeagueGothicRegular';
	text-transform: lowercase;
	font-size: 30px;
}

#nav ul a:hover
{
	font-family: 'LeagueGothicRegular';
	color: #00244e;
	text-decoration: none;
}

.currentPage
{
	background: url(../images/assets/navHoverBack.png) no-repeat center;
}

/*==Content====================================*/

#main
{
	width: 900px;
	min-height: 350px;
	margin: 15px 30px;
	background: url(/images/assets/feltLogo.png) no-repeat bottom left;
	clear: both;
}

.mainArea
{
	width: 570px;
	clear: both;
}

.supplement
{
	width: 290px;
}

.section
{
	clear: both;
}

#bottom
{
	width: 900px;
	height: 60px;
	margin: 15px 30px 0 30px;
	padding-bottom: 15px;
	clear: both;
}

.contactTable
{
	width: 400px;
	border-bottom: 1px solid #aaa;
}

.last
{
	border: none;
}

.titleCell
{
	font-family: 'LeagueGothicRegular';
	font-size: 30px;
	width: 100px;
}

.infoCell
{
	font-size: 16px;
}

/*==Footer=====================================*/

#footer
{
	height: 100px;
	width: 100%;
	margin: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fdfa88 url(../images/assets/grayPattern.png);
	color: #00244e;
	border-top: 5px solid #cbcbcb;
	box-shadow: 0px -5px 10px #232323;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover
{
	color: #00244e;
	text-decoration: none;
}

#footer table
{
	width: 1020px;
	margin: 15px auto 0 auto;
	font-family: 'LeagueGothicRegular';
	font-size: 24px;
}

.feature
{
	background: url(/images/assets/tinyLogo.png) no-repeat left;
	height: 47px;
	width: 250px;
	padding: 12px 0 0 50px;
	margin-bottom: 10px;
}

.feature:hover
{
	background: url(/images/assets/tinyLogoHover.png) no-repeat left;
}

.tinyRow
{
	font-size: 18px;
	color: #47637a;
}

/*==Standard Rules=============================*/

h1,h2,h3
{
	font-family: 'LeagueGothicRegular';
	font-weight: normal;
	color: #00244e;
	margin: 0px;
}

h1
{
	font-size: 72px;
}

h2
{
	font-size: 48px;
}

h3
{
	font-size: 32px;
}

p
{
	font-size: 12px;
}

a:link, a:active, a:visited
{
	text-decoration: none;
	color: #47637a;
}

a:hover
{
	color:#000;
}

hr
{
	width: 75%;
	clear: both;
}

/*==Custom Rules===============================*/

.alignLeft
{
	text-align: left;
}

.alignRight
{
	text-align: right;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}