#topDiv {
    width: 100%;
    text-align: center;
    background-color: beige;
    padding-top: 7px;
    padding-bottom: 7px;
}
#mainDiv {
    width: 80%;
    float: left;
    padding-top: 15px;
}
#rightBar {
    width: 20%;
    float: left;
}
h1 {
	color: #5882FA;
}
h2 {
    color: #3338b7;
    padding-left: 6px;
}
#h1Title {
    color: darkblue;
}
.tblIndent {
	border: 0px;
}
.thIndent1 {
	width:	25px;
}
.ulITSkills li {
    color: #4365a2;
    background-color: aliceblue;
    border: 1px solid #5882FA;
    list-style: none;
    margin-left: -35px;
    padding-left: 5px;
    padding-top: 3px;
    padding-right: 2px;
    padding-bottom: 3px;
    text-align: center;
    margin-bottom: 3px;
    border-radius: 4px;
}
.ulBusSkills li {
    color: darkgoldenrod;
    background-color: #fff7ed;
    border: 1px solid #715129;
    list-style: none;
    margin-left: -35px;
    padding-left: 5px;
    padding-top: 3px;
    padding-right: 2px;
    padding-bottom: 3px;
    text-align: center;
    margin-bottom: 3px;
    border-radius: 4px;
}