body {
	background-color: #ccffff;
}
#wrapper {
	width: 100%; 
	background-color: #ccffff;
}
#header {
	background-color: #99ccff;
	margin: 5px 0;
	height: 70px;
	font-size: x-large;
	font-family: Palatino,serif;
	text-align: center;
}
#container {
	position: relative;
	margin: 5px 0;
	width: 100%;
	background-color: #C7D5ED;
}
#maincontent {
	margin-left: 205px;
        padding: 20px;
	background-color: #e0ffff;
	font-family: Times,serif;
}
#notice {
	background-color: #ffffff;
	border-top: 3px solid #00ff00;
	border-bottom: 3px solid #00ff00;
	border-left: 3px solid #00ff00;
	border-right: 3px solid #00ff00;
	padding: 15px;
	margin: 5px;
}
#notice2 {
	background-color: #ffffff;
	border-top: 3px solid #3366ff;
	border-bottom: 3px solid #3366ff;
	border-left: 3px solid #3366ff;
	border-right: 3px solid #3366ff;
	color: #4b0082
	font-weight: bold;
	font-size: large;
	padding: 15px;
	margin: 5px;
}
#sidebar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
}
#nav {
        margin-left: 0;
        padding-left: 0;
	width: 200px;
	display: block;
	background-color: #0033ff;
	color: #ffffff;
	list-style: none;
}
#nav li {
	padding: 13px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}
#nav a {
	color: #ffffff;
	font-weight: bold;
}
#nav li a:hover{
	color: #EC8602;
	background: none;
}
#footer {
	background-color: #DDDDDD;
	height: 50px;
	text-align: center;
}
#footer2 {
	background-color: #DDDDDD;
	height: 50px;
	text-align: center;
}
#bottommenu {
        margin-left: 0;
	padding-left: 0;
	width: 100%;
	list-style-type: none;
	background-color: #0033ff;
	color: #ffffff;
	font-weight: bold;
}
#bottommenu a {
        margin-left: 0;
	padding-left: 0;
	display: block;
	background-color: #0033ff;
	color: #ffffff;
	font-weight: bold;
}
#bottommenu li {
	list-style-type: none;
	float: left;
	width: 19.4%;
	background-color: #0033ff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}
#bottommenu li a:hover{
	color: #EC8602;
	background: none;
}

