.meizoeditdiv {
        position: relative;
	top: 10px;
	display: inline;
}
#mainContent a, #rightCol a {
    color: #144d9e;
    line-height: 150%;
    text-decoration: none;

}
#mainContent li, #rightCol li {

    list-style-position: inside;
    list-style-image: url(../img/bullet-arrow.png);
    display: list-item;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
}
a:hover{
	color: #00acff;
}

/******************************************************
settings for left column
******************************************************/

#mainContent {
	color: #515151;
	font-size: 90%;
	line-height: 150%;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
	color: #0c479d;
	font-weight: normal;
	font-style: normal;
}

#mainContent h1{
	font-size: 160%;
	border-top: 1px solid #c6c6c6;
	padding-top: 1em;
}
#mainContent h2{
	font-size: 130%;
	width: auto;
}
#mainContent h3{
	font-size: 130%;
	border-top: 1px solid #cfcfcf;
	padding-top: 1em;
	margin-top: 20px;
}

#mainContent h4{
	font-size: 130%;
}




#mainContent img{
	padding: 5px;
	margin-left: 0;
	border: 1px solid #cfcfcf;
	margin-right: 0px;
	margin-bottom: 15px;
	float: right;
}

#mainContent em {
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
}

#mainContent strong{
	font-weight: normal;
	font-style: normal;
	color: #6199d2;
}

#mainContent em img{
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
}



/******************************************************
settings for right column
******************************************************/
#rightCol {
	color: #515151;
	font-size: 90%;
	line-height: 150%;
}

#rightCol h1, #rightCol h2, #rightCol h3, #rightCol h4 {
	color: #0c479d;
	font-weight: normal;
	font-style: normal;
}

#rightCol h1{
	font-size: 160%;
	border-top: 1px solid #cfcfcf;
	padding-top: 1em;
}
#rightCol h2{
	font-size: 130%;
}
#rightCol h3{
	font-size: 130%;
	border-top: 1px solid #cfcfcf;
	padding-top: 1em;
	margin-top: 20px;
}

#rightCol h4{
	font-size: 130%;
}




#rightCol img{
	padding: 5px;
	margin-left: 0;
	border: 1px solid #c3cec3;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}








