#wrapper-bgr {
	border: thin solid #685006;
	width: 1026px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	background-color: #FFFFFF;
	width: 1024px;
	margin: auto;
	padding: 0px;
	border: thin solid #333333;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	background-color: #000000;
}
.main-content {
	padding: 0px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000066;
	font-weight: bold;
}
.title {
	font-family: "Courier New", Courier, mono;
	font-size: x-large;
	font-weight: bolder;
	text-align: center;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: dotted;
	border-top-color: #333333;
	padding-top: 10px;
	color: #800000;
}
.left-side {
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 35px;

}
.enumerating {
	background-color: #EEEAFF;
}
.highlighting-yellow {
	background-color: #FFFFBF;
	font-style: normal;
	font-size: medium;
	font-weight: bold;
}
.right-side {
	padding-left: 30px;
}
.highlighting-green {
	background-color: #DDFFDD;
}
li {
	background-color: #EAE4F8;
}
.bold {
	font-weight: bold;
}
.wrapper-text {
	margin-top: 0px;
	font-weight: bold;
	font-size: x-large;
	font-family: "Century Schoolbook";
	margin-right: 5px;
	color: #1A1402;
	width: 205px;
	padding-top: 135px;
	float: right;
	text-align: right;
}
.header {
	background-image: url(../newsletters/new-images/newsletter-header2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 200px;
	margin: 0px;
	padding: 0px;
}
.blue {
	color: #0000D9;
	font-size: medium;
}
.indent {
	padding-left: 5px;
}
.small {
	font-size: small;
}
.small-red {
	font-size: small;
	color: #FF3333;
}
.titles-red {
	color: #800000;
}
.comment-small {
	font-size: small;
}
.no-bullet {
	list-style-type: none;
}
.object  {
	width: 325px;
	margin-right: auto;
	margin-left: auto;
}
.highlighting-thanksgiving-orange {
	background-color: #FEDFA0;
}
.highlighting-thanksgiving-yellow {
	background-color: #FFFFCE;
}

.home {
	background-color: #0033CC;
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border: medium ridge #FFFF00;
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
	font-size: x-large;
	font-family: "Century Gothic";
	font-style: normal;
}
.home:hover {
	background-color: #A8BEFF;
	border: medium ridge #999999;
	color: #000000;
}
.locate {
	font-family: "Century Gothic";
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #B70000;
	width: 300px;
	height: 45px;
	line-height: 45px;
	border: medium ridge #000000;
}
.locate:hover {
	background-color: #FFBFBF;
	border: medium ridge #000000;
	color: #000000;
}.footer {
	font-size: small;
}
.red-bold {
	font-weight: bold;
	color: #800000;
}
.red-bold-italic {
	font-weight: bold;
	color: #800000;
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.dark-blue {
	color: #00009D;
}
.light-yellow {
	background-color: #FFFFDD;
}