* {
	box-sizing: border-box !important;
   	-moz-box-sizing: border-box !important;
  	margin: 0;
	padding: 0;
}

img { border: 0; }

body { font-family: Verdana, sans-serif; }

#headerBox {
	background: #fff url("int_header_bg.gif") no-repeat top right;
	height: 112px;
	padding: 0;
	margin:0;
	clear: both;
}

#hpContainer {
	width: 100%;
	height: 100%;
	background: white url("home_bg.gif") top left repeat-y;
}

#hpSidebar {
	width: 230px;
	padding: 15px;
	height: auto;
	vertical-align: top;
}

#hpContent {
	margin: 11px 25px 0 25px;
	height: 100%;
	vertical-align: top;
}

#channelBar {
	height: 29px;
	background: #5b6aa8;
}

#shortcutsHead {
	margin-top: 25px;
	width: 116px;
	height: 19px;
	background: url("headline_shortcuts.gif") no-repeat;
	text-indent: -9000px;
}

#welcomeHead {
	width: 119px;
	height: 27px;
	background: url("headline_welcome.gif") no-repeat;
	text-indent: -9000px;
	margin-bottom: 15px;
}

#announcementsHead {
	margin-top: 8px;
	width: 137px;
	height: 19px;
	background: url("headline_announcements.gif") no-repeat;
	text-indent: -9000px;
}

#searchHead {
	margin-top: 8px;
	width: 137px;
	height: 19px;
	background: url("headline_search.gif") no-repeat;
	text-indent: -9000px;
}

#headlinesHead {
	margin-top: 25px;
	width: 83px;
	height: 21px;
	background: url("headline_headlines.gif") no-repeat;
	text-indent: -9000px;
}



#intSidebar {
	width: 230px;
	height: 100%;
	background: url("int_sidebar_bg.gif") repeat-y;
	padding: 0 18px;
}

#intSidebar h3 {
	margin: 12px 0 6px 4px;
	font-size: 16px;
	color: #000050;
}