html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 16px;
}

#container {
	min-height: 100%;
	position: relative;
}

#header {
	background: #c1ceff;
	padding: 10px;
}

#body {
	padding: 10px;
	padding-bottom: 60px; /* Height of the footer */
	
}

#bodyContent {
	padding-top: 1em;
	margin: 0 0 0 210px;
	/*
	border: 1px solid red;
	*/
	text-align: justify;
}

#menu{
	float: left;
	width: 180px;
	margin-left: 0px;
	width: 150px;
	padding-top: 35px;
	height: 214px;
	padding-left: 50px;
	background: url(../img/background.jpg) no-repeat;
}
		
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px; /* Height of the footer */
	background: #9ec3f1;
	padding-top: 5px;
	vertical-align: bottom;
}

/* other non-essential CSS */
#header p,#header h1 {
	margin: 0;
	padding: 10px 0 0 10px;
}

#footer p {
	margin: 0;
	padding: 10px;
}

.menuLink {
	display: block;
	color: black;
	/*border: 1px solid red;*/
	text-decoration: none;
	
	color: #464545;
	font-family: Trebuchet MS;
	font-size: 16px;
	height: 23px;
	display:block;
	text-decoration: none;
	padding: 8px 0 0 0px;
	font-weight:normal;
}

.menuLink:hover {
	color: black;
}

.selectedLink {
	text-decoration: none;
	display: block;
	color: #9ec3f1;
}

a {
	color: #464545;
	font-family: Trebuchet MS;
	font-size: 16px;
}


