body {
 color: #010066;
 background: #cdcdcd;
 background-image: url(assets/img/pagebg.png);
 background-repeat: repeat-y;
 background-position: 50% 150px;
 font-family: Georgia, serif;
 font-size: 100%;
 margin: 0;
}

#header {
 height: 150px;
 width: 700px;
 background: #cdcdcd;
 background-image: url(assets/img/logo.jpg);
 background-repeat: no-repeat;
 background-position: 10px bottom;
 padding-top: 15px;
 margin-left: auto;
 margin-right: auto;
}


#frame {
 width: 699px;
 margin-left: auto;
 margin-right: auto;
 border-top: 12px solid #010066;
}

#left {
 width: 190px;
 padding: 5px;
 color: #fff;
 text-align: left;
 float: left;
}

#left h3 {
 margin-left: 0;
 margin-top: 0;
}

#right {
 padding: 0 5px;
 width: 480px;
 background: #fff;
 color: #000;
 text-align: center;
}

#right a:link,
#right a:active {
 color: #010066;
}

#right a:visited {
 color: #999;
}

#right a:hover {
 color: #339;
}

#right img {
 border: thin solid #010066;
 margin: 2px;
}

#content {
  width: 450px;
  text-align: left;
  margin: 2px auto;
}

head:first-child+body #right {
 padding: 5px;
 width: 479px;
 margin-left: 201px;
}

h2.headingr {
 margin: 2px 0 4px 0;
 color: #010066;
 letter-spacing: 2px;
 border-bottom: thin dashed #010066;
 text-align: right;
}

h2.headingl {
 margin: 2px 0 4px 0;
 color: #010066;
 letter-spacing: 2px;
 border-bottom: thin dashed #010066;
}

.frstletter {
 float: left;
 font-size: 400%;
 color: #010066;
 padding-left: 4px;
 margin-right: 2px;
 margin-top: -8px;
 margin-bottom: -8px;
}

.clr {
 clear: both;
 height: 0;
 margin: 0;
 font-size: 1px;
 line-height: 0;
}

#csoon {
 font-size: 2em;
 font-weight: bold;
 text-align: center;
 margin: 20px;
}

.menu_section {
 padding: 0 10px 5px 5px;
 text-align: left;
}

.mtitle {
 font-family: Georgia, serif;
 font-size: 160%;
 font-weight: bold;
 letter-spacing: 2px;
}

.menu_section ul {
 list-style: none;
 margin-left: 0;
 margin-top: 0;
 padding: 0;
}

.menu_section ul li {
 padding: 0 0 4px 4px;
}


.menu_section ul li a {
 color: #cdcdcd;
 text-decoration: none;
 font-weight: normal;
 font-family: sans-serif;
 font-size: 100%;
}

.menu_section ul li a:hover {
 text-decoration: underline;
}

.about_sect {
 margin-bottom: 10px;
}

#mileage {
 font-size: 11px;
 font-family: sans-serif;
 width: 420px;
 border-collapse: collapse;
 margin: auto;
}

.tbl_head {
 color: #fff;
 font-weight: bold;
 background: #010066;
}

.odd {
 color: #000;
 background: #cdcdcd;
}

.even {
 color: #000;
 background: #999;
}

.start_sch {
 text-align: right;
 border: thin solid #010066;
}

.chico,
.colusa,
.gridley,
.oroville,
.paradise,
.yc_marysville {
 text-align: center;
 border: thin solid #010066;
}

#siteby {
 font-size: 10px;
 font-family: sans-serif;
 padding: 4px;
 padding-bottom: 0;
 margin-bottom: -4px;
 text-align: center;
}

#siteby a:link,
#siteby a:active {
 color: #cdcdcd;
 text-decoration: none;
 font-family: sans-serif;
 font-size: 10px;
}

#siteby a:visited {
 color: #999;
 text-decoration: none;
 font-family: sans-serif;
 font-size: 10px;
}

#siteby a:hover {
 color: #fff;
 text-decoration: underline;
 font-family: sans-serif;
 font-size: 10px;
}