body{margin:20px 0px 0px 0px;background:#fbfbfb url(images/bg.png) repeat-x;font-family:arial;font-size:14px;color:#000000;line-height:22px;}
h1{margin:0px;padding:0px;font-size:22px;color:#0075be;}
h2{margin:0px;padding:0px;font-size:20px;color:#0075be;}
a{color:#0000ee;}
a:hover{text-decoration:none;}

ul.lipad li{padding-top:10px;}

#header{margin:0px auto 20px auto;width:915px;height:158px;text-align:center;}

#ctop{margin:0px auto;width:916px;height:13px;background:url(images/page-shadow-top.png) no-repeat;}
#cbottom{margin:0px auto;width:916px;height:13px;background:url(images/page-shadow-bottom.png) no-repeat;}
#content{margin:0px auto;width:916px;background:url(images/page-shadow-bg.png) repeat-y;}

#center{float:right;width:680px;padding:0px 10px;}

#left{float:left;width:180px;padding-left:20px;}
#left ul{margin:0px;padding:0px;list-style-type:none;}
#left li{margin-top:10px;}

#footer{margin-top:20px;text-align:center;font-size:12px;}
#footer a{padding:0px 2px;}
#copyright{margin-top:10px;}

.b{font-weight:bold;}
.c{text-align:center;}
.i{font-style:italic;}
.bigger{font-size:16px;}
.box{margin-top:20px;}
.box2{margin-top:40px;}
.bgFoatFix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
* html .bgFoatFix {height:1%;}

/* IE6 PNG HACK */
* html #header,* html #ctop,* html #cbottom,*html #content{
    azimuth: expression(
        this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
    );
