@charset "utf-8";
* {
	margin:0;
	padding:0;
}

body {
	background-color: #dfd4bc;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #657b8d;
}
p {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

ul {
	margin-bottom: 5px;
}

li {
	font-size: 11px;
	list-style-image: none;
	list-style-type: none;
	margin-left: 10px;
}
#Content li {
	font-size: 12px;
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 30px;
	padding-top: 2px;
	padding-bottom: 5px;
}


#HeaderWrapper {
	background-image: url(../images/layout/header.jpg);
	height: 34px;
	width: 891px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 83px;
	padding-left: 47px;
	text-align: center;
}



#HeaderWrapper a {
	color:#ffffff;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	margin-right: 24px;
	margin-left: 24px;
	float: left;
}

#HeaderWrapper a:hover, #HeaderWrapper a:active {
	color:#ffe9b2;
	text-decoration: none;
}

#vicepresident .vicepresident a, #campusministry .campusministry a, #jesuitidentity .jesuitidentity a, #chapel .chapel a, #magis .magis a, #chaplain .chaplain a {
	color:#ffe9b2;
}


#LeftShadow {
	background-image: url(../images/layout/left_shadow.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 938px;
	margin-right: auto;
	margin-left: auto;
}
#RightShadow {
	background-image: url(../images/layout/right_shadow.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 938px;
}
#ContentWrapper {
	background-color: #ffffff;
	background-image: url(../images/layout/top_shadow.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#NavigationWrapper {
	background-image: url(../images/layout/nav_shadow1.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 214px;
	float: left;

}
#BreadCrumbs {
	font-size: 11px;
	color: #848484;
	margin-bottom: 10px;
	text-align: left;
}
#BreadCrumbs a {
	color:#848484;
}

#Footer {
	background-image: url(../images/layout/footer.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 938px;
	margin-right: auto;
	margin-left: auto;
	color: #575757;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	padding-top: 55px;
	clear: both;
}
.FirstHeaderLink {
	padding-left: 10px;
}
.clear {
	clear: both;
}
.CurrentHighlight {
	color: #ffe9b2;
}
.ImagePadding {
	padding: 8px;
}
.ImageRight {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.ImageLeft {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
