* {
	box-sizing: border-box !important;
   -moz-box-sizing: border-box !important;
}

body {
	margin: 0;
	padding: 0;
}

#container {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #6f6f6f;
}

#homepage {
	width: 802px;
	/*height: 950px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: -1px;
	border: 1px solid black;
	border-width: 0 1px 0 1px;
	background-color: white;
}

#homepage,
#homepage * {
	text-align: left;
}

#auxBar {
	background: #3f3f3f;
	padding: 4px;
	margin: 0;
	float: left;
}

#auxBar form {
	margin: 0;
	padding: 0;
	float: left;
}

#auxBar #siteMapContainer {
	float: right;
}

#hpBanner {
	clear: both;
}

#hpBanner img,
#bannerMiddle,
#flashContent {
	margin: 0;
	padding: 0;
}

#bannerMiddle,
img#missionStatement,
#hpChannelBar {
	/* margin-top: -2px; */
}

#bannerMiddle img,
#bannerMiddle div {
	display: inline;
}

#bannerMiddle {
	clear: both;
}

#flashContent {
	display: inline;
	/* margin-left: -4px; */
}

#flashContent embed {
	display: inline;
}

#hpChannelBar,
#intTop #channelBar {
	height: 39px;
	background: url("channelBar_bg.gif");
}

#hpContent {
	clear: both;
}

#hpContent td {
	vertical-align: top;
}

#hpContent #left,
#hpContent #center,
#hpContent #right {
	margin-top: 5px;
	margin-bottom: 20px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#hpContent #left {
	width: 219px;
}

#left #shortcuts {	
	width: 219px;
	background: url("shortcuts_bg.gif") no-repeat;
	margin-left: 4px;
	height: 319px;
}

#shortcuts #headShortcuts {
	width: 216px;
	height: 48px;
	margin: 0;
	
	/* Rundle Image Replacement */
	text-indent: -9000px; 
	background: url("shortcuts_top.gif") no-repeat;
}

#hpContent #center {
	width: 325px;
	padding-left: 16px;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 20px;
}

#center #headWelcome {
	width: 164px;
	height: 36px;
	margin: 11px 0 16px 0;
	
	/* Rundle Image Replacement */
	text-indent: -9000px; 
	background: url("headline_welcome.gif") no-repeat;
}

#hpContent #right {
	width: 203px;
	padding-left: 18px;
}

#right #headHeadlines {
	width: 86px;
	height: 18px;
	margin: 11px 0 13px 0;

	/* Rundle Image Replacement */
	text-indent: -9000px; 
	background: url("headline_headlines.gif") no-repeat;
}

#right #headSearch {
	width: 86px;
	height: 18px;
	margin: 11px 0 4px 0;

	/* Rundle Image Replacement */
	text-indent: -9000px; 
	background: url("headline_search.gif") no-repeat;
}

#right form {
	margin: 0 0 30px;
	padding: 0;
}

#left #announcements {
	margin: 20px 0 13px 20px;
}

#left #headAnnouncements {
	width: 147px;
	height: 17px;
	margin-bottom: 8px;

	/* Rundle Image Replacement */
	text-indent: -9000px; 
	background: url("headline_announcements.gif") no-repeat;
}

#right table {
	margin: 0;
}


#intTop {
	margin: 0;
	padding: 0;
	width: 100%;
}

#intTop #bannerRow {
	height: 85px;
	background-color: #e8112d;
	vertical-align: top;
}

#intSide,
#schHpLeft,
#schHpRight {
	width: 220px;
	height: 100%;
	background-color: #f3f3f3;
	margin: 12px;
}

#intSide h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px 10px;
	width: 200px;
	color: #e8112d;
}

/* Styles for non-IE Browsers */
#hpBanner>div#bannerMiddle img,
#hpBanner>div#bannerMiddle div {
	display: block;
	float: left;
}

#hpBanner>div#bannerMiddle {
	clear: both;
}

#hpBanner>div#bannerMiddle,
#hpBanner>img#missionStatement,
#homepage>div#hpChannelBar,
body>div#homepage {
	margin-top: 0;
}

body>div#homepage {
	width: 800px;
}

#bannerMiddle>div#flashContent {
	margin-left: 0;
}

div#hpContent>div#left,
div#hpContent>div#center,
div#hpContent>div#right {
	display: block;
}

