html, body {
	height = 100%;
}

body {
	margin: 0;
	padding: 0;
	/*background: url(images/main-bg.jpg) repeat;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 200;
	color: #454545;
	background-color: #8b8686;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	color: #221D1D;
}

h2 {
	font-size: 2.75em;
}

h3 {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
	font-weight: 700;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 125%;
}

ol  li{
	font-size:14px;
	padding:2px;
}

strong, b {
	font-weight: 700;
}

a {
	color: #cc0000; /*#C81F18*/;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	padding: 10px 20px 0px 0px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
	overflow: hidden;
}

.container {
	width: 980px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
}

/* Logo */

#logo {
	width: 960px;
	height: 75px;/*150px;*/
	margin: 0px auto 30px auto;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	line-height: 100px;
	letter-spacing: -1px;
	text-align: center;
	/*text-transform: lowercase;*/
	font-size: 4.5em;
}

#logo h1 span {
	color: #1F1F1F;
}

#logo p {
	text-align: center;
	font-size: 16px;
	color: #595959;
}

#logo p a {
	color: #595959;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #cc0000; /*#C81F18*/;
}

/** MENU */

#menu {
	overflow: hidden;
	width: 1000px;
	background: #cc0000; /*#C81F18*/;
	font-size: 20px;
	color: #000000;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	padding: 15px 30px 15px 30px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	font-weight: 200;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	background: #950D08;
	color: #FFFFFF;
}

#menu .last {
	border-right: none;
}

/** PAGE */

#page {
}

/** CONTENT */

#content {
}

/** SIDEBAR */

#sidebar {
}

/* Footer */

#footer {
	overflow: hidden;
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	padding: 40px 0 15px 0;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	text-align: center;
	/*text-shadow: 1px 1px 0px #FFFFFF;*/
	text-transform: uppercase;
	color: #363636;
}

#footer a {
	color: #363636;
}

/* Footer Content */

#footer-content {
	overflow: hidden;
	width: 1000px;
	padding: 50px;
	background: #ECECEC;
	/*text-shadow: 1px 1px 0px #FFFFFF;*/
	color: #666666;
}

#footer-content h2 {
	padding: 0px 0px 30px 0px;
	text-transform: uppercase;
	font-size: 24px;
}

#footer-content #fbox1 {
	float: left;
	width: 600px;
	margin-right: 30px;
}

#footer-content #fbox2 {
	float: left;
	width: 200px;
}

#footer-content #fbox3 {
	float: right;
	width: 200px;
}

/* Welcome */


#welcome {
	width: 900px;
	margin: 0px auto;
	padding: 30px 50px;
}

#welcome .content {
	padding: 0px 0px 40px 0px;
	border-bottom: 1px solid #D4D4D4;
}

#welcome h2 {
	padding: 0px 0px 20px 0px;
}

#welcome h2 a {
	text-decoration: none;
	color: #000000;
}

/* Contact */
#contact {
	width: 900px;
	height:140px;
	margin: 0px auto;
	padding: 5px 10px;
}

#contact .content {
	padding: 0px 0px 40px 0px;
}


/* Three Columns */

#three-columns {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	padding: 0px 50px 30px 50px;
}

#three-columns .content {
	overflow: hidden;
	padding: 0px 0px 50px 0px;
	border-bottom: 1px solid #D4D4D4;
}

#three-columns h2 {
	padding: 0px 0px 20px 0px;
	color: #000000;
}

#three-columns #column1 {
	float: left;
	width: 260px;
	margin-right: 40px;
}

#three-columns #column2 {
	float: left;
	width: 400px;
}

#three-columns #column3 {
	float: right;
	width: 260px;
}

/* Two Columns */

#two-columns {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	padding: 40px 50px 50px 50px;
}

#two-columns h2 {
	padding: 0px 0px 20px 0px;
	color: #000000;
}

#two-columns #col1 {
	float: right;
	width: 680px;
}

#two-columns #col2 {
	float: left;
	width: 280px;
}

/* A mix of the formatting from the two and three columns that came with the template
 (added by Rachel) */

#two-columns-three {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	padding: 0px 50px 30px 50px;
}

#two-columns-three .content {
	overflow: hidden;
	padding: 30px 0px 30px 0px;
	border-bottom: 1px solid #D4D4D4;
}

#two-columns-three h2 {
	padding: 0px 0px 20px 0px;
	color: #000000;
}

#two-columns-three #col1 {
	float: left;
	width: 680px;
}

#two-columns-three #col2 {
	float: right;
	width: 280px;
}


/* List Style 1 */

.list-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style1 li {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #D4D4D4;
}

.list-style1 .date {
	font-weight: bold;
	color: #212121;
}

.list-style1 .first {
	padding-top: 0px;
	border-top: none;
}


/* List Style 2 */

.list-style2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	list-style: none;
}

.list-style2 li {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #D4D4D4;
}


.list-style2 .first {
	padding-top: 0px;
	border-top: none;
}

/* List Style 3 */

.list-style3 {
	margin-left:20px;
}

.list-style3 li {
	padding: 10px 0px 10px 0px;
}

.list-style3 .first {
	padding-top: 0px;
}

/* List Style 1 */

.link-style {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	background: #cc0000; /*#C81F18*/;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: 1px 0px 1px #5C1111;
	text-transform: uppercase;
	color: #FFFFFF;
}


/*Format Tables*/
table {
	border-collapse:collapse;
}

.headercol {
	background-color:#ffcc00
}

th,td,table{
	border: 2px solid #A1A1A1;
}

thead {
	background-color:#A1A1A1;
	border: 2px solid black;
}

td {
	padding: 10px;
	vertical-align: middle;
	color: #000000;
}

th {
	padding: 10px;
	vertical-align: middle;
	color: #FFFFFF;
}

h4{
	font-size:16px;
}

/* Red (#cc0000), black (#000000), gold (#ffcc00), and white (#ffffff), are the official colors of the University of Maryland*/
.week  td{
	padding: 5px;
	background-color: #ffcc00;
	border: 0px solid black;
}

.exam {
	background-color: #cc0000;
	color: #FFFFFF;
	font-weight: 500;
	text-align: center;
}




