body {
	background-color: #ccffff;
	font-size: 80%;
	font-family: "arial", "sans-serif";
}
#wrapper {
	width: 100%; 
	background-color: #ccffff;
}
#header {
	font-size: 75%;
	text-align: right;
}
#alert {
	color: red;
	font-weight: bold;
}
#title {
	background-color: #99cccc;
	margin: 2px 0;
	padding: 2px 0;
	height: 6em;
	text-align: center;
	border: 2px groove #000000;
}
#title h1 {
	margin: 2px 0;
	padding: 2px 0;
	font-size: 160%;
	text-align: center;
}
#path {
	margin: 0;
	text-align: left;
}
#pathlist li {
	display: inline;
	list-style-type:none;
}
#pathlist li a {
	margin-right:2px;
	padding-right:3px;
}
#container {
	position: relative;
	margin: 5px 0;
	width: 100%;
	background-color: #ccffff;
}
#maincontent {
	text-align: left;
	margin-left: 185px;
	font-size: 100%;
        padding: 10px;
	background-color: #ccffff;
}
#maincontent h2 {
	clear: both;
	margin: 2px;
	padding: 2px;
	background-color: #99ccff;
}
.tablelike {
	float: left;
        padding: 0;
	font-size: 95%;
	width: 10em; 
	display: table;
	text-align: center;
        margin-left: -40px;
}
.tablelike li {
	height: 4.8em;
	list-style: none;
	white-space: pre;
	padding: 0.1em;
	border: 2px ridge #ffffff;
}
.tablelike a {
	font-weight: bold;
}

#sidebar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
}
#nav {
        margin-left: 0;
        padding-left: 0;
	font-size: 125%;
	text-align: center;
	width: 165px;
	display: block;
	background-color: #0033ff;
	color: #ffffff;
	list-style: none;
}
#nav li {
	padding: 7px;
	border: 2px outset #000000;
	font-weight: bold;
}
#nav a {
	color: #ffffff;
}
#nav li a:hover{
	color: #ff0033;
	background: none;
}
#footer {
	clear: left;
	background-color: #99cccc;
	height: 5em;
	text-align: center;
	border: 2px groove #000000;
}
#footer p{
#	text-align: justify;
	color: #cc0033;
	padding: 1px 20%;
	margin: 0;
}
.backhome {
	text-align: left;
	padding: 1px;
	margin: 0;
}
#floatmenu {
	clear: left;
	background-color: #99cccc;
	height: 5em;
	text-align: center;
	border: 2px groove #000000;
	position: Absolute;
	bottom: 0px;
}

