html, body {
	height: 100%;
	font-family: arial, "sans serif";
}
table {
	font-family: arial, "sans serif";
}
html, body, h1, h2, h3, h4, ul, ol, li {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
}

#newsletter_container {
	width: 100%;
}

#column_left {
	width: 327px;
	float: left;
}

#column_right {
	width: 162px;
	float: left;

}

#awardsHeading{
	width: 327px;
	height: 103px;
	float: left;
	background: url(../images/newsletter/blue_header.gif) no-repeat;
}

#right_logo{
	margin-bottom: 5px;
	width: 162px;
	height: 89px;
	float: left;
	/*background: url(../images/newsletter/logo.gif) no-repeat;*/
}
#right_pic{
	width: 150px;
	/*height: 70px;*/
	float: left;
	margin-left: 5px;
	/*background: url(../images/newsletter/director.jpg) no-repeat;*/
}
#right_pic a img {
	border:none;
}

#right_spotlight{
	margin-left: 5px;
	padding: 5px 5px 0px 5px;
	width: 140px;
	_width: 150px;
	height: 18px;
	display: block;
	background-color: #5A203D;
	float: left;
	align: center;
}

h1#personnel {
	font-size: 14px;
	margin-left: 20px;
}

p#dkw {
	margin-left: 20px;
	margin-top: 10px;
	font-size: 12px;
	color: #999933;
	font-weight: bold;
}

h3.bold_heading {
	font-size: 14px;
	color: #50253F;
	font-weight: default;
	margin-top: 8px;
	margin-bottom:8px;
}
p.side_text {
margin-left: 10px;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}





