﻿html,body{ min-height: 100%; margin: 0; padding: 0; } 
body
{
    background: #b6b7bc;
    background: -webkit-gradient(linear, left top, left bottom, from(#b6b7bc), color-stop(0.5, #b6b7bc), to(#656565));
    background: -moz-linear-gradient(left top, #b6b7bc, #656565);
    filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#b6b7bc', startColorstr='#656565', gradientType='0');
    min-height: 100%;
    font-size: .80em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    overflow: auto;
}

.page
{
    width: 1024px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #000;
    min-height:100%;
    overflow: auto;
}

TH {
	background-image: url(Images/Topgrad.gif);
}

TD
{
	text-align:left;
}

.WhiteBack {
	background-color: #FFFFFF;
}
.ThemeBack {
	background-color: #FFFFFF;
}

div#pipe {
	background-image: url('Images/back1.gif');
	height: 600px;
	width: 800px;
	z-index: 5;

}

.H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000080;
}

.H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000080;
}

.navlist { list-style-image: url(../images/arrow.gif); }
.navcontainer { margin-top:-10px; }

.navlistLink
{
    color:blue;
}


.h1Master
{
    font-size: 1.3em;
    font-weight:600;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.h2Master
{
    font-size: 1.2em;
    font-weight: 600;
}

.h3Master
{
    font-size: 1.0em;
    margin-left:5px;
}

.SectionHeader
{
    width:100%; 
    background-image: url(../Images/topgrad.gif); 
    background-repeat: repeat-x; 
    position: static; 
    padding-left:5px;
}
#ContentTitle
{
    color: White;
    margin-top: 15px;
    font-size:larger;
}
