#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	background-color: #FFFFFF;
	text-align: left;
	text-indent: 3ex;
	white-space: normal;
	padding: 0px;
	float: none;
	overflow: visible;
	position: absolute;
	visibility: visible;
	top: 0px;
	border: 0px;
	width: 100%;
}

#topframe
{
	height: 100px;
	position: absolute;
	width: 100%;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#sidebar
{
	left: 0px;
	top: 110px;
	position: absolute;
	height: 400px;
	padding: 0px;
	margin-top: 0px;
	border-right: 0px dashed black;
	background-color: #99CCFF;
	width: 247px;
	text-indent: 0px;
}

#sidebar:after
{
	display: block;
	position: inherit;
	top: 100%;
	height: 100%;
	background-color: white;
	content: url("/Images/sidebottom.png");
}

#contentpane
{
	position: absolute;
	top: 120px;
	left: 250px;
	color: Black;
	font-size: 10pt;
	width: 65%;
	padding-left: 5px;
	margin-left: 10px;

}

#contentpane .Entry-Cell
{
	border: 2px solid #99CCFF;
	padding: 5px;
	width: 100%;
	margin-bottom: 20px;
}

#contentpane .Entry-Cell a img
{
	border: 1px solid #99ccff;
	text-indent: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
}

#sidebar #category-header
{
	margin-top: 0px;
	font-size: 24pt;
	color: White;
	text-decoration: underline;
	text-align: center;
}

#sidebar LI
{
	font-size: 12pt;
	color: White;
	font-weight: bold;
	line-height: 1.5em;
}

#sidebar LI A
{
	color: White;
}
