@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: none;
}

#wrapper {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.9em;
}

#header {
	background-color: #FFFFFF;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0000FF;
	margin: 0;
	height: 190px;
}

#logo {
	float: left;
	width: 40%;
	height: 200px;
	text-align: center;
	margin: 2px;
}

#logo a {

}

#header #logo #mali {
	text-align: center;
	float: left;
}

.article {
	margin-bottom: 2em;
}

.article h1 {
	background-image: url(../images/bgrTitle.jpg);
	background-repeat: repeat-y;
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0000FF;
	font-weight: bold;
	padding: 0.2em 2em;
	border-bottom: dashed 1px #0000FF;
}
.article h2 {
	background-image: url(../images/bgrTitle.jpg);
	background-repeat: repeat-y;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0000FF;
	font-weight: bold;
	padding: 0.2em 2em;
}
.article h3 {
	background-image: url(../images/bgrTitle.jpg);
	background-repeat: repeat-y;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0000FF;
	font-weight: bold;
	text-indent: 2em;
	padding: 0.2em;
}

.article p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	text-indent: 2em;
}
.article ol {
	text-indent: 4em;
	margin: 1em;
	padding: 1em;
}
.article ul {
	text-indent: 5em;
}
.article table {
	border: 2px solid #0000FF;
}
.article caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #0000FF;
	background-color: #FDCA19;
}
.article td {
	border-bottom: 1px dashed #FDCA19;
	padding: .3em;
}

.more {
	text-align: right;
	color: #9B7C00;
}

#title {
	text-align: center;
	margin: 0;
	padding: 0;
}
#title h1 {
	font-size: 1.2em;
	margin: 0;
	color: #0000FF;
}
#title h2 {
	font-size: 1em;
	margin: 0;
	color: #0000FF;
}


#contents {
	padding: 10px;
	float: right;
	width: 100%;
}

#navigation {
	width: 25%;
	padding: 1em;
	display: none;
}

#navigation li {
	padding: 0.2em;
	border-bottom: solid #FDCA19 2px;
	list-style-type: none;
}

#navigation a {
	text-decoration: none;
	text-transform: capitalize;
	color: #836601;
	padding: 0.2em;
	display: block;
}


#navigation a:hover {
	background-color: #FEF6CF;
	font-weight: bold;
}
#navigation .selected {
	background-color: #FEF0C0;
	color: #643900;
	font-weight: bold;
}

#footer {
	color: #660000;
	background-color: #CCCCCC;
	clear: both;
	text-align: center;
	padding: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}
.clear {
	clear: both;
}
#addvertising {
	width: 25%;
	padding: 1em;
	display: none;
}

.add {
	border-bottom: solid 2px #FDCA19;
	padding: 0.5em;
	display: none;

}
.add h1 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #0000FF;
	display: none;
}
.center {
	padding: 1em;
	text-align: center;
	text-indent: 0px;
}

.img {
	float: left;
	padding: 3px;
	margin-right: 1em;
	margin-bottom: 1em;
	border: thin solid #FFF2C1;
	text-indent: 0px;
}
a img {
	text-decoration: none;
	border: none;
}
.center a {
	width: 25%;
	padding: 1em;
	text-decoration: none;
	color: #FFFFFF;
}
.article .sign {
	text-indent: 0px;
	text-align: center;
	padding-right: 60%;
	padding-left: 0%;
}

