

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

b{font-size: 110%;}
em{color: red;}

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

#topsection{
background: #D9D9D9;
height: 100px; /*Height of top section*/
color:  #B4045F;
font-size: 24pt;
position: center
}

#topsection h1{
margin: 0;
padding-top: 10px;
font-size: 36pt;
position: center
color: navy
}

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

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column*/
margin-left: -830px; /*Set left margin to -(MainContainerWidth)*/

}
 
/* Navigation Pane */

#nav {float: left; width:165px; 
      border:1px solid #000; 
      padding:11px;  
      margin: 1px;}

#nav .title {clear: both; border:2px solid #fff; 
                  border-color:#000 #cde #cde #000; 
                  text-align:center; background:#D9D9D9; 
                  padding:1px 0; margin:1px 0; 
                  font-weight:bold; color:#fff;
                  }
#nav .clear {clear: both;}

#nav p {font-size: 12pt;}

#nav .leftbutton {clear: left; float: left; background-color: #A6B8DD; border: 2px #A6B8DD outset; 
           padding: 2px 5px; color: black; text-align: center; 
           text-decoration: none;  display:block; width:40%;
           font: bold 80% Verdana, Helvetica, sans-serif; 
           margin: 0px 0px 0px 0px;
           }
#nav .leftbutton:hover{border-style: inset; background-color: #B0C4FF; padding: 3px 4px 1px 6px;
                 /*shift text 1px to the right and down*/}
#nav .leftbutton:visited, .leftbutton:active{color: black;}

#nav .rightbutton {clear: right; float: right; background-color: #A6B8DD; border: 2px #A6B8DD outset; 
           padding: 2px 5px; color: black; text-align: center; 
           text-decoration: none;  display:block; width:40%;
           font: bold 80% Verdana, Helvetica, sans-serif; 
           margin: 0px 0px 0px 0px;
           }
#nav .rightbutton:hover{border-style: inset; background-color: #B0C4FF; padding: 3px 4px 1px 6px;
                 /*shift text 1px to the right and down*/}
#nav .rightbutton:visited, .rightbutton:active{color: black;}

#nav .centerbutton {clear: both; background-color: #D9D9D9; border: 2px #D9D9D9  outset; 
           padding: 2px 5px; color: #C12267; text-align: center; 
           text-decoration: none;  display:block; width:95%;
           font: bold 80% Verdana, Helvetica, sans-serif;
           margin: 4px 2px 4px 2px;
           }
#nav .centerbutton:hover{border-style: inset; background-color: #6D7B8D; color: #F6358A; padding: 3px 4px 1px 6px;
                 /*shift text 1px to the right and down*/}

#pad3 {clear:left; display:block; width:165px; 
height:20px; float:left
}

#footer{background: #C12267;color: #FFF}
#footer p{font-size: .55em; margin:0;}
#footer{clear:both;width:100%}

#footer a{
color: #FFFF80;
}

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

