html,body{
	background-color:#DDDDDD;
}

h1{
	font-size: 190%;
	font-weight: normal;
	color:#000000;
}

h2{
	font-weight: normal;
	font-size: 150%;
	color:#000000;
}

h3{
	font-weight: bold;
	font-size: 130%;
	color:#000000;
}

h4{
	font-weight: bold;
	font-size: 120%;
	color:#000000;
}

h5 {
	font-weight: bold;
	font-size: 120%;
	color:#000000;
}

a{
	color: #1f2f54;
        text-decoration:none;
}

a:hover{
        color: #1f2f54;
        text-decoration:underline;
}

a:visited{
        color: #660099;
        text-decoration:none;
}

#main-content{
	margin-left: 15%;
	color: black;
}

#header {
	background-color: #172028;
	background-repeat: repeat-y;
	border-bottom: 0px solid #999999;
	/*padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 75px;*/
	height: 7em;
}

#side-bar{
	width: 14%;
	float: left;
	background-color: #172028;
        /* background-color: #C7C9B8; */
	border-right: 1px solid #2E4050;
	border-bottom: 1px solid #2E4050;
	color: #4E4F43;
	padding: 0.5em;
	margin:0;
}

#side-bar li a {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	padding-left: 1em;
	border-bottom: 1px solid #2E4050;
        /* border-bottom: 1px solid #BBBEAB; */
	border-top: 1px solid #2E4050;
        /* border-top: 1px solid #D2D3C6; */
	color: #CCCCCC;
	text-decoration: none;
}

#side-bar li a:hover {
	background-color: #DDDDDD;
        color: black;
}

#toc{
	margin: 1em auto 1em 0;
	padding: 0em 0.5em;
	border: 1px dashed gray;
	background-color: #BBBBBB;
	display: table;	
}

#toc .title{
	font-weight: bold;
	margin: 0.1em 0  ;
	padding: 0 0.5em;
	text-align: center;
        color: black;
        white-space: nowrap;
}