/* CSS Document */

* {
	padding: 0;
	Margin: 0;
}
body {
	font: 80%/1.2 Tahoma, sans-serif;
	color: #006;
	background-color:#CCF;
}
#container {
	margin: 0em auto;
	width: 1000px;
	background-color: #FFF;
	border-color: #006;
	border-style: solid;
	border-bottom-width: 2px;
}
#header {
    height: 151px;
	width: 1000px;
}
#contents {
	width: 980px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFF;
}
h1 {
	font: 85%/1.1 Tahoma, sans-serif;
	color: #006;
}
#footer {
	width: 1000px;
	text-align: center;
	background-image:url(images/bottom_border_01.gif);
	background-repeat:repeat-x;
	background-color: #FFF;
}	
#contents p {
	text-align: left;
}
a:link {
	color: #006;
	text-decoration:underline;
}
a:visited {
	color: #006;
	text-decoration:underline;
}
a:hover {
	color: #9C0;
	text-decoration: underline;
}
a:active {
	color: #9C0;
	text-decoration:underline;
}
#footer p {
	font-size: 85%;
}
#footer a:link {
	font-size: 90%;
	font-weight: bold;
	color: #006;
}
#footer a:visited {
	font-size: 90%;
	font-weight: bold;
	color: #006;
}
#footer a:hover {
	font-size: 90%;
	font-weight: bold;
	color: #9C0;
	text-decoration: underline;
}
#footer a:active {
	font-size: 90%;
	font-weight: bold;
	color: #9C0;
}
#contents h1 {
	font-size: 120%;
	font-weight: bold;
	color: #006;
}
#contents ul {
	margin-top: 2px;
	margin-left: 10px;
}
#contents li {
	margin-top: 2px;
	margin-left: 10px;
	list-style-position: outside;
	list-style-type: disc;
	display: list-item;
}
