body {
    background-color: #80c0ff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin: 72px 8% 0 264px;
    padding: 0px;
}
#sidebar {
    position: absolute;
    left: 40px;
    top: 105px;
    width: 150px;
    font-size: 1.0em;
}
#sidebar h3 {
    font-size: 1.2em;
}
#logoDiv {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
}

#contentdiv {
	line-height: 1.5;
        padding-top: 20px;
	font-size: 1.0em;
        color: #445566;
}
#contentdiv p {
        font-weight: bolder;
}
h1, h2, h3 {
	margin: 0 0 6px;
	color: #af03ff;
}
h3 {
	margin-top: 16px;	
}
p {
	margin: 0px 0px 16px;
}
#footer {
	font-size: .6em;
	margin-top: 36px;
        text-align: right;
}

#navlist {
        margin: 0;
        padding: 0;
        list-style-type: none;
}
#navlist a, #navlist a:visited {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 2px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #b9dbd7;
	background-image:  url(btn_down.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #0000b0;
	text-decoration: none;
}
#navlist a:hover {
	background-color: #0000b0;
	background-image:  url(btn_hover.png);
	color: #b9dbd7;
}
#sidebar #navlist .cemlink {
	background-color: #0000b0;
	background-image:  url(btn_hover.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #b9dbd7 !important;
	font-weight: bold;
	cursor: default;
}
#button {
    border: none;
    color: #ff00bf;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.0em;
    padding: 8px 16px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: #35ccba;
}