		div#mainContain div#contentLanding div#contentLandingText {
			width:420px;
		}


		div#mainContain ul#landingNav a#ln_students {
			background-position:0 -60px;
		}

		div#mainContain ul#landingNav a#ln_teachers {
			background-position:0 -120px;
		}

		div#mainContain ul#landingNav a#ln_teachers:hover {
			background-position:0 -60px;
		}



/* bottom of the "inside" page */

a#inside_tools {
	display:block;
	padding:10px 25px 0 100px;
	width:252px;
	height:87px;
	background:url( "../images/students/tools.gif" ) no-repeat;
	text-decoration:none;
	margin:0 0 20px 0;
}

table#resourcesTable {
	width:100%;
	border:0;
	position:relative;
	top:-2px;
	left:-2px;
}

		table#resourcesTable tr td {
			padding:6px;
			width:50%;
		}

			table#resourcesTable tr td  a {
				color:#595959;
				text-decoration:none;
				background:url( "../images/bg_bulletCustom.gif" ) no-repeat center left;
				padding-left:20px;
			}

			table#resourcesTable tr td  a,
			table#resourcesTable tr td  a * {
					color:#595959;
			}

		table#resourcesTable tr.even td {
			background:#ededed;
		}
			table#resourcesTable tr.even td a {
				background:#ededed;
				background:url( "../images/bg_bulletCustom2.gif" ) no-repeat center left;
			}


/* this is the table on the Borrowing page */
table.styledTable {
	float:right;
	width:320px;
	margin:0 0 10px 10px;
}

	table.styledTable * {
		font-size:11px;
	}

	table.styledTable th {
		font-weight:bold;
		height:40px;
		background:url(../images/students/bg_styledTableTop.gif) top right no-repeat #8a8989;
		color:#FFF;
	}


	table.styledTable td {
		padding:4px 20px 4px 20px;
	}

		table.styledTable tr.top td {
			font-weight:bold;
		}

		table.styledTable tr.even td {
			background:#e6e6e6;
		}


/* links at bottom of pages */
table.linksTable {
	width:100%;
	border:0;
	position:relative;
	top:-2px;
	left:-2px;
}

		table.linksTable tr td {
			padding:6px;
		}

		table.linksTable tr.even td {
			background:#ededed;
		}

