/* CSS Document */

html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

#top_container {
	text-align: center;
}

.page {
	width: 767px;
	min-height: 504px;
	_height: 504px;
	text-align: left;
	margin: 0 auto;
}

#banner {
	margin-bottom: 10px;
	margin-left: 10px;
}

#top_gradiant {
	background: url(../images/gradient.jpg) repeat;
	width: 100%;
	height: 30px;
}

#content {
	width: 100%;
	border-top: 5px solid #787878;
	border-bottom: 8px solid #787878;
	border-collapse: collapse;
	height: 267px;
}

#content .left_column {
	width: 387px;
}

#content .right_column {
	padding-left: 14px;
	padding-top: 10px;
	vertical-align: top;
}

.popup #title {
	background-color: ##b5111b;
	font-weight: bold;
	color: black;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

.popup #title a,
.popup #title a:link,
.popup #title a:hover,
.popup #title a:visited,
.popup #title a:active {
	text-decoration: none;
	color: black;

}