body {
 color: #010066;
 background: #cdcdcd;
 background-image: url(img/leftbg.png);
 background-repeat: repeat-y;
 background-position: 50% top; 
 font-family: Georgia, serif;
 font-size: 100%;
 margin: 0;
}

#header {
 height: 150px;
 width: 900px;
 background: #cdcdcd;
 background-image: url(img/logo.jpg);
 background-repeat: no-repeat;
 background-position: 10px bottom;
 padding-top: 15px;
 margin-left: auto;
 margin-right: auto;
}

head:first-child+body #header{
 width: 900px;
}

#frame {
 width: 900px;
 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: 5px;
 width: 679px;
 background: #fff;
 color: #000;
 text-align: justify;
 margin-left: 200px;  
}

#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 2px 2px 10px;
}
/*
head:first-child+body #right {
 padding: 5px;
 width: 679px;
 margin-left: 200px; 
}
*/
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;
}

#bold_title {
 font-weight: bold;
 font-size: 1.25em;
 letter-spacing: .15em;
 text-align: left;
}

.frstletter {
 float: left;
 font-size: 400%;
 color: #010066;
 padding-left: 4px;
 margin-right: 2px;
 margin-top: -8px;
 margin-bottom: -8px; 
}

#frontimg {
 float: right;
}

.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;
}

.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;
}

/*
head:first-child+body .menu_section ul {
 margin-left: -36px;
}
*/
.menu_section ul li {
 padding-left: 4px;
}
/*
head:first-child+body .menu_section ul li {
 padding-left: 0;
}
*/
.menu_section ul li a:link,
.menu_section ul li a:active {
 color: #cdcdcd;
 text-decoration: none;
 font-weight: bold;
 font-family: sans-serif;
 font-size: 100%;
}

.menu_section ul li a:visited {
 color: #999;
 text-decoration: none;
 font-weight: bold;
 font-family: sans-serif;
 font-size: 100%;
}

.menu_section ul li a:hover {
 color: #fff;
 text-decoration: underline;
 font-weight: bold;
 font-family: sans-serif;
 font-size: 100%;
}

.about_sect {
 margin-bottom: 10px;
}

#mileage {
 font-size: 11px;
 font-family: sans-serif;
 width: 420px;
 border-collapse: collapse;
}

.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;
}