/* CSS Document */


body{
margin:0;
padding:0;
line-height: 1.5em;

}

b{font-size: 110%;}




#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #ff0000;
height:130px; /*Height of top section*/
}

#topsection h1{
color: #ffffff;
margin: 0;
padding-top: 15px;
text-transform:lowercase;
font-family: "verdana";
font-size: 250%;


}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/

}

#contentcolumn h2{
background:#000;
color:#fff;
font: bold 150% courier;


}
#contentcolumn h3{

color:#000;
font: bold 130% verdana;


}
#contentcolumn a{
color:#ff6600; text-decoration:none;
}
#contentcolumn a:hover{
color:#fff;
background-color:#00ad82;
}
#rightcolumn{
float: left;
  padding-bottom:50px;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
background: #000;
color:#fff;
font: 100% verdana;
}
#rightcolumn a{
color:#ff6600; text-decoration:none;
}
#rightcolumn a:hover{
color:#00ad82;

}
#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
font-size: 20px;
font-face: verdana;
padding: 4px 0;
}

#footer a{
color: #ffffff;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
#vdividermenu ul{

margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font: bold 100% verdana;
width: 100%;
border: 1px dotted #000000;
background-color: #ffffff;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: black;
padding: 2px 12px;
text-decoration: none;
background: transparent url("../TFimages/vertical.gif") center right no-repeat;
}

#vdividermenu ul li a:visited{
color: black;
}

#vdividermenu ul li a:hover{
color: white;
background-color: black;
}


