
/* Body tag and background image */

body {
	margin:0px;
	padding:0px;
	border:0px;
	background:#FFFFFF;
	color:#000000;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

/* Header */

#header {
	height:88px;
}
td#skip-nav {
	background:transparent url(images/header-redstripe.gif) repeat-x top left;
	font-size: 9px;
	padding:0px;
	width:135px;
	vertical-align:top;
}
td#skip-nav a {
	display:block;
	margin:5px 0px 0px 5px;
	width:130px;
}
td#calvin-nameplate {
	width:200px;
	padding:0px 0px 16px 10px;
	/* 16px is the height of the bottom red bar -- this makes the Calvin
	   nameplate appear vertically aligned middle within the tan colored background */
	background:#D7DAC3 url(images/header-redstripe.gif) repeat-x top left;
}
td#dept-nameplate {
	background:#D7DAC3 url(images/header.jpg) repeat-x top left;
	padding-bottom: 16px;
	/* 16px is the height of the bottom red bar -- this makes the Calvin
	   nameplate appear vertically aligned middle within the tan colored background */
}
td#dept-nameplate a {
	display:block;
	width:285px;
	text-align:right;
	color:#660000;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
td#dept-nameplate a:hover {
	color:#9999cc;
}
td#dept-nameplate a:active,
td#dept-nameplate a:focus {
	color:#660000;
	background-color:transparent;
}

.img-right, img.right {
	float: right;
	padding: 0;
	margin: 0 0 1em 1em;
}
.img-left, img.left {
	float: left;
	padding: 0;
	margin: 0 1em 1em 0;
}