@charset "utf-8";
/* CSS Document */
@font-face {
 font-family: 'Jura';
 font-style: normal;
 font-weight: 400;
 src: local('Jura Regular'), local('Jura-Regular'), url(font/JuraRegular.woff) format('woff');
}
 @font-face {
 font-family: 'Lato';
 font-style: normal;
 font-weight: 400;
 src: local('Lato Regular'), local('Lato-Regular'), url(font/LatoRegular.woff) format('woff');
}
@font-face {
 font-family: 'Lato';
 font-style: normal;
 font-weight: 700;
 src: local('Lato Bold'), local('Lato-Bold'), url(font/LatoBold.woff) format('woff');
}
* {
	padding:0;
	margin:0;
}
body {
	background-color:#8A0000;
	font-family: 'Lato';
	font-size:100%;
	line-height:120%;
}
a {
	color:#8a0000;
	text-decoration:none;
}
h1, h2, h3 {
	font-family: 'Jura';
}
#container {
	margin:5px;
	background-color:#FFF;
	-webkit-border-radius:0 0 15px 15px;
	-moz-border-radius:0 0 15px 15px;
	border-radius:0 0 15px 15px;
}
#header {
	background: url(images/header_bg.png) repeat-x scroll center center transparent;
	border-width: 0;
	height: 139px;
	margin: 0;
	padding: 10px 0 0 10px;
	vertical-align:middle;
}
#header #logo {
	float:left;
}
#header #title {
	margin:35px 0 0 150px;
}
#header #title h1 {
	color:#fff;
	font-size:150%;
}
#header #title h2 {
	color:#fff;
	font-size:100%;
}
#content #contentBox {
	background-color: #F0F0F0;
	border:1px solid #C0C0C0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:10px;
	margin:20px;
}
ul#facultyList {
	list-style:none;
	margin-left:30px;
}
ul#facultyList li {
	line-height:120%;
	margin-bottom:5px;
}
#footer {
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:center;
	font-size:70%;
	color:#8A0000;
}
