@charset "utf-8";
html {
	padding : 0;
	margin : 0;
}
body {
	padding : 0;
	text-align : center;
	background : #bcbcbc url(images/white_back.gif) repeat-y top center;
	margin : 0 0 0 -4px;
	color : #333;
	font-size: 12px;
	line-height: 1.4em;
}
a {
	overflow : hidden;
}

img, img a {
	display : inline;
	border : 0;
}

/*PRIMARY DIV IDS/CLASSES*/

#bars {
	padding : 0;
	border-bottom : 0;
	margin : 0;
}
#blueTopBar {
	padding : 0;
	margin : 0;
	width : 752px;
	height : auto;
	text-align : center;
	border-bottom-color : #1753a9;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	overflow : auto;
	background-color: #D8D9FC;
}

#errorbox {
	display : block;
	background : #fff3f3;
	border : 1px solid #f2c3c3;
	padding : 10px;
	width : 470px;
}
#formholder {
	border : 1px solid #ccc;
	padding : 15px;
}
#frame {
	padding : 0;
	width : 752px;
	text-align : left;
	border-right-style : solid;
	border-right-color : #1753a9;
	border-right-width : thin;
	border-left-style : solid;
	border-left-color : #1753a9;
	border-left-width : thin;
	border-bottom-style : solid;
	border-bottom-color : #1753a9;
	border-bottom-width : thin;
	margin : 0 auto;
}
#header {
	padding : 0;
	margin : 0;
	width : 752px;
	height : 128px;
	background : #fff url(images/banner_30v.png) repeat-x top left;
	overflow : hidden;
}
#leftColumn {
	margin-top: 1px;
	float : left;
	width : 134px;
	height : auto;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 0;
	background-color : #d8d9fc;
	display : inline;
	overflow: hidden;
}

#main {
	width : 410px;
	float : left;
	padding : 5px;
	margin-top: 1px;
	background-color : #ffffff;
	margin-left: 65px;
}

#navBox {
	display : block;
	float : left;
	width : 390px;
	padding : 0 0 0 142px;
	margin : 10px 0 0 0;
}
#news {
	width : 125px;
	padding-left : 5px;
}

#reportBox {
	display : inline;
	float : right;
	width : 103px;
	padding : 0 55px 0 0;
	margin : 0;
}
#rightColumn {
	float : right;
	padding : 3px;
	margin-top : 1px;
	width : 190px;
	background-color: #ece9df;
	text-align: left;
}
#subnav {
	width : 161px;
	background-color : #ffffec;
	border : 1px solid #f5f5c9;
	padding : 20px 15px 0 15px;
	margin : 15px 12px 0 0;
}
#standOut {
	display : block;
	padding : 15px;
	margin : 40px 0 40px 0;
	background : #dafbdb;
	border : 1px solid #a5d9a8;
}

#archive {
	background-color: #E6D4AC;
}
.entry {
	float : left;
	padding : 0 0 0 0;
	margin : 0 0 45px 0;
}
.photo {
	padding : 0 2px;
	margin : 5px 20px 15px 20px;
	float : right;
	clear : left;
	display : inline;
}
.photo img {
	border-width : 1px;
	border-style : solid;
	border-color : #666666;
}
div.Hiring {
	text-align : center;
	float : left;
}
table.Nesting td.nesting {
	vertical-align : text-top;
	width : 50%;
	text-align : center;
	border-style : groove;
	padding: 1px;
}
table.NewsRelease {
	width : 100%;
	height : auto;
}
table.Hiring {
	border : groove;
	display: table;
	width: auto;
	border-collapse : collapse;
	margin: 20px;
}
td.alt {
	text-align : center;
	border : thin;
	width : inherit;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	background-color : #ccccff;
}
table.Hiring tr {
	height : auto;
}
table.Hiring th {
	height : 35px;
	text-align : center;
	vertical-align : middle;
	font-weight : bold;
	background-color : #ccccff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	margin : 1px;
	padding : 1px;
	border-style : groove;
}
table.Hiring td {
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	border-style : groove;
	height : auto;
	padding: 1px;
	margin: 1px;
}
table.Hiring td.alt {
	border-style : groove;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	background-color : #ccccff;
	border-style : ridge;
	height : auto;
}
td.NewsLeft {
	text-align : left;
	width : 50%;
}
td.NewsRight {
	text-align : right;
	width : 50%;
}
p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	line-height : 1.4em;
	font-weight : 400;
	line-height : normal;
	color : #292932;
	text-align : left;
	margin-top: 12px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}

