/* CSS Document */

body {
	background-color: #313131;
	background-image: url(images/page-bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.sidebar_cell {
	background-image: url(images/sidebar_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 15px;
}
.content_cell {
	padding: 15px;
}

.content_cell a:link,
.content_cell a:visited,
.content_cell a:active {
	text-decoration: none;
	color: #003399;
	border-bottom: 1px dotted #0033CC;
}
.content_cell a:hover {
	text-decoration: none;
	color: #003399;
	border-bottom: 1px dotted #0033CC;	
	background-color: #DDDDDD;
}
.no_class,
.no_class a:link,
.no_class a:active,
.no_class a:visited,
.no_class a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: none;
}
.map {
	border: 2px solid #CCCCCC;
	width: 511px;
	height: 250px;
}
