body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	background: #FFFFFF;
	}

#container {
	width: 750px;
	margin: 0 auto;
	}

#help {
	display: none;
	}
	
#logo2 {
	margin-bottom: 4px;
	height: 70px;
	}
	
#searchdiv {
	display: none;
	}
#searchform {
	
	}
/* Main Navigation */ 
#nav {
	display: none;
	}

#main {
	text-align: left;
	width: auto;
	margin: 10px 0;
	border-left: none;
	}

#left {
	display: none;
	}

p, li {
	font-size: 14pt;
	}
h1 {
	padding: 4px 0;
	font-size: 18pt;
	border: none;
	}
h2 {
	font-size: 16pt;
	}
h3 {
	font-size: 15pt;
	font-style: italic;
	}

acronym {
	border-bottom: none;
	}

.float-left {
	float: left;
	}
.float-right {
	float: right;
	}
.img-float-right {
	display: none;
	}
img.print {
	display: block;
	border: none;
	}

.search-box {
	display: none;
	}
input.pink-button {
	display: none;
	}

#footer {
	display: none;
	}

.boiler {
	text-align: right;
	font-size: 90%;
	margin-top: 30px;
	margin-bottom: 0;
	padding-top: 5px;
	border-top: 1px dotted #CCCCCC;
	}

.photo-border {
	display: none;
	}
.photo-border-no-margin {
	display: none;
	}
	
	
/* Navigation list styles */

ul.sectionlinks {
	list-style-type: none;
	margin-left: -35px;
	}
ul.sectionlinks li.active {
	background: url(../images/elements/small-pink-arrow.gif) no-repeat 0 5px;
	padding: 0 0 10px 10px;
	font-weight: bold;
	font-size: 1.1em;
	}
ul.sectionlinks li {
	background: url(../images/elements/small-square-bullet.gif) no-repeat 0 5px;
	padding: 0 0 10px 10px;
	font-size: 1.1em;
	}

ul.quicklinks {
	list-style-type: none;
	margin-left: -35px;
	}
ul.quicklinks li {
	background: url(../images/elements/small-square-bullet.gif) no-repeat 0 5px;
	padding: 0 0 8px 10px;
	}
	
	
/* Glossary */

ul.glossary {
	padding: 9px;
	list-style-type: none;
	margin: 9px 19px 39px 9px;
	background: #F2F2F2;
	border: 1px solid #F9B4A1;
	}
ul.glossary li {
	background: #F2F2F2 url(../images/elements/exclam-bullet-2.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
	}
#main ul.glossary li a {
	background-color: #F2F2F2;
	}
#main ul.glossary li a:visited {
	background-color: #F2F2F2;
	}
#main ul.glossary li a:hover, #main ul.glossary li a:focus {
	background-color: #000066;
	}
#main ul.glossary li a:active {
	background-color: #000066;
	}


	/* lightbulb */
ul.lightbulb {
	margin-left: 20px;
	margin-right: 20px;
	list-style-type: disc;
	}
ul.lightbulb li {
	padding: 0 0 10px 0;
	}
	/* Report */
ul.report {
	display: none;
	}
ul.report li {
	background: url(../images/elements/report-bullet.gif) no-repeat 0 0;
	padding: 0 0 10px 20px;
	}


		/* new */
ul.new {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	}
ul.new li {
	background: url(../images/elements/new.gif) no-repeat 0 0;
	padding: 0 0 10px 20px;
	}

/* News Styles */

.top-story {
	border: 1px solid #E7396C;
	background: #FDEFF2;
	margin: 8px 10px 8px 0;
	padding: 10px;
	}
.stories {
	background: #DEDDE3;
	margin: 8px 30px 8px 0;
	padding: 10px;
	}
/* News Link Styles */

#main p.top-story a:link {
	color: #000066;
	background-color: #FDEFF2;
}
#main p.top-story a:visited {
	color: #000066;
	background-color: #FDEFF2;
}
#main p.top-story a:hover {
	color: #E7396C;
	text-decoration: none;
}
#main p.top-story a:active {
	text-decoration: none;
}

h1.news-title {
	font-size: 1.8em;
	background: none;
	color: #000000;
	border: none;
	}

#main p.stories a:link {
	color: #000066;
	background-color: #DEDDE3;
}
#main p.stories a:visited {
	color: #000066;
	background-color: #DEDDE3;
}
#main p.stories a:hover {
	color: #E7396C;
	text-decoration: none;
}
#main p.stories a:active {
	text-decoration: none;
}



