/* CSS Document */
/* #ask_a_librarian HAS to be displayed */
/* #content_2columns gets rid of everything but the header */
/* #column1 removes the navigation bar */
#column1, #MainContainer, #header_ibisweb_search, #um_libraries_logo {display:none;}




/* Template TAGS */
/* ----------------------------------------------------- */
body {
	width: 723px;
	font-family: verdana, arial, helvetica; /* added */
	font-size: small; /* added */
	line-height: 1em;
	background-color: #C7D0BD;
	margin-top: 5px; /* added */
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}

a:link {
	color: #0036AE;
	/* color: #00007F #0055BF; blue default blue #0000FF */
	text-decoration: none; 
}

a:visited {
	color: #000673;
	/* color:#00005F #00397F; #003366 darkblue */
	text-decoration:none;
}

a:hover {
	color: #999; /*grey*/
	text-decoration:underline;
}
a:active {
	color: #000673; /* #000000  active and visited must be the same */
}



#sizetabledata th {background-color:#fafafa;
		text-align: right;
		width: 115px;
		vertical-align: top;
		font-size: 91%;
		color:#333;}
		
#sizetabledata td {background-color:#ffffff;
		text-align: left;
		vertical-align: top;
		font-size: 91%;
		color:#333;}
/* Content Columns*/
/* ----------------------------------------------------- */
#content_2columns {
	width: 723px;
	background-image: url(../Files/images/column1_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#content_4columns {
	width: 723px;
	background-image: url(../Files/images/4columns_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#no_columns {
	width: 723px;
	margin: 0px;
	padding: 0px;
}
#column_margin {
	margin: 10px;
}
/* Column1 */
/* ----------------------------------------------------- */
#column1 {
	width: 128px;
	float: left;
} 
#column1 hr {
	border-top: 1px solid #B56810;
	border-bottom: 1px solid #FFEEC6; /*For IE */
	border-left: 0px; /*For IE */
	height: 2px; /*For IE */
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

/* Column2 and 3 */
/* ----------------------------------------------------- */
#column2 {
	width: 650px;
	float: left;
/*	position: relative;
*/}
#column2_home {
	text-align: right;
}
#column2_home, #column3_home {
	width: 200px;
	display: block;
	float: left;
}
/* Column4 */
/* ----------------------------------------------------- */
#column4_home {
	width: 195px;
	display: block;
	float: right;
}
#column4_home p {
	font-family: verdana, arial, helvetica; /* added */
	font-size:11px;
	line-height: 1.25em;
	padding: 5px 0px 5px 0px;
	margin-top: -10px;
}
#column4_home img {
	margin: 3px 6px 0px 3px;
}


/* footer */
/* ----------------------------------------------------- */
#footer {
	border-top: 1px solid #B56810;
	width: 650px;
	height: 78px;
	background-color:#FFFFFF;
	z-index: 300;
}
#footer_um_logo {
	margin: 0px 0px 0px 5px;
	padding-top: 12px;
	float:left;
}
#footer_address {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	float: right;
	text-align: right;
	margin-right: 5px;
}
#footer_address h4 {
	margin: 6px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	color: #00411C;
}
#footer_address p {
	margin-top: 2px;
	padding-top: 2px;
	line-height: 1.1em;
}