@charset "utf-8";
body {
	background-image:url(../images/page_bg.jpg);
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
}
h1 {
	background-image:url(../images/title.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:60px;
	padding:0;
	margin:0;
	text-indent: -5000px;
}
h2 {
	color:#50235C;
	font-weight:bold;
	font-size:1.4em;
	text-transform:uppercase;
}
h3 {
	color:#9CCB3B;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:6px;
	padding-bottom:0;
}
p {
	margin-top:0;
	padding-top:0;
}
a {
	color:#50235C;
}
a:hover {
	text-decoration:none;
}
#topShell {
	width:100%;
}
#midShell {
	width:100%;
}
#bottomShell {
	width:100%;
}
#top {
	background-image:url(../images/topFrame.jpg);
	background-repeat:no-repeat;
	width:836px;
	height:81px;
	margin-left:auto;
	margin-right:auto;
}
#mid {
	background-image:url(../images/mid_bg.jpg);
	background-repeat:repeat-y;
	width:836px;
	margin-left:auto;
	margin-right:auto;
}
#bottom {
	background-image:url(../images/bottomFrame.jpg);
	background-repeat:no-repeat;
	width:836px;
	margin-left:auto;
	margin-right:auto;
	padding-top:60px;
	padding-bottom:20px;
	text-align:center;
}
#content {
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	width:700px;
	padding-top:10px;
	padding-left:68px;
	padding-right:68px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
#rightCol {
	margin-left:170px;
}
.menu {
	padding:0;
	float:left;
}
.menu ul {
	width: 160px;
	margin:0;
	padding:10px 0;
}
.menu ul li {
	list-style:none;
	margin:0;
	padding:0;
}
.menu ul .active a {
	background-color:#FFF;
	color:#000;
}
.menu ul li a {
	display: block;
	width: 150px;
	padding:8px 0 8px 10px;
	color:#50235C;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
}
.menu ul li a:hover {
	background-color:#FAE9B3;
	color:#000;
}
.presentation {
	padding:10px;
	margin-bottom:10px;
	height:80px;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	cursor:pointer;
}
a .presentation {
	color:#50235C;
	text-decoration:none;
	font-weight:bold;
}
a:hover .presentation {
	color:#000;
	font-weight:bold;
	background-color:#EBEBEB;
}
.presentation img{
	float:left;
	border:solid 1px #000;
	margin-right:15px;
}
.facultyPic {
	float:left;
	border:solid 1px #000;
	margin-right:15px;
	margin-bottom:10px;
}
.important {
	color:#FF0000;
	font-weight:bold;
}
