@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

.header {
/*	background: #4C1213; */
	background: #000000;
	align-content: center;
	
}

.footer {
	background: #4C1213;
	align-content: left;
	width: 100%;
	color: white;
	margin-top: 45px;
	padding-top: 20px;
	padding-bottom: 15px;
	display: inline-block;
}

.headercenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  padding-bottom: 20px;
  padding-top: 20px;
}

.bodycenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  padding-bottom: 30px;
  padding-top: 40px;
}

.left {
  margin-left: 3%;
  width: 47%;
  height: auto;
  padding-bottom: 10px;
  padding-top: 30px;
  padding-right: 5%;
}


/* Style the navbar */
#navbar {
  overflow: hidden;
  text-align: center;
  background-color: #EDEBEB;
  box-shadow: 0 2px 4px -0.5px rgba(0,0,0,.25);
  width: 100%;
  z-index: 9999;
}

.logo{
	width: 140px;
	padding-top: 14px;
}

#logo_left{
	float: left;
}

#logo_right{
	float: right;
}

#f_left{
	float: left;
	padding-right: 60px;
}

#f_mid{
	float: left;
}

#f_right{
	float: right;
	padding-right: 30px;
}

#f_bottom h6{
	font-size: 12px;
}

/* Navbar links */
#navbar a {
  float: none;
  display: inline-block;
  color: #404041;
  padding: 14px;
  text-decoration: none;
  font-family:BentonSansRegular,'Arial Narrow',Arial,sans-serif; font-weght: 400;
  font-size: 18px;
}

#navbar a:hover {
  background-color: #900;
  color: #FFFFFF;
}

#navbar a.active {
  background-color: #900;
  color: #FFFFFF;
}

/* Style Text */
p {
	font-family:BentonSansRegular,'Arial Narrow',Arial,sans-serif;
	font-size: 18px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 150%;
}

p.tbl {
	font-family:BentonSansRegular,'Arial Narrow',Arial,sans-serif;
	font-size: 17px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 150%;
	text-align: center;
}

p.subhead {
	font-family:BentonSansRegular,'Arial Narrow',Arial,sans-serif;
	font-size: 20px;
	width: 85%;
	line-height: 150%;
	color: #404041;
	text-align: center;
	margin: auto;
}

a {
	font-family:BentonSansRegular,'Arial Narrow',Arial,sans-serif;
	font-style: normal;
	font-size: 18px;
	color: #900;
	font-weight: normal;
	text-decoration: none;
}

a.listlink {
	color: black;
}

a.listlink:hover {
	color: #900;
}

a:hover {
	text-decoration: underline;
}

p em {
	font-family:BentonSansRegular,'Arial Narrow',Arial,sans-serif;
	font-style: normal;
	font-size: 18px;
	color: #900;
	font-weight: bold;
}

p em2 {
	font-family:BentonSansRegular,'Arial Narrow',Arial,sans-serif;
	font-style: normal;
	font-size: 18px;
	color: #900;
}

p ob {
	font-style: oblique;
}

ul {
	font-family:BentonSansRegular,'Arial Narrow',Arial,sans-serif;
	font-size: 18px;
	margin-left: 75px;
	margin-right: 30px;
	list-style-type: square;
	list-style-position: outside;
	line-height: 150%;
}

li {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
}

h1 {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	color: #900;
	font-size: 72px;
	padding-bottom: 20px;
	padding-top: 40px;
	text-align: center;
}

h2 {
	font-family:BentonSansRegular,'Arial Narrow',Arial,sans-serif;
	font-weight: bold;
	color: #900;
	font-size: 32px;
	padding-bottom: 3px;
	padding-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
}

h3 {
	font-family:BentonSansRegular,'Arial Narrow',Arial,sans-serif;
	font-weight: normal;
	color: #900;
	font-size: 24px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 20px;
}

h4 {
	font-family:BentonSansRegular,'Arial Narrow',Arial,sans-serif;
	font-weight: normal;
	color: #900;
	font-size: 22px;
	text-align: center;
}

h4.left {
	text-align: left;
	margin-right: 30px;
	color: #404041;
}

h5 {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: normal;
	color: #F1BE48;
	font-size: 21px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 5px;
}

h5.gray {
	font-family: BentonSansRegular,'Arial Narrow',Arial,sans-serif;
	color: #404041;
	line-height: 140%;
}

h6 {
	font-family:BentonSansRegular,'Arial Narrow',Arial,sans-serif;
	font-weight: normal;
	color: #ffffff;
	font-size: 14px;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 140%;
}

h6 a {
	color:#BEBEBE;
	font-size: 12px;
}

table.ctr {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
}

table.lft {
	table-layout: fixed;
	margin-left: 30px;
	margin-right: 30px;
	width: 96%;
}

th {
	padding: 10px;
}

td {
	padding-top: 10px; padding-bottom: 10px;
	padding-left: 15px; padding-right: 15px; 
	vertical-align: top;
}

tr {

}

hr {
	width: 95%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border-color: #404041;
}

.button.button1 {
  background-color: white;
  font-family: BentonSansRegular,'Arial Narrow',Arial,sans-serif;
  border: 2px solid;
  border-color: #900;
  color: #900;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%
}

.button1:hover {
  background-color: #900;
  color: white;
  cursor: pointer;
}

a.anchor {
    padding-top: 70px;
	margin-top: -70px;
    visibility: hidden;
}

/* Images */
.image {
		border: 0;

		position: relative;
	}

		/* .image img {
			display: block;
		} */

		.image.left, .image.right {
			max-width: 22%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			margin: 0 10px 50px 20px;
			padding: 20px 50px 0 0;
			/*top: 0.25em; */
		}

		.image.right {
			float: right;
			margin: 0 20px 0 10px;
			padding: 0 0 0 50px;
			/*top: 0.25em;*/
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

.stud_img {
	max-width: 100%;
	disply: block;
	margin: 0;
	padding: 0;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
} 
