body
{
	background-color: #000000;
	color: #ffffff;
	font-family: Arial,sans-serif;
}

#header 
{
	background-color: #000000;
	width: 980px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	vertical-align: bottom;
}

#navigationBar 
{
	width: 980px;
	background-color: #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #005790;
	padding-left: 4px;
	padding-Right: 4px;
}

#navigationBar A
{
	width: 980px;
	background-color: #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 4px;
	padding-Right: 4px;
}

#navigationBar A:hover
{
	background-color: #005790;
}

#footer
{
	width: 980px;
	background-color: #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-decoration: none;
	border-top: 1px solid #005790;
	font-size: 75%;
	padding-top: 4px
}

#main
{
	background-color: #000000;
	text-decoration: none;
}

#home
{
		
}

h1.home
{
	width: 900px;
	text-align: left;
	color: #005790;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	font-size: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 4px;
	border-bottom: 1.5px solid #005790;
	
}

h2.home
{
	font-weight: normal;
	text-align: left;
	width: 900px;
	font-size: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	border-bottom: 1.5px solid #005790;
	
}

h3.home
{
	text-align: right;
	color: #ffffff;
	font-size: 50%;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}