p.j {
	text-align: justify;
}
p.compact {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	line-height : 1.3em;
	font-weight : 400;
	line-height : normal;
	color : #292932;
	margin-top: 6px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}

p.compactA {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	line-height : 1.3em;
	font-weight : 400;
	line-height : normal;
	text-align: center;
	color : #292932;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 12px;
	margin-left: 20px;
}

p.center {
	text-align : center;
}

/*THIS IS, FOR NOW, THE MAIN "HEADLINE" STYLE*/

p.header {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	font-weight : bold;
	margin-top : 9px;
	margin-bottom : 3px;
	color : #292932;
}

/*THIS HAS A BIGGER TOP/BOTTOM MARGIN, AND THE TEXT IS SLIGHTLY LARGER AS WELL */
p.headerBig {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.3em;
	font-weight : bold;
	margin-top : 12px;
	margin-bottom : 9px;
	color : #292932;
	text-align : center;
}

p.headerCenter {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	font-weight : bold;
	text-align: center;
	margin-top : 9px;
	margin-bottom : 3px;
	color : #292932;
}


/*THIS IS A SMALLER HEADING WITH REDUCED TEXT SIZE A SMALL MARGIN ABOVE AND BELOW*/
p.header2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	font-weight : bold;
	margin-top : 3px;
	margin-bottom : 1px;
	color : #292932;
}

/*THIS IS A MUCH LARGER HEADING, AMPLE SPACING ABOVE AND BELOW*/
p.headerX2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.5em;
	font-weight : bold;
	margin-top : 12px;
	margin-bottom : 8px;
	color : #222222;
}

/*THIS IS THE SAME AS THE PREVIOUS STYLE, WITH TEXT CENTERED AUTOMATICALLY*/
p.headerX2C {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.5em;
	font-weight : bold;
	margin-top : 8px;
	margin-bottom : 8px;
	color : #222222;
	text-align : center;
}

/*SMALL TEXT - TO BE USED BELOW A HEADLINE; SMALL TOP/BOTTOM MARGINS*/
p.subheader {
	font-size : 1em;
	font-style : normal;
	margin-top : 5px;
	margin-bottom : 3px;
	color : #292932;
}
/*SMALL TEXT - TO BE USED BELOW A HEADLINE; VERY SMALL TOP/BOTTOM MARGINS*/
p.subheader2 {
	font-size : 1em;
	font-weight : normal;
	font-style : normal;
	margin-top : 1px;
	margin-bottom : 3px;
	color : #292932;
}

p.tabletext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	line-height : 1.4em;
	font-weight : 400;
	margin: 10px 5px 0px 5px;
	color : #292932;
}

p.tabletextSlim {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	line-height : 1.4em;
	font-weight : 400;
	margin: 5px 5px 0px 20px;
	color : #292932;
}
p.underline {
	font-weight : bold;
	text-decoration : underline;
}
p.UC {
	font-weight : bold;
	text-align : center;
	margin : 7px 0 5px 0;
	text-decoration : underline;
}
p.UC a {
	text-decoration : underline;
}
p.right {
	font-size : 1em;
	font-weight : 400;
	line-height : normal;
	color : #292932;
	text-align : right;
	margin : 10px 10px 0 20px;
}

p.rightSub {
	color : #292932;
	font-size : 1em;
	font-weight : 400;
	color : #000000;
	text-align : right;
	margin : 1px 10px 3px 0;
}
	
a {
	font-weight : bold;
	color : #000080;
	background : none;
	text-decoration : none;
	font-size : inherit;
}

