body {margin:0;
	padding:0;
	font: 14px/19px Roboto, sans-serif;
	background-color: #fff;
	color: #222;
	text-align: left: 
	
}
a {
	text-decoration:none;
	color:#33B5E5;
	cursor: pointer;
	outline:none
}
a:hover {
	color:#0099CC;
}
ul{margin:15px;}
li{list-style-type:upper-roman;
	 list-style-position: outside;
	margin: 0 0 15px;}
li li{list-style-type:decimal;}
li li li{list-style-type:circle;}
li p{padding:5px 0 0 15px}
#Standards li{list-style-type:decimal;}

h1{font-size: 22px; font-weight: bold; margin: 20px 0 10px;}
h2{font-size: 18px; font-weight: bold;}
h3{font-size: 18px; font-weight: bold;}
p{margin: 0 0 15px;}

#blueBar,.banner{padding:0;}
div{padding:0 15px;}

#blueBar {
    background-color: #000000;
    width: 100%;
    clear: both;
    height: 160px;
    height: 140px;
	background-image:url(../../images/webchat/index/header_bg_m.jpg);
	background-position:center left;
	background-repeat:no-repeat;
}
.web #blueBar {	background-position:top center;}


.banner .logo{
background-position:top left;
}
.banner .home{
background-position: bottom left;
vertical-align: top;
float: right;
width: 110px;
height: 60px;
margin-top: 26px;
filter:alpha(opacity=90);-moz-opacity:0.9;-khtml-opacity: 0.9;opacity: 0.9;
display:none;}
.banner .home:hover{
filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}
.banner{
	margin:0 15px;}
.web .banner{
	width:1000px;
	margin:0 auto;}
.banner a{
margin-top: 40px;
display: inline-block;
height:80px;
width:150px;
background-image:url(../../images/webchat/index/logo-m.png);
background-repeat:no-repeat;
background-size: 100% 100%;}


