div.banner {
	background: #880000 URL('../images/stripes.gif');
	background-repeat: repeat-x;
	padding: 0px;
	width: 100%;
	height: 60px;
	text-align: center;
	margin-bottom: 10px;
}

div.sidebar {
	position: absolute;
	width: 200px;
	background-color: transparent;
	font-family: "Times New Roman";
	font-size: 12pt;
	line-height: 12pt;
	font-weight: bold;
	color: #bbbbbb;
}

div.main {
	padding-left: 210px;
	padding-right: 10px;
	-width: 100%;
}

.main a {
	text-decoration: none;
	color: #000000;
/*	color: #ff4040;
	border-bottom: 1px dashed #ff4040;*/
}

.main a:hover {
	text-decoration: none;
	color: #ff0000;
/*	border-bottom: 1px dashed #ffE6E6;
	background: #000080;*/
}

a.postlink {
	color: #4040ff;
	border-bottom: 1px dashed #4040ff;
}
