/* CSS Document */
*{float:none;}
body {
	background-color: #dee;
	text-align: center;
	color: #000000;
	width: 80%;
}
a:link{color: #000000; text-decoration: none;}
a:visited{color: #000033; text-decoration: none;}
a:hover{color: #FF0000; text-decoration: underline;}
a:active{color: #FF0000; text-decoration: underline;}
div {
	margin-right: auto;
	margin-left: auto;
}
.ct {
	font-size: large;
	font-weight: bold;
	color:black;
}
#title{
	font-size: large;
	font-weight: bold;
	margin-top:0.5em;
	margin-bottom:0.5em;
	width: 60%;
	padding:5px;
	border:7px groove #36f;
	background-color:#fef;
}
#title h1 {
	font-size: large;
	font-weight: bold;
	margin: 0;
}
#title a:link {
	border:4px outset #ecb;
	background-color:#fff;
}
#title a:visited {
	border:4px outset #ecb;
	background-color:#fff;
}
#title a:active {
	border:4px outset #ecb;
	background-color:#fff;
}
#title a:hover{
	border:4px inset #ecb;
	background-color:#fff;
}
#menu{
	float:left;
	width: 186px;
	margin-right: -186px;
	text-align: center;
	background-color: transparent;
}
#menu li{
	color: black;
	background-color:transparent;
	padding: 0;
	margin: 0;
	width: 186px;
	border-right: 3px solid #6084C8;
/*	border: 0 none;*/
}
#menu li a{
	text-decoration: none;
	text-align: center;
	display:block;
	width:100%;
	margin: 0;
	padding: 2px 0;
	vertical-align:middle;
	overflow: hidden;
	background-image: url(../images/index_menu_bg.gif);
	border: 0px none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 100%;
}
#menu li a:hover{
	background-image: url(../images/index_menu_bg_f2.gif);
	border: 0px none;
/*	background-color: #FFB1BA;*/
}
#container{width:100%}
#contents{
float:left;
/*	margin-left:190px;*/
	padding:0px;
	width: 100%;
	border: 0 none;
}
#contents>* {
 margin-left:200px;
}

.clist {
	text-align:left;
	background-color: #FFFFFF;
	border:1px solid #888888;
	padding: 6px 0px 0px 0px;
	background-image:  url("../images/menu_bg2_r.gif");
	background-repeat: repeat-y;
	background-position: right;
	margin: 0px 0px 1em 0px;
}
.clist ul {
	padding: 0 0 10px 0;
	background-repeat: repeat-x;
	background-image: url(../images/menu_bg_b.gif);
	background-position: bottom;
	margin: 0;
}
.clist ul li {
	margin: 1px 0px 0px 2em;
	padding: 3px;
	clear: none;
	float: none;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px dashed #999999;
	border-left: 0px none;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: decimal;
	font-size: small;
}
.clist ul li span.date {
	color: #666666;
}
.clist h2 {
	font: large bold;
	text-align:center;
	background-color: #eeeeee;
	border:1px solid #888888;
	padding: 6px 2em 6px 2em;
	margin-right: 2em;
	margin-left: 2em;
}
.clist ul li a{border-bottom-width:2px;border-bottom-style:dotted;}
.clist ul li a:link {border-bottom-color:#88f;}
.clist ul li a:visited {border-bottom-color:#88f;}
.clist ul li a:active {border-bottom-color:#88f;}
.clist ul li a:hover {border-bottom-color:#f88;}
