#Page{
	min-width: 1000px;
}
.nav-pills .active a,
.nav-pills .active a:hover {
	
	color: white;
 	background-color: #669966;
}

.nav li a:hover {
		background-color: #485A4A;
		color: white;
}

.nav li a {
	font-size: larger;
	font-weight: bold;
	color: #485A4A;
}

.topRow {
	background-color: silver;
	background-image: url(../img/linen_light.png);
}

.pageHeader {
	width:50%;
	min-width: 900px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}

.spacerTopBot20px {
	margin-top: 20px;
	margin-bottom: 20px;
}

.navSpacer {
	margin-top: 76px;
}

.spacerRight20px {
	margin-right: 20px;
}

#Logo {
	float:left;
	text-align: center;
	color: #c42212;
}

#Navigation {
	margin-left: 60px;
	float:left;
	margin-top: 60px;
}

#Main {
	min-height: 200px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C7C6C4;
	background-image: url(../img/noise.png);
}

.content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	float:none;
}

.description {
	float:left;
	width: 70%;
}

.requirements {
	float:right;
	width: 20%;
	padding-left: 15px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: grey;
}

.homepage {
	min-width: 800px;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#CustomerSupportForm{
	width: 70%;
	float:left;
}

#Copyright {
	text-align: center;
}

