/* According to http://www.scouting.org/webmasters/faq/identity.aspx
 *  Cub Scout Blue (Pantone 294) - #003399
 *  Cub Scout Yellow (Pantone 116) - #FFCC00
 */

body {
   background: #fff;
   color: #000;
}

h1 {
   /*margin: .5em auto;*/
   margin-bottom: 5px;
   padding-top: 10px;
   /*height: 106px;*/
   height: 53px;
   color: white;
   text-align: center;
   font-family: Arial, Verdana, sans-serif;
}

#home #menuhome { display: none; }

#title {
   height: 106px;
   background: #039 url(bgstripes.png) center repeat-x;
}

#title img { float: left; }

#title h2 {
   text-align: center;
   height: 40px;
   margin-top: 5px;
}

#menu {
   float: left;
   width: 8em;
   margin: .5em 0 .5em .5em;
   padding: .5em;
   background: #fc0;
   list-style-type: none;
}

#main {
   margin-left: 10em;
}

h2 {
   font-family: Arial, Verdana, sans-serif;
}

.subnav {
   font: x-small Arial, Verdana, sans-serif;
}

.leftcol {
   float: left;
   width: 33%;
}

.rightcol {
   margin-left: 33%;
}

/* .leftcol, .rightcol {
   padding: .5em;
} */

#footer {
   clear: both;
   font: x-small Arial, Verdana, sans-serif;
}
