a.highlight:link {
	color: #00ff00;
	text-decoration: none;
}
a.highlight:visited {
	color: #00ff00;
	text-decoration: none;
}
a.highlight:hover {
	color: #ffffff;
	text-decoration: underline
}
a.hightlight.active {
	color: #00ff00;
	text-decoration: underline;
}
a.menulink:link {
	color: #a0a0f0;
	text-decoration: none;
}
a.menulink:visited {
	color: #a0a0f0;
	text-decoration: none; }
a.menulink:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.menulink:active {
	color: #00ff00;
	text-decoration: underline;
}
a.altlink:link {
	color: #7a5ada;
	text-decoration: none;
}
a.altlink:visited {
	color: #5a3aba;
	text-decoration: none; 
}
a.altlink:hover {
	color: #7a5ada;
	text-decoration: underline;
}
a.altlink:active {
	color: #7a5ada;
	text-decoration: underline;
}
a:link {
	color: #0000ff; 
}
a:visited {
	color: #52188c; 
}
hr {
	color: #ccd3dd
}
body {
	background-color: #46566b;

}
div#body {
	color: #000000;
	background-color: #ccd3dd;
	width: 80%;
	margin: 0 auto;
}
div#header {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-color: black;
	width: 100%;
	clear: both;
}
div#left {
	float: left;
	width: 10%;
	background-color: #ccd3dd;
}
div#middle {
	float: right;
	width: 90%;
	background-color: #ffffff;
}
div#footer {
	clear: both;
	background-color:black;
	width: 100%
	}

