	div {display:bock;}
	.contentBar {padding:20px 0; overflow:hidden;position:relative;width:100%}
	.red {background-color:rgb(204,0,0);color:#ffffff;font-size=large;}
	.white{background-color:rgb(255,255,255);font-size=large;}
	.logoBar{margin-left:35px;margin-bottom:10px;padding-top:5px;}
		#main-menu {
			position:relative;
			z-index:9999;
			width:auto;
		}
		#main-menu ul {
			width:12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
		}
.bodyClass{margin: 0pt; padding:0pt;}
.root{position: relative; width:1000px; margin-left: auto; margin-right:auto;}
            /*
            .jssorb01 div           (normal)
            .jssorb01 div:hover     (normal mouseover)
            .jssorb01 .av           (active)
            .jssorb01 .av:hover     (active mouseover)
            .jssorb01 .dn           (mousedown)
            */
            .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av
            {
                filter: alpha(opacity=70);
                opacity: .7;
                overflow:hidden;
                cursor: pointer;
                border: #000 1px solid;
            }
            .jssorb01 div { background-color: gray; }
            .jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
            .jssorb01 .av { background-color: #fff; }
            .jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }

            /* jssor slider arrow navigator skin 05 css */
            /*
            .jssora05l              (normal)
            .jssora05r              (normal)
            .jssora05l:hover        (normal mouseover)
            .jssora05r:hover        (normal mouseover)
            .jssora05ldn            (mousedown)
            .jssora05rdn            (mousedown)
            */
            .jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn
            {
            	position: absolute;
            	cursor: pointer;
            	display: block;
                background: url(img/a17.png) no-repeat;
                overflow:hidden;
            }
            .jssora05l { background-position: -10px -40px; }
            .jssora05r { background-position: -70px -40px; }
            .jssora05l:hover { background-position: -130px -40px; }
            .jssora05r:hover { background-position: -190px -40px; }
            .jssora05ldn { background-position: -250px -40px; }
            .jssora05rdn { background-position: -310px -40px; }

.four-column-section{width:25%;float:left;margin:0px;}
.four-column-section div {margin:auto; width:90%;text-align:left;}
.three-column-section{width:33%;float:left;margin:0px;}
.three-column-section div {margin:auto; width:90%;text-align:left;}
.two-column-section{width:50%;float:left;margin:0px;}
.two-column-section div {margin:auto; width:90%;text-align:left;}
.single-column-section {padding:0px 10px 0px 10px;}
.single-column-section div {margin:auto; text-align:left;}
.single-column-section div ul li {margin:1em 0;}
.single-column-section div.ruler {margin:0px; width:100%;text-align:left;}
.heading {font-size:x-large;color:#8cd5ea}