body {
	margin: 0px 0%;
	background-image: url(images/sidebar.jpg);
	background-color: #333333;
	background-position: top right;
	background-repeat: repeat;
	}

#Envelope {
	margin: 0 5% 0 5% ;
	border: 1px solid #000000;
	background-color: #FFFFCC;
	text-align: left;
	border-right: 1px solid #000000;
	border-bottom: solid 1px #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	position: relative;
}

a:hover {
	color: maroon;
	text-decoration: none;
}

#TitleBar {
	border-bottom: 1px solid #330000;
}

.PageTitle {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: .2em;
	border-bottom: 1px solid #000000;
}

#NavMenu {
	margin: 0;
	padding: 0;
	float: right;
	width: 26%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#NavMenu ul {
	margin-left: 2px;
	padding-left: 0;
	list-style-type: none;
}

#NavMenu ul li, #NavMenu ul ul {
	margin-left: 6px;
	padding-left: 6px;
	list-style-type: none;
}


.newsItem {
	border-bottom: solid 1px #000000;
	margin-bottom: 20px;
}

.newsItemHeader {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	
}

#homeContent {
	width: 70%;
	padding: 1em;
	border-right: 1px solid #330000;
}

.newsItemDate {
	margin-top: 0;
	margin-bottom: 1em;
}

.footer {
	padding: 4em;
	background-color: #FFFFCC;
	font: Verdana, Arial, Helvetica, sans-Serif;
}
