
body {
    color: #ffffff;
    background-color: #bbccdd;
}

#banner, #footer {
    background-color: #000000;
    color: #ffffff;
    border-top: 2px solid #666666;
    border-bottom: 1px solid #aaaaaa;
}

#footer {
    padding: 10px;
}

#content {
	color: black;
	background-color: white;
	margin: 20px 40px; 
	padding: 10px;
}

#content h1 { 
	margin: 20px 20px; 
   	padding: 10px;
}

#topmenu {
	color: white;
	background-color: black;
	border-top: solid 1px white;
}

#outer { 
    border-left: solid 250px #d0d0d0;  /* color of the left column  */ 
    background-color: #ffffff; /* color of the content column */
} 

#inner {
    background-color: white;
	padding: 10px 0px;
}

#left {
    color: #000000;
	margin: 20px 0px -20px; 
	padding: 10px;
}

#topmenu a {
	color: #eeeeee;
	font-weight:bold;
	text-decoration:none;
}

#topmenu a:hover {
	background-color: #eeeeee;
	color: #666666;
	font-weight:bold;
	cursor: pointer;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #666666;
	background-color: #eeeeee;
}

#left dl dt {
    font-weight: bold;
    margin-right: 20px;
    border-bottom: solid 1px black;
}
#left dl dd {
    margin-left: 0px;
    margin-right: 2em;
    padding-bottom: 1em;
}

