* {
	margin: 0px;
	padding: 0px;
}
div {
	float: left;
}
a img {
	border: none;
}
#outer-container {
	margin: 0px auto;
	float: none;
	width: 1000px;
}
#container {
	width: 1000px;
}
#header {
	height: 172px;
	width: 1000px;
	border-bottom: 2px solid #333663;
}
#header-left {
	height: 172px;
	width: 552px;
}
#header-right {
	height: 172px;
	width: 448px;
}
#logo {
	height: 98px;
	width: 551px;
	margin-bottom: 1px;
	background-color: #6E76FB;
}
#header-spacer {
	background: #343764;
	height: 19px;
	width: 551px;
	margin-bottom: 1px;
}
#topnav {
	height: 24px;
	margin-bottom: 1px;
	width: 552px;
}
#undernav {
	height: 28px;
	width: 551px;
	border-right: 1px solid #FFFFFF;
}
#topnav ul {
	float: left;
}
#topnav li {
	float: left;
	list-style: none;
}
#topnav a {
	font-size: 12px;
	color: #000000;
	background: #969bec;
	display: block;
	height: 20px;
	padding-top: 4px;
	border-right: 1px solid #FFFFFF;
	width: 91px;
	text-decoration: none;
	text-align: center;
}
#topnav a:hover {
	color: #FFFFFF;
	background: #343764;
}
#undernav ul {
	float: left;
	height: 28px;
	width: 551px;
}
#undernav li {
	float: left;
	list-style: none;
	width: 10px;
	white-space: nowrap;
}
/* HIDE FROM IE 6*/
html>body #undernav li {
	float: left;
	list-style: none;
	width: auto;
	white-space: inherit;
}
#undernav a {
	font-size: 12px;
	color: #FFFFFF;
	background: #151426;
	display: block;
	height: 22px;
	padding-top: 6px;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
}
#undernav a.noborder {
	border-right: 1px solid #151426;
}
#undernav a:hover {
	color: #000000;
	background: #FFFFFF;
	text-align: left;
}
/* for rollover */

#undernav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	clear: both;
	border-top: 2px solid #333663;
	z-index: 20;
}

#undernav li ul li {
	clear: both;
	width: 150px;
}

#undernav li ul li a{
	text-align: left;
}

#undernav li:hover ul ul, #undernav li.sfhover ul ul {
	left: -999em;
}

#undernav li:hover ul, #undernav li li:hover ul, #undernav li.sfhover ul, #undernav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	zoom: 1;
}


body {
	font: 12px Arial, Helvetica, sans-serif;
}
#content {
	width: 996px;
	border-right: 2px solid #c5c5c5;
	border-bottom: 3px solid #c5c5c5;
	border-left: 2px solid #c5c5c5;
}
#login-bar {
	width: 996px;
	height: 21px;
	padding-top: 11px;
}
#login-box {
	float: right;
	height: 21px;
	width: 358px;
	font-weight: bold;
}
#login-box input {
	background: #343764;
	height: 16px;
	width: 120px;
	font-size: 12px;
	color: #969BEC;
	border: 1px solid #343764;
}
#login-box input.button {
	width: 45px;
	background: #fb8200;
	border: 1px solid #343764;
	height: 18px;
	color: #000000;
	line-height: 18px;
	text-align: center;
	padding: 0px;
	font-size: 10px;
}
#login-box.login {
	width: 100px;
}
.login {
	margin-top: 1px;
}
#login-text {
	width: 47px;
	padding-top: 2px;
}
#login-input {
	width: 128px;
}
#login-button {
	width: 50px;
	height: 18px;
}
#left-column {
	background: url(../images/left_nav_background.gif) no-repeat right top;
	width: 196px;
	padding-right: 21px;
}
#right-column {
	width: 153px;
	padding-top: 15px;
	float: right;
}
#track-package {
	width: 175px;
	padding-left: 21px;
	padding-top: 3px;
}
#track-package h2 {
	font-size: 12px;
	color: #343764;
	padding-bottom: 6px;
}
#track-package .formlabel {
	height: 16px;
	width: 175px;
	margin-bottom: 2px;
}
#track-package .formelement {
	margin-bottom: 6px;
	width: 175px;
}
#track-package input {
	height: 16px;
	width: 173px;
	border: 1px solid #000000;
}
#track-package input.button {
	background: #FB8200;
	width: auto;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
}
#left-column .left-column-box {
	width: 196px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#left-column .left-column-box h2 {
	font-size: 12px;
	color: #343764;
	width: 175px;
	border-bottom: 2px solid #9d9d9d;
}
#left-column .left-column-box-top {
	width: 175px;
	padding-left: 21px;
}
#left-column .left-column-box-body {
	width: 196px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#left-column .left-column-box-body ul {
	float: left;
	padding-left: 21px;
}
#left-column .left-column-box-body li {
	list-style-image: url(../images/orange_bullet.gif);
	padding-bottom: 3px;
}
#left-column .left-column-box-body a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
#mid-column {
	width: 586px;
	padding-left: 16px;
	padding-right: 24px;
	padding-top: 4px;
}
#mid-column-wide {
	width: 739px;
	padding-left: 16px;
	padding-right: 24px;
	padding-top: 4px;
}
#mid-column h1 {
	font-size: 16px;
	color: #343764;
	font-weight: normal;
	padding-bottom: 17px;
}
#mid-column p {
	padding-bottom: 12px;
}
#right-column .right-column-box {
	background: #969bec;
	height: 83px;
	width: 145px;
	margin-bottom: 15px;
}
#mid-column-bottom {
	width: 586px;
}
#mid-column .mid-column-top {
	width: 586px;
}
#mid-column-wide .mid-column-top {
	width: 739px;
}
#mid-column-bottom .mid-column-bottom-box {
	/*background: url(../images/mid_column_bottom_box.gif) no-repeat;*/
	height: 90px;
	width: 140px;
	border-right: 5px solid #FFFFFF;
}
#mid-column-base {
	width: 739px;
}
#mid-column-base .right-column-box {
	background: #969bec;
	height: 83px;
	width: 145px;
	border-right: 5px solid #FFFFFF;
}
table.conViewer {
	background: #000000;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-right: 1px solid black;
}
table.conViewer th {
	color: #FFFFFF;
	background: #151426;
	border-left: 1px solid black;
}
table.conViewer td {
	background: #EEEEEE;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	padding: 2px;
}
table.conViewer td a {
	font-size: 10px;
	text-decoration: none;
}
table.conViewer td a:hover {
	text-decoration: underline;
}
#controls-box {
	float: right;
	height: 21px;
	width: 980px;
	text-align: right;
}
#controls-box a {
	padding-left: 10px;
	padding-right: 10px;
	background: #fb8200;
	border: 1px solid #343764;
	height: 18px;
	text-decoration: none;
}

