@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url(OpenSans.eot);
	src: local('Open Sans'), local('OpenSans'), url(OpenSans.eot) format('embedded-opentype'), url(OpenSans.woff) format('woff'), url(OpenSans.ttf) format('truetype');
}

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-size: 90%;
	font-family: 'Open Sans', sans-serif;
	color: #595959;
}

img {
	border: 0;
}

a {
	color: #BF1C3C;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: underline;
}


#container {
	margin: 0 auto;
	width: 900px;
}

#headercont {
	width: 900px;
	height: 120px;
	border-bottom: 2px solid #BF1C3C;
	padding: 10px 0 0 0;
}

#headerlogo {
	float: right;
	width: 275px;
	height: 80px;
	margin: 10px 0 0 0;
}

#headermenu {
	float: left;
	width: 500px;
	height: 80px;
}

#headermenu ul {
	padding: 0;
	list-style-type: none;
	color: #CCC;
}

#headermenu ul li {
	float: left;
	margin: 0 0 0 10px;
}

#headermenu ul li a {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	text-decoration: none;
	color: #333;
	background: #E5E5E5;
	height: 80px;
	width: 80px;
}

#headermenu ul li a.active {
	text-decoration: none;
	color: #FFFFFF;
	background: #BF1C3C;
}

#headermenu ul li a:hover {
	text-decoration: none;
	color: #999;
}

#headermenu ul li a.active:hover {
	text-decoration: none;
	color: #CCC;
}

#maincont {
	width: 900px;
	line-height: 160%;
	padding: 15px 0 0 0;
}

#maincont p, table {
	margin: 0 15px 15px 15px;
}

#maincont h2, h3 {
	margin: 0 0 15px 0;
	padding: 5px 15px;
	font-weight: normal;
	color: #BF1C3C;
	border-bottom: 1px solid #E5E5E5;
}

#maincont h2 {
	font-size: 120%;
}

#maincont h3 {
	font-size: 100%;
}

#mainleft {
	float: left;
	width: 585px;
	padding: 0 15px 0 0;
}

#mainleft img {
	float: left;
	border: 1px solid #CDCDCD;
	padding: 5px;
	margin: 0 15px 5px 15px;
}

#mainright {
	float: left;
	width: 285px;
	padding: 0 0 0 15px;
}

#bottom {
	clear: both;
	width: 900px;
}

#footerspacer {
	height: 35px;
}

#footersticky {
	z-index: 100;
	position: fixed;
	bottom: 0px;
	border: 0px;

	height: 25px;
	margin: 0 auto;
}

/* ############################################################################## */

.training_table {
}
.training_table tr,th,td {
	padding: 2px;
}
.training_table th {
	color: #BF1C3C;
}

.training_header th {
	text-align: left;
}

.training_month {
	font-weight: bold;
	padding-left: 5ex;
	padding-top: 2ex;
}

