.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body {
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #B2C0D7;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	background-color: #FFFFFF;
}
#content {
	background-image:  url(../graphics/headline-bar.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-top: 25px;
	padding-right: 350px;
	padding-bottom: 25px;
	padding-left: 25px;
	margin: 0px;
}
#content .title {
	font-size: 27px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000066;
	margin: 0px 0px 15px;
}
#content h1 {
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
	color: #000066;
	margin: 0px 0px 5px;
}
#content h2 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000066;
	margin: 15px 0px 0px;
	padding: 0px;
}
#content p {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#content ul {
	font-size: 14px;
	margin-top: -15px;
	padding-top: 0px;
	margin-bottom: 15px;
}
#content li {
	font-size: 14px;
}
.author {
	font-size: 16px;
	font-style: italic;
	color: #000066;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 2px;
	text-align: center;
}
#sidebar {
	float: right;
	width: 275px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin: 0px 0px 15px;
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
}
#sidebar h1 {
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	line-height: 1;
	padding-bottom: 0px;
	margin-bottom: 10px;
	font-style: italic;
	text-align: right;
}
#sidebar h2 {
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	color: #000066;
	margin-bottom: 2px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#sidebar img {
	margin-bottom: 0px;
	padding-bottom: 10px;
}
#sidebar h3 {
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: .9;
	font-weight: bold;
	color: #000066;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#sidebar p {
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	margin: 0px;
	font-size: 14px;
	padding: 0px 0px 10px;
}
#sidebar a, #content a {
	color: #000066;
}
#sidebar a:hover {
	text-decoration: underline;
}
#content a:hover {
	text-decoration: underline;
	background-color: #FFFFCC;
}
.box {
	font-size: 14px;
	line-height: 1.1;
	padding: 5px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #660066;
	text-align: center;
	border: 2px solid #660066;
}
#content .highlight {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000066;
}
