div#mainBox {
	width: 900px;
	min-height: 537px;
	background-color: #ffffff;
	float: left;

	color: #333300;
}

div#mainBox.twoCol {
	background: #ffffff url(/img/2_col_image.gif) repeat-y 50% 0;
}

div#rightCol {
	float: right;
	width: 328px; /* was 368 :::CAR */
	padding: 0 20px; /* added :::CAR */
	background-color: #e5e5cc;

	text-align: center;

	border-top: solid 10px #ffffff;
}

div#rightCol p {
	margin-left: 10px;
	margin-right: 10px;
}

div#whiteSpacer {
	height: 10px;
	background-color: #ffffff;
	width: 328px; /* was 368 :::CAR */
	display: none; /* added :::CAR */
}

ul#nav li ul {
	border-bottom: solid 10px #cc6600; /* added this, replaces .orangeBar :::CAR */
}

div#oneCol, div#leftCol {
	padding: 10px 35px;
}

div#leftCol {
	float: left;
	width: 462px;
}

p {
	margin-bottom: 22px;
}

h1 {
	font-size: 1.3em;
	line-height: 0.9em;

	font-weight: normal;
	margin-bottom: 30px;
}

img#textlogo {
	margin-bottom: 25px;
}

a.back {
	text-decoration: none;
	color: #cc6600;
	line-height: 1.2em;
	margin-bottom: 10px;

	font-style: italic;
}

a.back .laquo {
	color: #6699cc;
	font-size: 1.1em;
}

/* Side Bar Navigation */
ul#sideNav {
	margin-bottom: 30px;
}

ul#sideNav li {
	list-style-type: none;
	display: inline;
	text-align: center;
}

ul#sideNav li a {
	color: #333300;
	text-decoration: none;
}

ul#sideNav li a:hover {
	color: #999999;
}

div.orangeBar {
	background-color: #cc6600;
	height: 10px;
	width: 100%;
	margin-top: 2px;
}

/* Image Gallery */
a.next, a.prev {
	color: #333300;
	text-decoration: none;

	font-style: italic;
}

/* People Directory */
div.people.view {
	margin-left: 30px;
}

div#alumni div.people.view {
	float: left;
	width: 200px;
}

div.people.view img {
	padding-right: 20px;
	clear: none;
}

div.people.view p {
	clear: both;
}

div.facultyImage {
	width: 105px;
	float: left;
	margin-right: 10px;
}

div.facultyText {
	width: 650px;
	float: left;
}

/* Events */
p.event a {
	color: #999966;
	text-decoration: none;
}

/* E-News Signup */
form#signupForm {
	margin-left: 20px;
}

form#signupForm div.input {
	margin: 8px 0px;
}

form#signupForm div.input label {
	display: block;
	clear: both;
}

/* Site Map */
div#sitemap ul {
	margin-left: 20px;
}