.image-left {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.image-right {
  float: right;
  margin-left: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.image-inline {
}  

#centerContentStatic dt{
	font-weight: bold;
}

#centerContentStatic dd {
	margin-left: 3em;
}

#centerContentStatic ul, #centerContentStatic ol {    
    margin-left: 1.2em;
	list-style-type: decimal;
}

#centerContentStatic ul {
/*	list-style-image: url(/images/GrayCircleBullet.gif); */
    list-style-image: url(/images/annual_bullet.gif);
}

#centerContentStatic ul li, #centerContentStatic ol li {
    margin-top: 1em;
    margin-bottom: 1em;
}

#centerContentStatic blockquote {
	margin-left: .2em;
	border-left: 4px solid black;
	padding-left: 1.2em;
	margin-top: 0em;
	margin-bottom: 1em;
}

#centerContentStatic h2 {
	font-size: 1.5em;
	border-bottom: 1px solid black;
	margin-bottom: 1.3em;
}

#centerContentStatic h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #6699FF;
}
#centerContentStatic .discreet {
	font-size: .7em;
	color: gray;
}

#centerContentStatic .pullquote {
	background-color:White;
	clear:right;
	color:#CC9933;
	float:right;
	font-weight:bold;
	margin:0pt 0pt 1em 1em;
	padding:0pt 1em;
	width:35%;
}

#centerContentStatic .callout {
	color:#CC9933;
	font-weight:bold;
	padding:0px 1em;
}

