em{
	text-decoration: underline;
}
.float-left{
	float: left;
}
.title{
	font-size: 17px;
	padding: 15px 5px 10px 59px;	
}
.clear{
	clear: both;
	padding: 0 !important;
	margin: 0 !important;
	height: 0 !important;
}
.italic{
	font-style: italic;
}
.bold{
	font-weight: bold;
}
.bullet{
    background: url("../img/start-big-icon.png") no-repeat scroll 0 center transparent;
    padding: 0 0 0 25px;
}
.center{
	text-align: center;
}
.border{
	border: 1px solid #F6F6F6;
}
#left{
	background: none repeat scroll 0 0 #F5F5F5;
	width: 20%;
	margin: 1% 0 1% 1%;
}
#left .title-help{
    background-color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d5d5d5));
	background: -webkit-linear-gradient(top, #ffffff, #d5d5d5);
	background: -moz-linear-gradient(top, #ffffff, #d5d5d5);
	background: -ms-linear-gradient(top, #ffffff, #d5d5d5);
	background: -o-linear-gradient(top, #ffffff, #d5d5d5);
	background: linear-gradient(top, #ffffff, #d5d5d5);
    -webkit-border-radius:3px 3px 0 0;
       -moz-border-radius:3px 3px 0 0;
            border-radius:3px 3px 0 0;
    border: 1px solid #ddd;
    

}
#left .title-help h3{
	background: url("../img/help-icon.png") no-repeat;
	height: 40px;
	line-height: 40px;
	padding-left: 66px;
}
#right{
	width: 75%;
	margin-left: 1%;
	margin-top: 1%;
	padding-bottom: 20px;
}
#right .top-title{
	color: #222222;
	padding: 10px 0 27px;
	font-size: 22px;
	margin: 5px 0;
	border-bottom: 1px solid #DDDDDD;
	text-shadow:0 1px #FFF;
}
#right #breadscrum a{
    border: 1px solid #DDDDDD;
    clear: both;
    display: inline-block;
    padding: 5px;
}
#right #breadscrum a.active{
	font-weight: bold;
}
div.body p{
    line-height: 25px;
    padding: 5px 0;
    text-align: justify;
}
div.body > div{
	padding: 10px 0;
}
img.float-left{
	margin-right: 20px;
}
ul.help-menu{
	list-style: none;
	border: 1px solid #ddd;
}
ul.help-menu li{
	background: #FAFAFA;
	border-bottom: 1px solid #FFF;
}
ul.help-menu li a{
	display: block;
	padding: 5px 10px;
	color: #22665d;
}
ul.help-menu li a:hover{
	text-decoration: none;
	background: #3a9f92;
	color: #ffd259;
}
ul.list{
	list-style: none;
}
ul.list li{
	display: block;
	padding: 5px 0;
}
ul.list li a{
	display: inline-block;
	width: 300px;
}