#header h2, #contents h2 {
color: #9999FF;
margin: 12px auto;
text-align: center;
font-style: italic;
font-weight: bold;
font-size: 18px;
font-family: "Times New Roman", Times, serif;
}

#contents {
clear: left;
width: 100%;
height: 275px;
}

#colleft {
position: relative;
clear: both;
float: left;
width: 50%;
}

#collefttwo {
clear: right;
float: left;
width: 50%;
}

#colcenter {
position: relative;
clear: both;
float: left;
left: 200px;
width: 216px;
line-height: 150%;
}

#colleft ul, #collefttwo ul {
display: block;
list-style-type: none;
margin-top: 18px;
}

#colcenter ul {
display: block;
list-style-type: none;
}

.url {
margin-bottom: 32px;
}

.divider {
margin: 36px 8px 8px;
border-top: 1px solid #999999;
}