a:hover {
	background : none;
	text-decoration : underline;
}

a.pdf {
	font-weight : bold;
	color : #000080;
	background : none;
	text-decoration : none;
}

/*THESE STYLES WERE SPECIFICALLY TO ADAPT TO THE DIV BOX ALREADY PRESENT - WILL BE PHASED OUT*/
p.alertBox {
	padding : 5px;
	text-align : center;
	font-size : 1em;
	font-weight : 600;
	line-height : 1.4em;
	margin-top : 1px;
	margin-right : 12px;
	margin-bottom : 1px;
	margin-left : 12px;
	word-spacing : normal;
	color : #292932;
	font-family : Arial, Helvetica, sans-serif;
}
a.alertBox {
	font-size : 1em;
	font-weight : 600;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

/*Unordered Lists and Bullets:  The baseline 'ul' is generally not suited for most pages, ironically. It depends on the margins and layout */
 ul {
 padding : 0;
 margin : 3px 0 10px 10px;
}
ul li {
	margin-left : 10px;
	list-style-type : disc;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 400;
	color : #292932;
	text-align : left;
	line-height: 1.25em;
}

/*'ul.left' is for items in the narrow, far left-hand column.  Small margins and line height*/

ul.compact {
	padding-left : 10px;
	margin : 3px;
	list-style-type: circle;
}
ul.compact li {
	margin : 10px;
	line-height: 1.25em;
	padding-left : 0;
	color : #006;
	font-weight : bold;
	text-align: left;
}
ul.compact li.u {
	text-decoration : underline;
}
ul.compact li a:link, a:visited {
	color : #000080;
}
ul.compact li a:hover {
	text-decoration: underline;
}
ul.compact li a:active {
	text-decoration : underline;
}
ul.larger {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	font-weight : 400;
	line-height : 1.4em;
	color : #292932;
	text-align : left;
	margin : 10px 20px 0 20px;
}
ul.larger li {
	padding : 3px 0 3px 4px;
	list-style : disc;
	font-size : 1.1em;
}

/* ul.MainNav is for the horizontal navigation list at the top of the templates */

ul.mainNav {
	margin : 12px 0 0 0;
	padding : 0 0 0 5px;
	width : 400px;
	height : 24px;
	background : transparent url(images/navback.gif) no-repeat top left;
}
ul.mainNav li {
	list-style : none;
	float : left;
	margin : 5px 9px 7px 0;
	padding : 0;
	color : #ffffff;
}
ul.mainNav li a {
	display : inline;
	display : block;
	padding : 0;
	margin : 0;
	color : #ffffff;
	text-decoration : none;
	background : none;
}
ul.mainNav li a:visited {
	display : inline;
	display : block;
	padding : 0;
	margin : 0;
	color : #ffffff;
	text-decoration : none;
	background : none;
}
ul.mainNav li a:hover {
	color : #66aaee;
	background-color : #fff;
	text-decoration : none;
}

/* 'ul.report' is only used for one item and purpoose: the Report Corruption button atop every page */

ul.report {
	float : left;
	margin : 0;
	padding : 0;
	height : 18px;
}
ul.report li {
	list-style : none;
	float : right;
	margin : 12px 0 0 0;
	padding : 0;
	background : transparent url(images/clickhere.gif) no-repeat top left;
}
ul.report li a {
	display : block;
	width : 103px;
	height : 19px;
	padding : 0;
	margin : 0;
	text-decoration : none;
	text-indent : -9000px;
	font-size : 0.8em;
}
ul.report li a:hover {
	text-decoration : none;
	color : #000;
}
ul.secondaryNav {
	padding : 0;
	margin : 10px 0 0 10px;
}
ul.secondaryNav li {
	list-style-type : disc;
	margin : 0 0 5px 15px;
	padding : 1px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	line-height : 1.2em;
	color : #666;
}
ul.secondaryNav li a {
	color : #fe7f00;
	text-decoration : none;
}
ul.secondaryNav li a:hover {
	text-decoration : underline;
}
ul.normal {
	padding : 0;
	margin : 10px 0 15px 20px;
}
ul.normal li {
	list-style-type : disc;
	padding : 1px;
	font-size : 1em;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1.2em;
	color : #333;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 20px;
	text-align: justify;
}
ul.normal li a.ul {
	text-decoration: underline;
}
ul.normal li a {
	text-decoration : none;
}
ul.normal li a:hover {
	text-decoration : underline;
}

/* The following explains itself - increased vertical spacing and left-hand margin */

ul.padded {
	padding : 0;
	margin : 15px 0 15px 20px;
}

ul.padded li {
	list-style-type : disc;
	padding : 1px;
	font-size : 1em;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1.2em;
	color : #333;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 20px;
}
ul.padded li a.ul {
	text-decoration: underline;
}
ul.padded li a {
	text-decoration : none;
}
ul.padded li a:hover {
	text-decoration : underline;
}

ul.normalDot {
	padding : 0;
	margin : 10px 0 15px 10px;
}
ul.normalDot li {
	list-style-type : circle;
	margin : 0 0 0 15px;
	padding : 1px;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1.3em;
	color : #333;
}
ul.module-list {
	padding : 0;
	margin : 5px 0 0 0;
}
ul.module-list li {
	list-style-type : none;
	margin : 0 0 5px 0;
	padding : 1px;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1.3em;
	color : #333;
}
ul.module-list li a {
	font-weight : normal;
	color : #fe7f00;
	background : none;
	text-decoration : none;
}
ul.module-list li a:hover {
	background : none;
	text-decoration : underline;
}
ol.normal {
	padding : 0;
	margin : 10px 0 15px 20px;
}
ol.normal li {
	margin : 0 0 5px 20px;
	padding : 1px;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1.3em;
	color : #333;
}
ol.normal li a {
	text-decoration : none;
}
ol.normal li a:hover {
	text-decoration : underline;
}

/*STANDARD HTML HEADLINE TAGS, CUSTOMIZED*/
h1 {
	padding : 20px 0 0 20px;
	margin : 0;
	text-indent : -9000px;
	font : 10px/10px sans-serif;
	height : 61px;
	width : 148px;
	background : transparent;
}
h1 a {
	display : block;
	padding : 0;
	margin : 0;
	border : 0;
	background-color : transparent;
	text-decoration : none;
	width : 148px;
	height : 61px;
}
h1 a:hover {
	background-color : transparent;
	text-decoration : none;
}
h2 {
	padding : 0;
	margin : 0 0 12px 0;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 2.3em;
	color : #000;
	background : transparent;
}
h2.green {
	margin : 0;
	color : #3a846a;
}
h3 {
	padding : 0;
	margin : 20px 0 10px 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	font-weight : bold;
	line-height : 1.5em;
	color : #006;
	text-align: center;
}


h4 {
	display : block;
	padding : 0 0 2px 0;
	margin : 0 0 10px 0;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 0.8em;
	line-height : 1.2em;
	color : #333;
	border-bottom : 1px dashed #9e9d92;
}
h4.archiveHead {
	display : block;
	padding : 0 0 2px 0;
	margin : 15px 0 10px 0;
	font-weight : bold;
	font-size : 0.8em;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1.2em;
	color : #333;
	border-bottom : 1px dashed #9e9d92;
}
h4.archive {
	display : block;
	padding : 0 0 2px 0;
	margin : 0 0 10px 0;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1.5em;
	color : #333;
	border-bottom : none;
}
h5 {
	display : block;
	padding : 0 0 2px 0;
	margin : 17px 0 8px 0;
	font-weight : bold;
	font-size : 1em;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1.4em;
	color : #333;
	border-bottom : 1px dashed #ccc;
}
h5.home {
	display : block;
	padding : 0 0 2px 0;
	margin : 10px 0 5px 0;
	font-weight : bold;
	font-size : 1em;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1.3em;
	color : #000;
}
h5.homeHighlight {
	display : block;
	padding : 0 0 2px 0;
	margin : 10px 0 5px 0;
	font-weight : bold;
	font-size : 1em;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1.3em;
	color : #180479;
}
h5.homeHighlight2 {
	display : inline;
	padding : 0;
	margin : 0 0 0 0;
	font-weight : bold;
	font-size : 1em;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1.3em;
	border-bottom : none;
	color : #180479;
}
h5.homeHighlight3, homeHighlight3 a {
	display : inline;
	padding : 0;
	margin : 0 0 10px 0;
	font-weight : bold;
	font-size : 1em;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1.3em;
	border-bottom : 1px dashed #ccc;
	color : #3a846a;
}
h5.homeHighlight3i {
	display : block;
	padding : 0;
	margin : 5px 0 10px 0;
	font-weight : bold;
	font-style : italic;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1.3em;
	border-bottom : none;
	color : #333333;
}
h5.homeHighlight4i {
	display : block;
	padding : 0;
	margin : 0 0 10px 0;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : italic;
	font-size : 1em;
	line-height : 1.3em;
	border-bottom : none;
	color : #333333;
}
h5.homeHighlight4i a {
	margin : 0 0 10px 0;
	font-weight : bold;
	font-style : italic;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	line-height : 1.3em;
	color : #fe7f00;
}
h5.homeHighlight4i a:hover {
	margin : 0 0 10px 0;
	font-weight : bold;
	font-style : italic;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	line-height : 1.3em;
	color : #fe7f00;
	text-decoration : underline;
}
h5 a {
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	color : #000;
	background : none;
	text-decoration : none;
}
h5 a:hover {
	background : none;
	color : #fe7f00;
	text-decoration : underline;
}
h5.homeHighlight a, h5.homeHighlight2 a {
	color : #180479;
}
h6 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.5em;
	font-weight : bold;
	margin-top : 12px;
	margin-bottom : 8px;
	color : #222222;
}

