* {
	box-sizing: border-box !important;
   -moz-box-sizing: border-box !important;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Helvetica,sans-serif;
}

#header, #banner, #channelBar {
	width: 100%;
	margin: 0;
	padding: 0;
}

#header {
	/* margin-top: -3px;	
	height: 125px;
	background: white url("header_right.jpg") top right no-repeat; 
	clear: both;*/
}
 
.leftImg {
	float: left;
	margin-left: -3px;
}

.rightImg {
	float: right;
	margin-right: -3px;
}

#banner {
	height: 145px;
	background: url("banner_bg.gif") bottom center repeat-x;
}

#banner td {
	vertical-align: top;
}

#banner #bLeft {
	text-align: left;
	width: 215px;
}

#banner #bMiddle {
	text-align: center;
}

#banner #bRight {
	text-align: right;
	width: 203px;
}

#channelBar {
	height: 25px;
	background: url("channel_bg.gif") repeat-x;
	clear: both;
}

#lsidebar, #rSidebar {
	width: 184px;
	position: absolute;
	top: 215px;
}

#lsidebar {
	left: 18px;
}

#shortcuts {
	background: url("shortcuts_bg.gif") no-repeat;
	width: 184px;
	text-align: left;
}

#scHead {
	width: 184px;
	height: 60px;
	text-indent: -9000px;
	background: url("shortcuts_header.gif") no-repeat;
}

#shortcuts table {
	margin-left: 5px;
	margin-right: 5px;
	width: 160px;
}

#shortcuts td.SWNAV table td,
#shortcuts td.SWNAVHOVER table td {
	width: 15px;
}

#shortcuts td.SWNAV table td a,
#shortcuts td.SWNAVHOVER table td a{
	width: 145px;
}

#announcements {
	background: url("announcements_bg.gif") no-repeat;
	height: 268px;
	text-align: left;
}

#announcements table {
	margin-left: 6px;
	width: 170px;
}

#anncHead {
	width: 184px;
	height: 61px;
	text-indent: -9000px;
	background: url("announcements_header.gif") no-repeat;
}

#rSidebar {
	right: 18px;
}

#E1BLogo {
	margin: 15px;
	display: block;
	width: 150px;
	height: 43px;
	text-indent: -9000px;
	background: url("E1B_Logo_Color.gif") no-repeat;
}

address {
	display: block;
	font-size: 11px;
	text-align: center;
	font-style: normal;
	margin: 20px 0 0;
	padding: 8px;
}


#content {
	margin: 0px 22px 22px 225px;
	height: 1000px;
	font-size: 14px;
}

#addressBar {
	background: url("address_bg.gif") repeat-x;
	width: 100%;
	height: 19px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#address {
	margin-left: auto;
	margin-right: auto;
	width: 695px;
	height: 19px;
	overflow: hidden;
	background: url("address.gif") no-repeat;
	text-indent: -9000px;
	margin-top: 0;
	margin-bottom: 0;
}

.SWChannelNavigationBar {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table {
	clear: both;
}


/*
div {
	border: 1px solid red;
}
*/
