.headingItalic {
	font-style: italic;
	font-weight: bold;
}
.headingBold {
	font-weight: bold;
}
.super {
	font-size: 9pt;
	vertical-align: top;
}
.middle {
	text-align: center;
	vertical-align: middle;
}
.small {
	font-size: 8pt;
}
.redBold {
	font-weight: bold;
	color: #FF0000;
}
.redItalic {
	font-style: italic;
	color: #FF0000;
}
.resource_banner {
	float: left;
	width: 270px;
	height:90px;
	margin:0px;
	text-align:center;
}

#cityu-footer #New
{
	display: none !important;
}

    .container {
        width: 80%;
        margin: 0 auto; /* Center the DIV horizontally */
    }
    .container2 {
        width: 100%;
        margin: 180px auto; /* Center the DIV horizontally */
    }
    .container3 {
        width: 100%;
    }

    .fixed-header, .fixed-footer, .fixed-nav {
        width: 100%;
        position: fixed;
        background: #333;
        padding: 10px 0;
        color: #fff;
		z-index:9999;
    }
    .fixed-header {
        top: 0;
    }
    .fixed-footer {
        bottom: 0;
    }
    .fixed-nav {
        top: 130px;
		padding: 0;
    }
	.fixed-right-content {
		margin-top:-30px;
	}


    .container p {
        line-height: 200px; /* Create scrollbar to test positioning */
    }
    .container2 p {
        margin-top: 350px; /* Create scrollbar to test positioning */
    }
    .container3 p {
        margin-top: 350px; /* Create scrollbar to test positioning */
		margin-bottom: 350px; /* Create scrollbar to test positioning */
    }