.redHighlight {
	color : #180479;
}

/*DIV IDS, CLASSES, AND ASSOCIATED/SUBORDINATE STYLES AVAILABLE*/
#main p.mainSmall {
	padding-bottom : 12px;
	margin : 0;
	font : normal 10px/1.6em "Lucida", sans-serif;
	line-height : 16px;
	color : #333;
}
#standOut p.standOut {
	padding-bottom : 0;
	margin : 0;
	font : bold 1em/1.6em "Lucida", sans-serif;
	line-height : 16px;
	color : #000;
}
#main p a:hover {
	background : none;
	text-decoration : underline;
}
#news p {
	padding-bottom : 5px;
	margin : 0;
	font-family : Arial, Helvetica, sans-serif;
	color : #666;
}
#news p a {
	font-weight : bold;
	color : #fe7f00;
	background : none;
	text-decoration : none;
}
#news p a:hover {
	background : none;
	text-decoration : underline;
}
#news p.more {
	padding : 0 0 25px 0;
	margin : 0;
}
#newDocs p {
	padding-top : 5px;
	padding-bottom : 5px;
	margin : 0;
	font : normal 10px "Lucida", sans-serif;
	line-height : 1em;
	color : #666;
}
#newDocs p a {
	font-weight : bold;
	color : #fe7f00;
	background : none;
	text-decoration : none;
}
#newDocs p a:hover {
	background : none;
	text-decoration : underline;
}
#newDocs p.more {
	padding : 0 0 25px 0;
	margin : 0;
}
#subnav p {
	padding-bottom : 5px;
	margin : 0;
	font : normal 10px "Lucida", sans-serif;
	line-height : 1em;
	color : #666;
}
#subnav p a {
	display : block;
	font-weight : bold;
	padding : 0 0 10px 0;
	margin : 0 0 5px 0;
	border-bottom : 1px dashed #ccc;
	color : #fe7f00;
	background : none;
	text-decoration : none;
}
#subnav p a:hover {
	background : none;
	text-decoration : underline;
}
#subnav p.more {
	padding : 0 0 25px 0;
	margin : 0;
}
#subnav p.sideNavOn {
	display : block;
	font-weight : bold;
	padding : 0 0 10px 0;
	margin : 0 0 10px 0;
	border-bottom : 1px dashed #ccc;
	color : #666;
	background : none;
	text-decoration : none;
}
#subnav p.sideNavOnUL {
	display : block;
	font-weight : bold;
	padding : 0;
	margin : 0 0 10px 0;
	border-bottom : none;
	color : #666;
	background : none;
	text-decoration : none;
}
#subnav p.sideNavOnULEND {
	display : block;
	font-weight : bold;
	padding : 10px 0 10px 0;
	margin : -20px 0 10px 0;
	border-bottom : 1px dashed #ccc;
	color : #666;
	background : none;
	text-decoration : none;
}

