@charset "UTF-8";
/* CSS Document */

body{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background-color:#000000;
}
h1{
	font-size:28px;
	font-color: #ffffff;
	font-family: "Courier New", Courier, monospace;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	font-family: "Courier New", Courier, monospace;
}
h3 {
	font-size: 14px;
	line-height: 20px;
	font-family: "Courier New", Courier, monospace;
}
p {
	font-size: 14px;
	line-height: 20px;
	font-family: "Courier New", Courier, monospace;
}
div.wrapper {
	background-color:#FFFFFF;
	height:auto;
	width: 85%;
	margin:auto;
	padding: 5px;
	z-index: 10;
	visibility: inherit;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	position: absolute;
}
div.copyright {
	background-color: #FFFFFF;
	height: auto;
	width:auto;
	padding: 5px;
	margin: 5px;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	bottom: 0px;
	z-index: 11;
}
div.header {
	background-color:#000000;
	align: top;
	width: 75%;
	height: 50px;
	padding: 10px;
	margin: 10px;
	border-style:solid;
	border-color:#000000;
	border-width:thin;
}
div.sidebar {
	background-color:#999999;
	float: left;
	align: left;
	width: 25%;
	height: auto;
	padding: 10px;
	margin: 10px;
	border-style:solid;
	border-width:thin;
	border-color:#000000;
}
div.content {
	background-color:#999999;
	float: left;
	align: left;
	width: 50%;
	height: auto;
	padding: 10px;
	margin: 10px;
}
a.menu:link, a.submenu:link, a.menu:visited, a.submenu:visited {
	color:#FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	list-style-type: none;
}
a.menu:hover, a.submenu:hover {
	background-color:#FFFFFF;
	color:#336699;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	filter: Gray;
}
div.type {
	border:1px solid #000000;
	width: 265px;
	height:auto;
	float:none;
	background-color: #FFFFFF;
	background-position: center center;
	margin: 5px;
	position: relative;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	filter: DropShadow(Color=#999999, OffX=1px, OffY=1px, Positive=1);
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
.sample {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	background-color: #FFFFFF;
	border: 2px ridge #000000;
	margin: 5px;
	padding: 2px;
}
