/******************************************************************
/* These are the basic site styles styles */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #E3DFD8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 10px;
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #993300;
}
#Date {
	color: #666666;
	background-image: url(/images/navbar_right.gif);
	text-align: center;
}
li {
	margin-top: 5px;
	margin-bottom: 5px;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #0C5E73;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A09784;
	text-shadow: #999999 0.1em 0.1em 0.05em;
}

.Padding25AllAround ul li { padding-bottom: 8px; }

#ContentWrapper {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D5CFC3;
	border-bottom-color: #D5CFC3;
	border-left-color: #D5CFC3;
	background-color: #FFFFFF;
}
.VerticalDots {
	background-image: url(/images/icon_vertical_dots.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.Padding25Top {
	margin-top: 25px;
}

.Padding25AllAround {
	margin: 25px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3C553C;
	margin-bottom: 5px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3C553C;
	border-bottom: 1px solid #A09784;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3C553C;
	background: #E7E2D9;
	padding: 2 4;
	margin-top: 25;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3C553C;
	background: #E7E2D9;
	padding: 2 4;
	margin: 0;
}
hr {
	color: #A09784;
	background: #A09784;
	height: 1px;
	width: 100%;
	border: none;
}
