﻿body {
	background: #CFD5E9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
	color: #666666;
}
a {
	text-decoration: none;
	color: #591D00;
}
a:hover {
	border-bottom: 1px dashed #993300;
	color: #E81700;
}
hr {
	color: #993300;
}
#container {
	margin: 0 auto;
	width: 740px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 0 5px;
}
#header {
	background: #4A5980 url(header.jpg) no-repeat 100% 0;
	border-top-width: 5px;
	border-bottom-width: 5px;
	padding: 28px 10px;
	color: #c0c0c0;
	font-size: 1.4em;
}
#header h1 {
	margin: 0;
	color: #E0E0E0;
	font-size: 2.4em;
	font-weight: normal;
}
#menu {
	background: #993300;
	border-bottom-width: 4px;
	margin: 0;
	padding: 0;
	height: 2.2em;
}
#menu li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
}
#menu li a {
	text-decoration: none;
	color: #FFEEE6;
	border-right-width: 4px;
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
}
#menu li a:hover {
	background-color: #E81700;
}
#content {
	float: left;
	width: 500px;
	padding-top: 10px;
	margin-left: 10px;
	line-height: 18px;
	text-align: justify;
	word-spacing: 2px;
}
#sidebar {
	float: right;
	width: 175px;
	line-height: 20px;
	word-spacing: 2px;
}
#footer {
	background: #4A5980 url(footer.jpg) no-repeat 100% 0;
	border-top-width: 10px;
	border-bottom-width: 5px;
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
}
#footer a {
	text-decoration: none;
	color: #A2AFBE;
	border-bottom: 1px dashed #A2AFBE;
}
#footer a:hover {
	border-bottom: 1px dashed #FFFFFF;
	color: #FFFFFF;
}
.ms-PostDate {
	border-bottom-color: #993300;
}

