#accessibility {
	position: absolute;
	left: -2000px;
	top: -2000px;
	display: none;
}

#adminSwitch {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;	
}

#banner {
	width: 478px;
	height: 69px;
	float: right;
	padding-left: 6px;
	padding-top: 6px;
	/*background: url(../images/banner_back.jpg) no-repeat;*/
}
 
#dateCell {
	font-size: 70%;
	text-align: right;
	padding-right: 5px;
	color: #016CB7;
}

#footer {
	font-size: 70%;
}

#headerPic {
	vertical-align: middle;
}

#headerWire {
	height: 180px;
}

#leftPanel {
	vertical-align: top;
}

#leftPanelBottom {
	height: 25px;
	width: 250px;
	background-image: url(../images/leftmod_bottom.gif);
}

#leftPanelImg {
}

#leftPanelMain {
	width: 250px;
	background-image: url(../images/leftmod_mid.gif);
	padding-left: 15px;
	padding-right: 15px;
	font-size: 90%;
}

#leftPanelTop {
	height: 25px;
	width: 250px;
	background-image: url(../images/leftmod_top.gif);
}

#mainPanel {
}

#modLT {
	height: 25px;
	width: 25px;
	background-image: url(../images/mainmod_lt.gif);
	background-repeat: no-repeat;
}

#modT {
	height: 25px;
	background-image: url(../images/mainmod_t.gif);
	background-repeat: repeat-x;
}

#modRT {
	height: 25px;
	width: 25px;
	background-image: url(../images/mainmod_rt.gif);
	background-repeat: no-repeat;
}

#modL {
	height: 1px;
	width: 25px;
	background-image: url(../images/mainmod_l.gif);
	background-repeat: repeat-y;
}

#modR {
	height: 1px;
	width: 25px;
	background-image: url(../images/mainmod_r.gif);
	background-repeat: repeat-y;
}

#modLB {
	height: 25px;
	width: 25px;
	background-image: url(../images/mainmod_lb.gif);
	background-repeat: no-repeat;
}

#modB {
	height: 25px;
	background-image: url(../images/mainmod_b.gif);
	background-repeat: repeat-x;
}

#modRB {
	height: 25px;
	width: 25px;
	background-image: url(../images/mainmod_rb.gif);
	background-repeat: no-repeat;
}

#pageWire {
	width: 100%;
	background-image: url(../images/mainbg.gif);
	background-repeat: no-repeat;
	background-position: 0px 180px;
}

#pathway{ 
	width: 500px;
	height: 19px;
	padding-left: 10px;
	padding-top: 5px;
}

#rightPanel {
	vertical-align: top;
}

#search {
	margin: 0px;
	padding: 0px;
	width: 148px;
	height: 28px;
	float: right;
	background: url(../images/back_search.jpg) right top no-repeat;
	padding-left: 10px;
	padding-top: 2px;
	vertical-align: top;
}

#search .inputbox{
	width: 100px;
	height: 18px;
	font-size: 10px;
	background: transparent;
	border: none;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}

#search .button{
	margin: 0px;
	padding: 0px;
	height: 14px;
	font-size: 10px;
	background: transparent;
	border: none;
	line-height: 10px;
}

#search form {
	margin: 0px;
	padding: 0px;
}

#source {
	position: absolute;
	left: -2000px;
	top: -2000px;
	display: none;
}

#title {
}

#topPanel {
}

#user1{
	float: left;
	width: 49%;
}

#user2{
	float: right;
	width: 49%;
}

#user3 {
	width: 100%;
}

#user1 ul, #user2 ul, #user3 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 0.7em;
	margin-left: 0.7em;
	margin-bottom: 5px;
	margin-top: 2px;
}