div.feedBurnerFeedBlock {
	margin : inherit;
	font-family : Arial, Helvetica, sans-serif;
}
div.feedburnerFeedBlock p.date {
	text-align : left;
	font-size : 0.9em;
	font-weight : bold;
	margin : 0 3px;
	padding : 0 0 5px 0;
}
div.feedburnerFeedBlock li div {
	padding-top : 5px;
	padding-bottom : 10px;
	margin : 0 3px 0 3px;
	font-size : .9em;
	line-height : 1.3em;
	color : #555;
}
div.feedburnerFeedBlock ul {
	text-align : left;
	margin : 20px;
	padding : 0;
	margin : 0;
}
div.feedburnerFeedBlock span.headline {
	display : block;
	padding : 5px 1px 3px 0;
	margin : 0 3px 0 3px;
	font-size : .9em;
	font-weight: bold;
	line-height : 1.3em;
	color : #333;
	border-bottom-width : 1px;
	border-bottom-style : dashed;
	border-bottom-color : #a3b2cc;
}
div.feedburnerFeedBlock ul li {
	list-style-type : none;
	text-align : left;
	margin-left : 3px;
	padding : 0;
}
div.feedburnerFeedBlock ul li a {
	font-weight : bold;
	color : #333;
	background : none;
	text-decoration : none;
}

