body {
	margin: 0px;
	padding: 0px;
	background-color: #676667;
}
.banner {
	height: 177px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #676667;
}
.column_navigation {
	height: 100%;
	width: 221px;
	top: 177px;
	float: left;
	padding-top: 60px;
}

#container {
	position:relative;
	width: 950px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	background-color: #676667;
}

.contentContainer {
	position: absolute;
	background-color: #676667;
	background-image:url(_images/navigation_bg.gif);
	width: 950px;
	top: 177px;
}
.popup {
	height: 630px;
	width: 475px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: top;
}

.content {
	position: relative;
	width: 575px;
	left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FDF9CE;
	font-size: 15px;
	line-height: 18px;
	float: left;
	padding-bottom: 40px;
	padding-top: 60px;

}
.footer {
	width: 575px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: absolute;
	bottom: 10px;
	left: 135px;
}
a:link {
	color: #B3B3B2;
	text-decoration: none;
}
a:hover {
	color: #EEEEEE;
	text-decoration: none;
}
a:visited {
	color: #B3B3B2;
	text-decoration: none;
}
a:active {
	color: #B3B3B2;
	text-decoration: none;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FDF9CE;
}

.subhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	color: #FDF9CE;
	font-size: 12px;
	padding-left: 25px;
	width: 160px;
}

