html {
	background-color: #FFFFFF;
}
img {
	border: 0;
}
body {
	margin:0 auto 0 auto;
	padding:0;
	background-color:#FFFFFF;
	width:756px;
	border: 2px solid #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* see Lauren's banner.css for div.banner */
div.banner{
	height:168px;
	position:relative;
	background-repeat:no-repeat;
	background-position:0 16px;
	/background-position:3px 16px; //IE hack?
	
}
/* see Lauren's footer.css */
div#footer{
	position:relative;
	width:756px;
	margin:0;
	height:17px;
	background-image: url("../graphics/footerbg.gif");
	background-repeat:repeat-x;}
div#footer a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:.8em;
	text-decoration:none;
	float:left;
	margin:1px 0 0 8px;}
div#footer a:hover{
	color:#000099;}
div#footer img{
	float:right;
	margin:0 8px 0 0;}


/* see Lauren's text.css */
p, a, li{
	font-size:.9em;
}
h2, pagetitle{
	text-align:center;
	color:#000099;
	font-size:1.3em;
	font-weight:bold;
	margin-top:-15px;
}
.pagetitle{
	text-align:right;
	color:#000099;
	font-size:1.3em;
	font-weight:bold;
	margin-top:-50px;
	margin-bottom:30px;
}
.headline, h4{
	font-size:1.1em;
	font-weight:bold;
	color:#000;
}
.subheadline{
	font-size:.9em;
	font-weight:bold;
	color:#000;
}
.smallbold {
	font-size:.7em;
	font-weight:bold;
}
p.headline img{
	border:0;
}
a{
	color:#FF8800;
	font-weight:bold;
	text-decoration:none;
}
a.hover{
	color:#000099;
}

/*this list style creates checkmarks for bullets on lists*/
ul.checkmarks{
	margin: 0 0 0 25px;
	padding:0;
	
}
ul.checkmarks li{
	list-style-image: url("../graphics/list-checkbox.gif");
}
ul.checkmarksCCC li{
	list-style-image: url("../graphics/list-checkbox_CCCgray.gif");
}	
ul.checkmarks li a{
	font-size:.8em;
	text-decoration:none;
}
ul.checkmarks li a.hover{
	color:#000099;
}
/*this is for paragraphs that lead into a list*/
p.listintro{
	margin-bottom:0;
	padding:0;
}	

/* see Lauren's content.css */
div#content{
	width:756px;
	position:relative;
	// margin:0 0 0 8px; /* used by Lauren */
	margin:0 20px 0 20px;
}

/* for popup windows and special pages like legal.cfm */
h2.special{
	text-align:center;
	position:absolute;
	left:250px;
	top:40px;
}
.notice{
	border:2px black dotted;
	padding:6px;
	margin:10px;
	background-color:#CCCCCC;
}