#topBar {
	position: absolute;
	top: 0;
	left: 0;
	background: #DDD url("./images/topBarBG.gif") repeat-x;
	height: 20px;
	width: 100%;
}

#topBar #date {
	position: absolute;
	top: 0;
	left: 5px;
}

#topBar ul {
	position: absolute;
	top: 0;
	right: 2px;
	height: 20px;
}

#topBar ul li {
	display: inline;
}

#topBar ul li a{
	float: left;
	color: #000;
	text-decoration: none;
	background: transparent url("./images/topBarDIV.gif") center left no-repeat;
	padding-right: 5px;
	padding-left: 7px;
}

#topBar ul li a:hover {
	text-decoration: underline;
}

/* "Super" elements surround others for compatibility or something*/
#superTitleBar {
	position: relative;
	top: 20px;
	right: 0;
	margin-left: 146px;
	width: auto;
}

#titleBar {
	height: 55px;
	background: transparent url("./images/titleBarBG.gif") top right repeat-x;
}

#titleBarLogo {
	display: block;
	width:  321px;
	height: 49px;
	background: transparent url("./images/titleBarLOGOPART.gif") top left no-repeat;
}

#titleBarLogo h1 {
	display: none;
}

#titleBarSearch {
	position: absolute;
	top: 0;
	right: 6px;
	width:  30px;
	height: 49px;
	background: transparent url("./images/titleBarSEARCH.gif") top right no-repeat;
	border: 0;
	display: block;
	text-indent: -1000em;
  	cursor: pointer;
}

#searchBar {
	position: absolute;
	top: 15px;
	right: 40px;
	font-size: 90%;
	border: 1px #000 solid;
	border-bottom: 1px #335190 solid;
	border-right: 1px #335190 solid;
	color: #777;
	padding: 3px;
	background-color: #FFF;
}

#searchBar:focus {
	padding: 2px;
	border: 2px solid #f90;
	color:  #000;
}

#leftBar {
	position: absolute;
	left: 0;
	top: 20px;
	width: 146px;
	z-index: 5;
}

#leftBarTop {
	background: transparent url("./images/topBarSHADOW.gif") repeat-x;
	height: 8px;
	width: 100%;
}

#leftBarLogo {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width:  55px;
	height: 55px;
	background: transparent url("./images/leftBarLOGOPART.gif") top right no-repeat;
}

#leftBar ul {
	position: absolute;
	top: 56px;
	margin-top: 1.4em;
	width: 100%;
	list-style: none;
	text-align: right;
	border-bottom: 1px solid #96B0CD;
	display: block;
}

#leftBar ul li{
	border-top: 1px solid #96B0CD;
	width: auto;
}

#leftBar ul li a{
	display: block;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: #FFF;
}

#leftBar ul li span{
	display: block;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: #FFF;
	background-color: #fff;
	color: #000;
}

#leftBar ul li a:hover {
	background: #467DB6;
}

#superMainBox {
	position: relative;
	right: 0;
	top: 14px;
	padding-left: 146px;
}

#mainBox {
	display: block;
	padding: 0 1.5em;
	margin-right: 40px;
	border-bottom: #f7f7f7;
	background: #FFF url("./images/mainBoxTOP.gif") repeat-x;
	clear: both;
}


#mainBoxBottom {
	display: block;
	height: 8px;
	margin-right: 40px;
	background: #FFF url("./images/mainBoxLOWERRIGHTCORNER.gif") bottom right no-repeat;

}

#mainBoxLowerRightCorner {
	background: transparent url("./images/mainBoxLOWERLEFTCORNER.gif") bottom left no-repeat;
	height: 8px;
	width: 8px;
}

#mainBox small {
	color: #555;
	display: inline;
}

#mainBox .sectionHeader {
	width: auto;
	background: #e6e6e6 url("./images/sectionHeaderBG.gif") repeat-x;
	height: 1.6em;
	padding: 0 5px 0 5px;
}

#mainBox .sectionHeaderLeftCorner {
	float: left;
	margin-left: -5px;
	width: 8px;
	height: 1.6em;
	background: #e6e6e6 url("./images/sectionHeaderLEFT.gif") no-repeat;
}

#mainBox .sectionHeaderRightCorner {
	float: right;
	margin-right: -5px;
	width: 8px;
	height: 1.6em;
	background: #e6e6e6 url("./images/sectionHeaderRIGHT.gif") no-repeat;
}



#mainBox #rightColumn .sectionHeader {
	background: #A0B7D1 url("./images/sectionHeaderLBG.gif") repeat-x;
}



#mainBox #rightColumn .sectionHeaderLeftCorner {
	background: #A0B7D1 url("./images/sectionHeaderLLEFT.gif") no-repeat;
}



#mainBox #rightColumn .sectionHeaderRightCorner {
	background: #A0B7D1 url("./images/sectionHeaderLRIGHT.gif") no-repeat;
}

#mainBox .sectionHeader h2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 85%;
	display: inline;
}

#mainBox .sectionHeader a {
	color: #000;
	text-decoration: none;
}

#mainBox .sectionHeader a:hover {
	text-decoration: underline;
}

#mainBox .sectionHeader img {

	margin-top: 3px;
	border: 0;
}

#mainBox .sectionHeader .right {
	float: right;
}

#footer {
	display: block;
	height: 3em;
	text-align: center;
	margin-top: 0.5em;
	margin-right: 40px;
	color: #fff;
}

#footer p {
	margin: 1em;
	height: 2.5em;
}



#footer ul {
	vertical-align: middle;
}

#footer ul li {
	display: inline;
}

#footer ul li a{

	text-decoration: none;
	color: #fff;
	background: transparent url("./images/footerDIV.gif") center left no-repeat;
	padding-right: 3px;
	padding-left: 9px;
}



#footer ul li a.noBullet {
	background: transparent;
}

#footer ul li a:hover {
	text-decoration: underline;
}

