html,body { color: black; background-image: url(layoutCSSBW/bg1.gif); background-repeat: repeat; height:100%; margin:0px; padding:0px; }

/* * *
Text
* * */
p {}
td {}
a:link { color: #840000 }
a:visited { color: purple }
a:hover { color: purple }
a:active { color: red }

.lineType { font-size: 12px; font-family: arial; font-weight: bold; }
.bodyType { font-size: 12px; font-family: arial; }
.footType { font-size: 11px; font-family: arial; }
.subTitle { color: #000000; font-size: 14px; font-family: arial; font-weight: bold; }
.title1 { color: #000000; font-size: 18px; font-family: arial; font-weight: normal; }
.title2 { color: #ffffff; font-size: 18px; font-family: arial; font-weight: normal; padding-top: 3px; padding-bottom: 3px; padding-left: 5px; padding-right: 5px; }
.build { font-size: 15px; font-family: arial; font-weight: bolder; }
.linkPad { font-size: 12px; font-family: arial; padding-left: 5px; padding-bottom: 3px; background-color: #E2E6EB; }
.bordertop { border-top:thin #0e1622; }

/* * *
Universal Layout
* * */

#mainWrap {
width: 980px;
height: auto !important;
height: 100%;
min-height:100%;
border-left-style:solid; border-left-color:#000000; border-left-width: 1px;
border-right-style:solid; border-right-color:#000000; border-right-width: 1px;
/*   border-bottom-style:solid; border-bottom-color:#000000; border-bottom-width: 1px;
border-top-style:solid; border-top-color:#000000; border-top-width: 1px;    */
position:relative;
margin:0 auto;
background-image:url(layoutCSSBW/fullBGfade.gif); background-repeat:repeat-y;
}

#header {
width: 980px;
/*position:relative;*/
background-image:url(layoutCSSBW/headerBGfade.gif);
}

#content {
width: 980px;
/*position:relative;*/
background-image:url(layoutCSSBW/contentBGfade.gif); background-repeat:repeat-y;
}

#footer{
width: 980px;
position:relative;
background-image:url(layoutCSSBW/footerBGfade.gif); background-repeat:repeat-y;
}

#anchor {
width: 980px;
position:absolute;
bottom: 0px;
background-image:url(layoutCSSBW/footerBGfade.gif); background-repeat:repeat-y;
}


/* * *
Table Properties
* * */

#pad5 {
padding: 5px;
}

#pad5top {
padding-top: 5px; padding-bottom: 5px;
}