body {
    color: black;
    background-color: #CCCCCC;
    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
}
h1 {
    font-size: 150%;
}
h2 {
    font-size: 125%;
}
a {
    color: #3366CC;
    text-decoration: none;
}
#all {
    min-width: 550px;
    background-color: white;
    /*border: medium solid black;*/
}
#header {
    margin: 0px;
    padding: 0.25em 20px 0.25em 20px;
    background-color: #003399;
    color: white;
	border-bottom: 5px solid #CCCCCC;
}
#sidebar {
    width: 300px;
    float: right;
    margin: 0px;
    padding: 20px 20px 0px 20px;
}
#sidebar ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}
#sidebar ul li {
    line-height: 1.5em;
}
#content {
    margin: 0px 340px 0px 0px;
    padding: 20px 20px 0px 20px;
    border-right: 5px solid #CCCCCC;
}
/*
#footer {
    clear: right;
    text-align: center;
    background-color: blue;
    font-size: 0.75em;
}
*/
.clear {
    clear: both;
	/* IE6 exhibits odd redisplay glitches
	   if the empty clearing DIV has no width.  */
	width: 1em;
    line-height: 1px;
}

