@charset "utf-8";
/* CSS Document */

.outer {
}
.top {
	height: 90px;
	background-color: #E6E4E5;
}
.topNav {
	float: right;
	width: 400px;
	padding-top: 20px;
	padding-right: 20px;
	text-align: right;
}
.mid {
	background-image: url(images/site/bg-greyToBlack.jpg);
	background-repeat: repeat-y;
	background-color: #070707;
	width: 100%;
	overflow: auto;
	border-bottom-width: 1px;
	border-bottom-color: #87ADD2;
	border-bottom-style: solid;
}

.midLeft {
	width: 800px;
	margin: auto;
	text-align: center;
	color: #CCC;
	padding-left: 20px;
	padding-right: 20px;
}
.textMidInner {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
	font-size: small;
	padding-top: 30px;
}
.bottom {
	background-image: url(images/site/bottomBG.png);
	background-repeat: repeat-x;
	width: 100%;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: small;
}
.bottomLeft {
	float: left;
	margin-left: 40px;
	width: 300px;
	padding-top: 20px;
	text-align: left;
}
.lineDiv {
	height: 10px;
	background-image: url(images/site/line.png);
	background-repeat: repeat-x;
}
.bottomRight {
	float: left;
	margin-left: 30px;
	width: 600px;
	padding-top: 20px;
	text-align: left;
	margin-bottom: 50px;
}
.bottomCellsOuter {
	width: 1000px;
	margin: auto;
	text-align: center;
}
.wholeWidth {
	text-align: left;
}
.footer {
	text-align: center;
	font-size: small;
	width: 1000px;
	margin: auto;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
.footerRight {
	float: right;
}

.footerInner {
	text-align: left;
}

.bottomLeft h1
	{
		font-size:x-large;
	}
.bottomRight h1
	{
		font-size:x-large;
	}
	
.footerInner a:link
	{
		color:#333;
		text-decoration:none;
	}
.footerInner a:hover
	{
		color:#999;
		text-decoration:none;

	}
.footerInner a:visited
	{
		color:#333;
		text-decoration:none;
	}
.footerInner a:active
	{
		color:#666;
		text-decoration:none;
	}
.textWrapper
	{
	background-color: #E6E4E5;
	padding: 10px;
	margin-bottom: 10px;
	}
.textWrapper a:link
	{
	color:#3D77A5;
	}
.textWrapper a:hover
	{
	color:#2E364F;
	}
.textWrapper a:visited
	{
	color:#3D77A5;
	}
.textWrapper a:active
	{
		color:#000;
	}
