/* font */
@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('font/League_Gothic-webfont.eot');
	src: local('☺'), url('font/League_Gothic-webfont.woff') format('woff'), url('font/League_Gothic-webfont.ttf') format('truetype'), url('font/League_Gothic-webfont.svg#webfontpm5EArBj') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/


.coursecalendar {
float: left;
width: 230px;
font-size: 19px;
font-family: Calibri;
color: #000;
font-weight: bold;
text-transform: uppercase;
background-image:url(../images/course-calendar.png);
background-repeat: no-repeat;
background-position: 0px 0px;
padding-top: 3px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 33px;
margin-top: 15px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
display: block;
}
.coursecalendar a:hover {
color: #ff5410;
font-weight: bold;
text-transform: uppercase;
display: block;
text-decoration: none;
}
.coursecalendar a {
color: #000;
font-weight: bold;
text-transform: uppercase;
display: block;
text-decoration: none;
}

.knowmore {
width: 214px;
margin: 0px;
padding: 0px;
float: right;
margin-top: 18px;
}
.innerright img {
padding: 0px;
margin-bottom: 12px;
margin-top: 5px;
}
.copyright {
line-height:15px;;


}