﻿/* This resets everything to make all browsers render content identically (in theory) */
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img, div,
input, span  {
	margin: 0;
	padding: 0;
	border: 0;
}

h1
{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 220%;
	margin-bottom: 20px;
	border-bottom: 1px black solid;
}

p
{
	margin-bottom: 15px;
}

body, html, form
{
	height: 100%;
}

body
{
	background-color:#4b5469;
	font-size: 100.01%;
}

a:link, a:active
{
	color: #293377;
	text-decoration:none;
}

a:hover
{
	color: #293377;
	text-decoration:underline;
}

a:visited
{
	color: #444D80;
	text-decoration: none;
}

a:visited:hover
{
	text-decoration: underline;
}

#PageContainer
{
	width: 611px;
	margin-left: auto;
	margin-right: auto;
	background-image:url('images/BackgroundTile.jpg');
	background-repeat: repeat-y;
	position: relative;
	min-height: 100%;
	_height: 100%;
}

#NavigationRow div
{
	float: left;
}

#ContentArea
{
	padding: 10px 25px 100px 25px;
	font-family: Tahoma;
	font-size: 80%;
}

#ContentArea ul
{
	margin-left: 50px;
	margin-bottom: 15px;
}

#FooterRow
{
	position: absolute;
	bottom: 0px;
}

/* Navigation */
#FooterRow ul
{
	text-align: center;
	margin-bottom: 10px;
}

#FooterRow ul li
{
	font-size: 70%;
	text-align: center;
	font-family: Tahoma;
	list-style-type: none;
	display: inline;
}

ul.navigation
{
	margin-top: 20px;
	text-align: center;
}

ul.navigation li
{
	font-size: 70%;
	text-align: center;
	font-family: Tahoma;
	list-style-type: none;
	display: inline;
}

.FloatClearer
{
	clear:both;
}

.AspNet-LoginStatus
{
	font-size: 80%;
	text-align: right;
}
