.sidebar ul
{
	padding-left : 0px;
	display : block;
}

.sidebar li
{
	padding-left : 10px;
	padding-bottom : 15px;
	display : block;
}

.sidebar a
{
	display : block;
	border : black solid 1px;
	color : white;
	background : #4444d5;
}

.sidebar a:link
{ 
	color : white;
	text-decoration:none;
}
.sidebar a:visited
{
	color : white;
	text-decoration:none;
}
.sidebar a:active
{ 
	color : yellow;
	text-decoration:none;
}
.sidebar a:hover
{ 
	color : yellow;
	text-decoration:none;
}
.sidebar
{
	float : left;

	padding-top : 3em;
	padding-left : 0;
	padding-right : 1.5em;
	/* padding-bottom : 1000px; */
	height : 100%;
	margin : 0;

	background : navy;
	color : white;
	width : 9.5em;
	text-align: left;
}


.title a:link
{ 
	color : white;
	text-decoration:none;
}
.title a:visited
{
	color : white;
	text-decoration:none;
}
.title a:active
{ 
	color : yellow;
	text-decoration:none;
}
.title a:hover
{ 
	color : yellow;
	text-decoration:none;
}
.title
{
	text-align : center;

	width : 100%;
	clear : both;

	background : navy;
	color : white;
	padding-top : 2em;
	padding-bottom : 0;
}

.title h2
{
	line-height : 0;
	padding : 0;
	margin : 0;
}

.title p
{
	line-height : 0;
	padding : 0;
	margin : 0;
}

.mainbody
{
	left : 11em;
	top : 6em;
	bottom : 0em;
	right : 0em;
	background : white;
	color : black;
	padding : 3em;
	position : absolute;
	z-index : 0;
}

.null
{
	margin : 0;
	padding : 0;
	height : 100%;
}

body.null
{
	margin : 0;
	padding : 0;
	height : 100%;
}

html, body
{
	height : 100%;
}

h1
{
	font-size: medium;
	margin: 0px;
	padding: 0px;
}

