body{
margin:0;
padding:0;
line-height: 1.2em;
}


h1 { font-size: 26px; line-height: 1.2; margin: 0.5em 40px 20px; }
h2 { font-size: 22px; line-height: 1.3; margin: 1em 0 .2em; }
h3 { font-size: 20px; line-height: 1.3; margin: 1em 0 .2em;color:blue; }
h4 { font-size: 18px; margin: 1.33em 0 .2em; }
h5 { font-size: 14px; margin: 1.67em 0; font-weight: bold; }
h6 { font-size: 1.15em; margin: 1.67em 0; font-weight: bold; }
p { font: 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;}
.footer { color:white;}

a.plink { font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;color:blue;}
a.plink hover{ font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; color:darkblue;}


.alignleft { float: left; border:10px solid white;}
.alignright { float: right; border:10px solid white; }
img.alignleft { display: inline; margin: 0 7px 2px 0; padding: 4px; }
img.alignright { display: inline; margin: 0 0 2px 7px; padding: 4px; }
.entry div.alignleft { float: left; margin: 0 8px 7px 0; }

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border: 3px solid darkgray;
}

#topsection{
background: url(images/rightwayvanheader.jpg) no-repeat;
height: 209px; /*Height of top section*/
}


#contentwrapper{
float: left;
width: 100%;
padding:0px auto;
margin-top:-5px;
background:url(images/midgrayborder.jpg) repeat-y;
}

#contentcolumn{
margin-left: 170px; /*Set left margin to LeftColumnWidth*/
margin-top:0px;
border-left:2px solid gray;
padding-bottom:20px;

}

#leftcolumn{
margin-top:-10px;
float: left;
width: 170px; /*Width of left column*/
margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
background: ;
}

#footer{
clear: left;
width: 100%;
height:100px;
background:#000066;


}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
margin-right:50px;
margin-left:30px;
}


.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 5px solid white; /*bottom horizontal line that runs beneath tabs*/
background:black;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 10px 12px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
border-top: 1px solid white;
color: white;
background: black; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #000066; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}