/* PAGE LAYOUT STYLES */
body { 
		margin: 0; 
		font-family: 'Lato', sans-serif;
		background: #4D4D4D;
}

#wrapper{ 
	position:relative; 
	width:100%; 
}

#main{ 
	width: 960px; 
	margin: 0 auto; 
	background: #f2f2f2;
}

#inner{ 
	min-height: 500px; 
	padding: 1px 20px 20px 20px;
}

/* NAVIGATION STYLES */
nav {
	text-align: right;
	margin-top: 55px;
}

nav ul li {
	list-style: none;
}

nav ul li a {
	font-size: 20px;
	font-weight: 400;
	color: #81bcbe;
	text-decoration: none;
}

nav ul li a:hover{
	color: white;
}

/***TYPOGRAPHY***/
#title {
	font-size: 45px;
	font-weight: 700;
	color: white;
	margin-top: -315px;
	margin-left: 20px;
}

#subhead {
	font-size: 20px;
	font-weight: 400;
	color: white;
	margin-top: 50px;
	margin-left: 250px;
}

h3 {
	margin-top: 30px;
	margin-bottom: -10px;
}

h5  {
	font-size: 15px;
	margin-bottom: -5px;
}

a{
	padding: 8px 10px;
	color: #076277;
}	

a:hover, b{
	color: #896B36;	
	text-decoration: none;
}

li{
	list-style: square;
}

/***SCHEDULE TABLE***/
table {
	margin-top: 20px;
}

table tr td {
	padding: 2px;
}