div.feedburnerFeedBlock ul li a:visited {
	background : none;
	color : #333;
	text-decoration : none;
}

div.feedburnerFeedBlock ul li a:hover {
	background : none;
	color : #fe7f00;
	text-decoration : underline;
}
div.feedburnerFeedBlock p.feedTitle {
	font-weight : bold;
}
#ChicagoInspectorGeneralNewsl5gpsnocgbbvrdjl4a15raael0.feedburnerFeedBlock {
	margin : inherit;
}
#ChicagoInspectorGeneralNewsl5gpsnocgbbvrdjl4a15raael0.feedburnerFeedBlock span.headline {
	display : block;
	padding : 5px 1px 3px 0;
	margin : 5px 3px 0 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 1em;
	line-height : 1.2em;
	color : #333;
	border : none;
}
#ChicagoInspectorGeneralNewsl5gpsnocgbbvrdjl4a15raael0.feedburnerFeedBlock ul li {
	list-style-type : none;
	text-align : left;
	margin-left : 10px;
	padding : 0;
}
#ChicagoInspectorGeneralNewsl5gpsnocgbbvrdjl4a15raael0.feedburnerFeedBlock li div {
	padding-top : 5px;
	padding-bottom : 2px;
	margin : 0 3px 0 10px;
	font-size : .9em;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1.3em;
	color : #555;
}
#ChicagoInspectorGeneralNewsl5gpsnocgbbvrdjl4a15raael0.feedburnerFeedBlock ul li a {
	font-weight : bold;
	color : #000080;
	background : none;
	text-decoration : none;
}
#ChicagoInspectorGeneralNewsl5gpsnocgbbvrdjl4a15raael0.feedburnerFeedBlock ul li a:hover {
	background : none;
	color : #000080;
	text-decoration : underline;
}
#creditfooter {
	display : none;
}

/*STANDARD CLEARING DIV*/

.ClearIt {
	clear : both;
	display : block;
	padding : 0;
	margin : 0;
}
