body {
width: 90%;
font-family:Helvetica,Times;
}

h4 {
margin-top: 16px;
}

#header {
text-align: right;
font-size: x-large;
font-weight: bold;
font-style: italic;
letter-spacing: 0.2em;
padding-right: 160px;
}

#container {
position: relative;
width: 100%;
}

#left_col {
width: 200px;
position: absolute;
left: 0;
top: 0;
text-align: right;
}

#left_col a {
text-decoration: none;
}

#left_col li {
background-image: url(images/menu_underscore.png);
background-repeat: no-repeat;
background-position: right bottom;
}
#left_col ul {
list-style-type: none;
line-height: 200%;
}

#page_content {
margin-right: 200px;
margin-left: 220px;
}


#page_content dt {
font-weight: bold;
}

#right_col {
width: 180px;
position: absolute;
right: 0;
top: 0;
font-size: small;
}

#right_col dt {
font-weight: bold;
}

#footer {
margin-top: 10px;
text-align: center;
font-size: x-small;
}

a:link {
text-decoration: underline;
color: black;
background-color: white;
}

a:visited {
text-decoration: underline;
color: black;
background-color: white;
}

a:active {
text-decoration: underline;
color: black;
background-color: white;
}

a:hover {
text-decoration: none;
color: #cb0000;
background-color: white;
}

