/*---- Base Styles ---------------------------*/
* {
	margin: 0;
	padding: 0;
}
	
body {
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 10px;
	/* width: 900px; */
}

.sitetitle{
	text-align: center;
}

ul.list1{
	margin-left: 40px;
	list-style-type:decimal;

}
ul.list1:before{
	font-weight: bold;
	text-align: right;
}	

ul.list2{
	list-style-type: lower-roman;
	margin-left: 30px;
}

.logo{
	display: block;
	margin: auto;
	padding: 5px 0px 5px 0px;
}

.mynav{
	text-align: center;
	margin: 15px 0px 15px 0px;
}

.nav{
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	color: white;
	background-color: black;
	text-decoration: none;
}

.slline{
	display: block;
	margin: auto;
}

.line{
	background: url(../img/line10.gif) repeat top center;
	width: 100%;
	height: 10px;
}

.txt{
	padding: 5px 0px 5px 0px;
}

.title{
	text-align: center;
	padding: 5px 0px 5px 0px;
}

.title:hover{
	color: white;
	background-color: black;
}

.article{
	padding: 5px 5px 5px 5px;
	display: none;
	border: 1px solid black;
}