@charset "utf-8";
body {
	background-image:url(../images/page_bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	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;
}
a {
	color:#515197;
}
a:hover {
	text-decoration:none;
}
#flashintro {
	width:800px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	border:solid 1px #000;
}
#flashmenu {
	height:18px;
	width:800px;
	padding-top:4px;
	text-align:center;
	background-color:#B80035;
	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:810px;
	height:130px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
#mid {
	background-image:url(../images/mid_bg.jpg);
	background-repeat:repeat-y;
	width:810px;
	margin-left:auto;
	margin-right:auto;
}
#bottomShell {
	background-image:url(../images/page_bottom_bg.jpg);
	background-repeat:repeat-x;
	width:100%;
}
#bottom {
	background-image:url(../images/bottom_bg.jpg);
	background-repeat:no-repeat;
	width:810px;
	height:149px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0 0 0;
	text-align:center;
}
#bottom p {
	margin:0;
	padding:5px 0 0 0;
}
#content {
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	width:690px;
	padding-top:10px;
	padding-left:60px;
	padding-right:60px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
#content h1 {
	color:#B80035;
	font-weight:bold;
	font-size:1.6em;
	text-align:right;
	margin:25px 50px;
}
#content h2 {
	color:#515197;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:6px;
	padding-bottom:0;
}
#menu {
	background-image:url(../images/menu_bg.jpg);
	background-repeat:no-repeat;
	width:790px;
	height:21px;
	margin-left:auto;
	margin-right:auto;
	padding-top:6px;
	padding-left:20px;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#menu ul .active a {
	background-color:#D1F0FA;
	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:#D1F0FA;
	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;
}
