@charset "UTF-8";
/* CSS Document */

body {
background:#000;
font-family:Arial, Helvetica, sans-serif;
color:#FFF;
font-size:11px;
line-height:16px;
margin:0;
}

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

a:link {color:#ff4525;text-decoration:underline;}
a:active {color:#ff4525;text-decoration:underline;}
a:visited {color:#ff4525;text-decoration:underline;}
a:hover {color:#FFF;text-decoration:underline;}

#header {
width:900px;
height:175px;
float:left;
}

#header a {
display:block;
width:900px;
height:175px;
background:url(images/header-main.jpg);
}

#header a span {
display:none;
}

#menu-container {
float:left;
margin: 0 0 0 115px;
font-size:12px;
}

#menu-container ul {
margin:0;
padding:0;
}

#menu-container li {
list-style:none;
margin:0 7px 0 0;
padding:0;
float:left;
}

#menu-container a:link {
color:#FFF;
font-weight:bold;
text-decoration:none;
}

#menu-container a:active {
color:#FFF;
font-weight:bold;
text-decoration:none;
}

#menu-container a:visited {
color:#FFF;
font-weight:bold;
text-decoration:none;
}

#menu-container a:hover {
color:#ff4525;
}

#content-container {
float:left;
width:785px;
margin: 7px 0 0 115px;
}

#footer {
float:left;
width:785px;
margin: 20px 0 0 115px;
padding-top:10px;
border-top:1px solid #5e1408;
}

h1 {
font-size:12px;
color:#ff4525;
margin:0;
line-height:normal;
}

h2 {
font-size:10px;
margin:0;
text-transform:uppercase;
font-style:italic;
line-height:normal;
padding-bottom:4px;
border-bottom:1px solid #5e1408;
}

.sect-head {
margin: 0 0 20px 0;
}

.one-col {width:785px;}
.three-col {width:153px;}
.five-col {width:266px;}
.six-col {width:325px;}

.fltlft {float:left;}
.fltrght {float:right;}

.instr-pic {
margin: 0 0 10px 0;
}

.twentymarginright {
margin-right:20px;
}

ol, ul {
margin:0;
padding: 0 0 0 16px;
}

.orange1 {
color:#ff4525;
font-weight:bold;
font-style:italic;
}
.orange2 {
color:#ff4525;
}
.orange3 {
color:#ff4525;
font-style:italic;
}

a img {border:0px;}

table {margin-bottom:16px; width:100%;}
th {text-align:left;padding:0 0 10px 0;}

table.sked td {border:1px solid #5e1408;}
table.sked th {text-align:center;padding:0;}
td.beg {background:#FF0;color:#000;text-align:center;}
td.adv {background:#ff4525;color:#000;text-align:center;}
td.pvt {background:#5e1408;text-align:center;}
