body{
     text-align:center;
     padding-top: 10px;
     padding-bottom: 10px;
     bbackground-image: url(images/stripes.gif); 
     background-color: #e8e8e8;
}

body, p, td {
      font-family: geneva, verdana, Arial, helvetica, san-serif;
      font-size: 14px; 
      line-height: 1.2em;
      color:#000000;
}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
	background-image: url(images/top.gif); 
height: 150px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
	background: url(images/middle.gif) repeat-y scroll left top;
	text-align: left;
	margin-left: 0px; /*200px; /*Set left margin to LeftColumnWidth*/
}

#contentcolumn{
	text-align: left;
	margin-left: 0px; /*200px; /*Set left margin to LeftColumnWidth*/
}

img.floatLeft { 
    float: left; 
    margin: 7px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

#footer{
clear: left;
width: 100%;
bbackground: black;
color: #333333;
text-align: center;
padding: 4px 0;
	font-size:11px;
	background: url(images/bottom.gif) no-repeat;
	height: 80px;
}

#footer a{
color: #333333;
}

#bottomnav {
	font-size: 13px;
	padding-top:3px;
	padding-bottom:5px;
	
}

.copy {font-size: 11px; color:#333333; }

.innertube {
	margin-top:10px;
	margin-right:45px;
	margin-bottom:10px;
	margin-left:45px;
	line-height: 1.3em;
}

h1  {
	font-size: 30px;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
}

h2  {
	font-size: 24px;
	text-align: left;
	padding-top:10px;
	padding-bottom:10px;
}

.formlabel {
           padding-top:7px;
           padding-left:0px; 
           padding-right:0px; 
           text-align:right;
}

.formlabel2 {
           padding-top:7px;
           padding-left:7px; 
           padding-right:5px; 
           text-align:left;
}

.formdata {
           width:100px; 
           height:18px; 
           font-family:Tahoma; 
           font-size:12px; 
           padding-left:5px;
           border-width:1px; 
           border-style:solid; 
           border-color:#838383;
}

.shhh{display:none;}

.size10 {
        font-size: 11px;
        line-height: 12px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
	text-align:center;
}

.indentmenu ul{
margin: 0;
padding: 5px;
float: center; /* left */
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: center; /* left */
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.gif) center center repeat-x;
}

/* end of DynamicDrive's Indent Menu */
