body {
background-image: url(img/85885.png);
background-color: rgba(255,255,255,0.7);
background-blend-mode:lighten;
margin:0px;
padding:0px;
text-align:center;
}
#outer {
margin:0px auto 0px auto;
width:980px;
color:#111111;
text-align:left;
}
#header {
border: 10px ridge #FF9933;
padding:10px 0px 20px 0px;
height:90px;
}
.description {
font-size:20px;
padding-left:10px;
}

.nav{
margin:0px 0px 0px 0px;
font-size:20px;
text-align: center;
font-weight:bold;
background: #FF9933;
display: table;
width: 980px;
}
.nav li{
display: table-cell;
min-width: 50px;
}
.nav li+li{
border-left: 1px solid white;
}
.nav a{
padding:6px 3px 6px 3px;
display: block;
width: 100%;
text-align: center;
color:white;
text-decoration: none;
}
.nav li.active{
background: #FFCC66;
}
.nav li:hover{
background: #FFCC66;
}

.box {
float:left;
background:#FF9933;
margin:0px 145px 10px 145px;
padding:2px 10px 2px 10px;
width:660px;
}
.box:hover{
background-color:#FFCC66;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}
.day {
font-size:20px;
float:left;
width:200px;
color:white;
font-weight: bold;
}
.title {
font-size:20px;
color:white;
float:right;
width:456px;
font-weight: bold;
}
label {
display: block;
cursor: pointer;
}
label:hover {
  background: #555;
}
input[type="checkbox"].on-off{
    display: none;
}
.inf {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    list-style: none;
font-weight:bold;
font-size:20px;
float:left;
color:black;
margin:20px 0px 20px 0px;
}
input[type="checkbox"].on-off + div{
display: none;
}
input[type="checkbox"].on-off:checked + div{
display: block;
}
.inner {
font-size:20px;
line-height:150%;
padding:30px 15px 0px 15px;
}
ul {
margin: 0 0 0 1em;
padding: 0;
}
li {
list-style:disc; 
}
P {
margin:1em 0 1em 0;
line-height:150%;
}
img{
border:0px;
}
hr {
border-width: 1px 0px 0px 0px;
border-style: solid;
border-color: #cccccc;
height: 1px;
}
a{
color:#003366;
}
h1 {
font-size:40px;
color: #FF9933;
}
h1 a{
font-weight:bold;
color: #8c0000;
text-decoration:none;
}
h1 a:hover{
text-decoration:underline;
}
h2 {
font-size:25px;
margin:0px 0px 0px 0px;
padding:7px 0px 0px 7px;
}
h3 {
font-size:25px;
margin:0px 0px 0px 0px;
padding:7px 0px 0px 7px;
}
h4 {
font-size:25px;
margin:0px 0px 0px 0px;
padding:7px 0px 0px 7px;
}
#footer {
padding-top:20px;
font-size:15px;
height:100px;
clear:both;
color:black;
text-align:center;
}
#footer a{
font-size:20px;
color:#444444;
}
blockquote{
border:1px solid #ccc;
padding:5px;
margin:10px;
}