html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: 0px, 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #DDDDDD;
	}

p, ul, div, span, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #DDDDDD;
	}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CC0000;
	text-decoration: none;
	}

a:visited {
	}

a:active {
	color: #FF0000;
	}

a:hover {
	color: #FF0000;
	}

.Header {
	position: absolute;
	margin: auto;
	height: 230px;
	width: 100%;
	top: 0px;
	left: 0px;
	background-image: url(images/HeaderTile.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.Menu {
	position: absolute;
	margin: auto;
	top: 70px;
	left: 0px;
	height: 28px;
	width: 100%;
	min-width: 600px;
	background-repeat: repeat-x;
	background-position: 0px, 0px;
}

.Container {
	position: relative;
	min-height: 100%;
	width: 830px;
}

.Content {
	margin-left: 70px;
	padding-bottom: 80px;
	margin-top: 130px;
}
hr {
	color: #990000;
	border-style: dotted;
}


.HubContent {
	margin-left: 85px;
	padding-bottom: 15px;
}

.Footer {
	position: absolute;
	bottom: 0;
	margin-left: 70px;
	width: 750px;
	padding-bottom: 15px;
	clear: both;
}

.Article {
	clear: both;
}

.PictureL {
	float: left;
}

.PictureR {
	float: right;
}

.Caption {
	padding-top: 20px;
	padding-left: 245px;
	}

.Date {
	font-size: 8pt;
	font-style: oblique;
	font-weight: bold;
}

.Highlight {
	color: #FFCC00;
	}

.SmallPrint {
	font-size: 7pt;
}

.B-Block {
	padding: 10px;
	margin-top: 15px;
}

img, div {
	behavior: url("iepngfix.htc")
	}