@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding: 0 5px 0 5px;  
} 

.twoColFixLtHdr #topnav { 
	background: #BDBDBD;
	width: 925px;
	height: 20px;
	vertical-align:middle;
	margin-bottom:10px;
} 

.twoColFixLtHdr #topnav h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	vertical-align:middle;
	padding-top: 3px;
	margin-left: 8px;
}


.twoColFixLtHdr #topnav a {
	color:#000000;
	text-decoration:none;
	
}

.twoColFixLtHdr #topnav a:hover {
	color:#FFFFFF;

}

.twoColFixLtHdr #wrapper {
	width: 925px;
	height: 100%;
	overflow: hidden;

}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 100%;
	background: #CCC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px;
	overflow: auto;
        margin-bottom: -6000px;
        padding-bottom: 6000px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 22px;
	border-width: 1px;
	border-style:solid;
	border-color: #BDBDBD;
}

.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 50px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 100%;
	background: #F3F3F3; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px;
	overflow: auto;
        margin-bottom: -6000px;
        padding-bottom: 6000px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #003366;
	line-height: 22px;
	border-width: 1px;
	border-style:solid;
	border-color: #BDBDBD;
}

.twoColFixLtHdr #sidebar1 a {
	color: #003366;
	text-decoration:none;
}

.twoColFixLtHdr #sidebar1 a:hover {
	color: #003366;
	font-weight:bold;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 10px 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 7px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border-width: 1px;
	border-style:solid;
	border-color: #BDBDBD;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	letter-spacing: 0.6px;
	line-height: 16px;
}

.twoColFixLtHdr #mainContent2 { 
	margin: 0 0 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border-width: 1px;
	border-style:solid;
	border-color: #BDBDBD;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	letter-spacing: 0.6px;
	line-height: 16px;
}

.twoColFixLtHdr #mainContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-family:Arial, Helvetica, sans-serif;
	color: #BDBDBD;
	font-weight:bold;
	font-size: 28px;
	line-height: 26px;
	padding-top: 15px;
}

.twoColFixLtHdr #mainContent h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.6px;
	font-weight: bold;
}

.twoColFixLtHdr #mainContent h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.6px;
	font-weight: normal;
}

.twoColFixLtHdr #mainContent h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	letter-spacing: 0.6px;
	font-weight: bold;
}

.trainers {
	font-family:Arial, Helvetica, sans-serif;
	color: #3670BE;
	font-size: 14px;
	letter-spacing: 0.6px;
	font-weight: bold;
}

.italic {
	font-style:italic;
}

.twoColFixLtHdr #mainContent a {
	color: #671E1C;
	font-weight:bold;
}

.twoColFixLtHdr #mainContent2 a {
	color: #671E1C;
	font-weight:bold;
}

.twoColFixLtHdr #mainContent a:hover {
	color: #000000;
}

.twoColFixLtHdr #footer { 
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#BDBDBD; 
	height: 15px;
	margin-bottom: 10px;
} 

.twoColFixLtHdr #bottombuttons { 
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0px;
	background:#FFFFFF; 
	width: 940px;
}

.twoColFixLtHdr #bottombuttons p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0 4px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	border-style: solid;
	border-color:#666666;
	border-width: 1px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	letter-spacing: 1px;
}



.headernav {
	position: relative;
	width: 350px;
	top: -65px;
	left: 340px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#671E1C;
}

.headernav a:hover {
	color:#000000;
	font-size: 14px;
}

.headernav a {
	color:#671E1C;
	text-decoration:none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.bold {
	font-weight:bold;
}

.white {
	color:#FFFFFF;
}

.links {
	color:#671E1C;
	font-weight:bold;
}

.bodylinks {
	color:#671E1C;
	font-weight:bold;
}

#bottomboxlist {
	list-style:none;
}

#bottomboxlist li {
	display:inline;
}

.copyright {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}

.pressborder {
	border: thin;
	border-color:#333333;
}

.westernbold { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color:#333333}
.westernboldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
font-weight: bold color: #990000 ; 		color: #990000;
	font-weight: bold;
}
.western { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height:130%}
.table1 {border:solid 5px; border-color: #00142D}
.table1 td {border:none}
.table1 tr#row1 {border-bottom-color:#660033; border-bottom-width:medium}
.dayofweek {background-color: #999999; font-size:12px; font-weight:bold}
#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}