@charset "utf-8";
/* CSS Styles pages

********Base part***********/
body {
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-family: "Arial";
	font-size: 100%;
}
	
.cils #container {
	width: 887px;
	height: 860px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
}

.cils #mainContent {
	width: 630px;
	margin-left:221px;
	margin-top:283px;
	/margin-top:286px;


}

#mainContent p{
    margin-bottom: 13px;
}
	
#mainContent h1{
	font-family: "Arial";
	color:#6c583c;
	font-size:16px;
	line-height:70%;
	font-weight:700;
	margin-bottom:11px;
	/margin-bottom:6px;
	margin-top:16px;
}

#mainContent h2{
	font-family: "Arial";
	color:#6c583c;
	font-size:14px;
	line-height:70%;
	font-weight:700;
	margin-bottom:-8px;
	/margin-bottom:-15px;
	margin-top:16px;
}

#mainContent h2 a{
	color:#6c583c;
	text-decoration: underline;
}

#mainContent h2 a:hover{
	color:#6c583c;
	text-decoration: underline;
}

#mainContent h3{
	font-family: Arial;
	color:#000;
	font-size:12px;
	font-weight:700;
	margin-bottom:-8px;
	/margin-bottom:-15px;
	margin-top:16px;
	text-decoration: underline;	
}

#mainContent li{
    margin-left: 13px;
	text-decoration:none;
}

.red{
	color:#900
}

#bg{
	width:628px;
	padding-top:2px;
	padding-bottom:1px;
	padding-left:14px;
	padding-right:14px;
	margin-bottom:14px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #eae6cd;
}

#bg a{
	color:#000;
	text-decoration: underline;
}

#bg a:hover{
	color:#000;
	text-decoration: underline;
}

#name{
	font-weight: bold;
	padding-bottom: 20px;
}