@charset "utf-8";
#container1 {
	background-color: #0099FF;
	height: auto;
	width: 98%;
}
#header {
	background-color: #0099FF;
	height: 100px;
	width: 900px;
}
#container2 {
	color: #000000;
	background-color: #0099FF;
}
#menu {
	background-color: #0099FF;
	float: left;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	padding: 5px;
	height: auto;
	width: 10%;
}
#content {
	background-color: #0099FF;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	overflow: auto;
	float: none;
	padding: 10px;
	height: 400px;
}
mn {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #333333;
	font-style: normal;
	text-transform: uppercase;
}
#footer {
	background-color: #0099FF;
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	text-align: center;
	font-style: italic;
	color: #CCCCCC;
}

a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #000000;
}
