@charset "utf-8";
body {
	background-image:url(../images/page_bg.jpg);
	background-repeat:repeat-x;
	background-color:#CAE0EF;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
}
h1 {
	padding:0;
	margin:0;
	font-size:1em;
	text-indent: -5000px;
}
p {
	margin-top:0;
	padding-top:0;
}
#flash {
	width:820px;
	height:485px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	background-image:url(../images/intro_bg.jpg);
	background-repeat:no-repeat;
}
#flashmenu {
	height:21px;
	width:800px;
	padding-top:2px;
	text-align:center;
	background-color:#515197;
	border-bottom:solid 1px #000;
}
#flashmenu a {
	color:#CCC;
	font-size:11px;
	padding:0 10px;
	font-weight:bold;
	text-decoration:none;
}
#flashmenu a:hover {
	color:#FFF;
}
#top {
	background-image:url(../images/top_bg.jpg);
	background-repeat:no-repeat;
	width:820px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	width:820px;
	height:134px;
	margin-left:auto;
	margin-right:auto;
}
#mid {
	background-image:url(../images/mid_bg.jpg);
	background-repeat:repeat-y;
	width:820px;
	margin-left:auto;
	margin-right:auto;
}
#bottom {
	background-image:url(../images/bottom_bg.jpg);
	background-repeat:no-repeat;
	width:820px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 50px;
	padding-bottom: 20px;
	text-align:center;
}
#content {
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	width:660px;
	padding-top:10px;
	padding-left:80px;
	padding-right:80px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}
#content h1 {
	color:#515197;
	font-weight:bold;
	font-size:1.6em;
	text-align:right;
	margin:25px 50px;
}
#content h2 {
	color:#515197;
	font-weight:bold;
	font-size:1.4em;
	margin-bottom:6px;
}
#menu {
	background-image:url(../images/menu_bg.jpg);
	background-repeat:no-repeat;
	width:580px;
	height:22px;
	padding-left:240px;
	margin-left:auto;
	margin-right:auto;
	padding-top:8px;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#menu ul .active a {
	background-color:#F2F8FB;
	color:#000;
}
#menu ul li a {
	padding:6px 10px 6px 10px;
	color:#FFF;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
}
#menu ul li a:hover {
	background-color:#CCC;
	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:#F00;
	font-weight:bold;
}
