@charset "utf-8";
body {
	margin:0 0 20px 0;
	font-family:Arial, Helvetica, Verdana;
	font-size:.8em;
	background-image:url(../images/page_bg.jpg);

}
h1 {
	padding:0;
	margin:0;
	font-size:1em;
	text-indent: -5000px;
}
p {
	margin-top:0;
	padding-top:0;
}
a {
	color:#000;
}
a:hover {
	text-decoration:none;
}
#flash {
	width:770px;
	height:494px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:28px;
	border: 1px solid #a3a3a3;
}
#flashmenu {
	height:19px;
	width:770px;
	padding-top:4px;
	text-align:center;
	background-color:#f3b90e;
	border-bottom:solid 1px #000;
}
#flashmenu a {
	color:#666666;
	font-size:11px;
	padding:0 10px;
	font-weight:bold;
	text-decoration:none;
}
#flashmenu a:hover {
	color:#FFF;
}
#header {
	background-image:url(images/page_bg.jpg);
	background-repeat:no-repeat;
	border:solid 2px #FFF;
	border-bottom:none;
	width:696px;
	height:90px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
}
#mid {
	background-image:url(images/page_mid_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:100%;
}
#bottom {
	background-image:url(images/bottom_intro_bg.jpg);
	background-repeat:no-repeat;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 50px;
	padding-bottom: 20px;
	text-align:center;
}
#content {
	background-image:url(images/content_top_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#00A9D9;
	border:solid 2px #FFF;
	border-top:none;
	width:656px;
	color:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
}
#content h1 {
	color:#17469E;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.6em;
	text-align:center;
	text-indent:0;
	margin:25px 50px;
}
#content h2 {
	color:#FFD503;
	font-weight:bold;
	font-size:1.4em;
	margin-bottom:6px;
}
#content a {
	color:#FFF;
}
#content a:hover {
	text-decoration:none;
}
#menu {
	background-image:url(images/menu_bg.jpg);
	background-repeat:no-repeat;
	border-left:solid 2px #FFF;
	border-right:solid 2px #FFF;
	width:456px;
	height:22px;
	padding-left:240px;
	margin-left:auto;
	margin-right:auto;
	padding-top:6px;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#menu ul .active a {
	background-color:#FFD503;
	color:#000;
}
#menu ul li a {
	padding:7px 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:#FFF;
	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:#FFF;
	text-decoration:underline;
	font-weight:bold;
}
a:hover .presentation {
	font-weight:bold;
	text-decoration:none;
	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:#800;
	font-weight:bold;
}

