body{
	margin: 0;
	padding: 0;
}

#fixedsidebar {
	position:absolute;
	left: 0;
	width: 8em;
	letter-spacing:2px;
}
body > #fixedsidebar {
    position: fixed;
}
#fixedsidebar a {
    display: block;
    text-decoration:none;
    text-indent: .7em;
    color: #0049FF;
    font-weight: bold;
    font-size:medium;
}
#fixedsidebar a:hover {
    color:#00CCFF;
    
}
#content {
	margin-left: 11em;
	margin-top: 0;
	width: 75%;
}
#content li{
  padding-bottom: 6px;
  padding-top: 0px;
  list-style-position: inside;
}
#content ul{
  margin-left: 0; 
  padding-left: 0;
  margin-bottom: 0;
}

#header{
	background: #0049FF;
	border-bottom:2px solid black;
	text-indent: .7em;
}		
#header p{
	text-align:left;
}
body > #header {
	overflow: hidden;
}
#footer{
	clear:both;
	margin-left: 11em;
   padding-top: 20px;
	width: 75%;
	border-top: 2px solid black;
}		
#footer a {
    text-decoration: none;
    color: blue;
    font-weight: bold;
    font-size: smaller;
}
#footer a:hover {
    color:#000099;
}
	
h2 {
	color: #FFFFFF;
	letter-spacing: 3px;
	font-variant:small-caps;
	margin-bottom: 3px;
	margin-top: 3px;
}
