body{
margin: 20px 0 0 0;
padding:0;
font-family: Trebuchet MS, Times New Roman, Georgia, Andale Mono, serif;
}

h1 {
font-size: 24px;
font-variant: small-caps;
}

h2 {
font-size: 18px;
font-variant: small-caps;
}

p, li, td, input {
font-size: 12px;
}

.ifld {
  width: 300px;
  height: 13px;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-image: url(images/bg_green.jpg);
background-repeat: repeat;
}

#topsection{
height: 150px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
border-top: 1px solid black;
}

#contentcolumn a {
  color: #874e89;
  color: #571959;
  font-weight: bold;
  text-decoration: none;
}

#contentcolumn a:hover {
  color: #909867;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background-image: url(images/bg_teal.jpg);
background-repeat: repeat;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.innertuber{
margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#leftgraph {
margin-top: 20px;
margin-left: 16px;
}

#naomi {
float: left;
}

#headline {
float: right;
}

#menu, #menu li {
  font-family: Trebuchet MS, Times New Roman, Georgia, Andale Mono, serif;
  font-size: 14px;
  font-variant: small-caps;
  line-height: 1.5em;
}

#menu {
  margin-top: 10px;
  list-style: url(images/3dots.jpg);
}

#menu a {
  text-decoration: none;
  color: #000000;
}

#menu a:hover {
  color: #ffffff;
}

#submenu {
  font-family: Trebuchet MS, Times New Roman, Georgia, Andale Mono, serif;
  font-size: 12px;
  font-variant: small-caps;
  line-height: 1.5em;
  margin-left: 0px;
}

#submenu a {
  text-decoration: none;
  color: #000000;
}

#submenu a:hover {
  color: #ffffff;
}

#schedule, #vendors {
  font-size: 12px;
}

#vendors td {
  vertical-align: top;
}