body{
margin:0;
padding:0;
line-height: 1.5em;
background: #white;
font-family:Tahoma, Geneva, sans-serif;
color:black;
}

b{font-size: 110%;}
em{color: red;}

a:link {text-decoration:none;}    /* unvisited link */
a:visited {text-decoration:none;} /* visited link */
a:hover {text-decoration:underline;}   /* mouse over link */
a:active {text-decoration:underline;}  /* selected link */

#maincontainer{
width: 600px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
margin-top: 15px;
background-color: white;
margin-bottom: 15px;
}


#leftcolumn{
float: left;
width: 100px; /*Width of left column*/
margin-left: 0px; /*Set left margin to -(MainContainerWidth)*/
background: #008fe8;
height: 100px;
border-style: solid;
border-width: 1px;
}

#topsection{

height: 70px; /*Height of top section*/
margin-left: 94px;
width: 704px;
border-style: solid;
border-width: 1px;
padding-top: 15px;
padding-bottom: 15px;
}

#topsection h1{
margin: 0;
padding-top: 15px;
color: white;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
padding-top: 10px;
height: 600px;
border-top: none;
border-bottom: none;
border-left: solid;
border-right: solid;
border-width: 0px;
}

#footer{
clear: left;
text-align: center;
padding: 4px 0;
border-style: solid;
border-width: 1px;
}

#footer a{
color: black;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


.centered {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

#cssmenu {
  width: 200px;
  border-style: solid solid solid solid;
  border-color: grey;
  border-size: 1px;
  border-width: 1px;
}
#cssmenu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#cssmenu li a {
  height: 32px;
  height: 24px;
  text-decoration: none;
  font-weight: normal;
}
#cssmenu li a:link,
#cssmenu li a:visited {
  color: black;
  display: block;
  background: url(images/v3.jpg);
  background-repeat: no-repeat;
  padding: 8px 0 0 10px;
}
#cssmenu li a:hover {
  color: black;
  background: url(images/v3.jpg) 0 -32px;
  background-repeat: no-repeat;
  padding: 8px 0 0 10px;
}
#cssmenu li a:active {
  color: black;
  background: url(images/v3.jpg) 0 -64px;
  background-repeat: no-repeat;
  padding: 8px 0 0 10px;
}
