/* BML styles */

* {
	margin: 0;
	padding: 0;
}

img { 
	border: 0; 
}

body {
	color: #333333;
	font-family: Arial;
	font-size: 95%;
	overflow: -moz-scrollbars-vertical;
}

.center {
	text-align: center;
}

#wrapper {
	margin: 0px auto;
	width: 900px;
	/* border-left: 1px solid #ccc;
	border-right: 1px solid #ccc; */
}


#bmlmenu {
	float: left;
	padding-top: 25px;
	width: 170px;
}

	#bmlmenu ul {
		margin: 20px 0px;
		padding: 0px;
		width: 100%;
	}

	#bmlmenu li {
		/* background-color: #005ebc; */
		background-image: url(/images/button-bg.png);
		background-repeat: no-repeat;
		height: 30px;
		list-style-type: none;
		margin-bottom: 10px;
		padding: 1px 0 2px;
		text-align: center;
	}

	#bmlmenu a {
		color: #ffffff;
		display: block;
		height: 16px;
		margin: 1px;
		padding: 4px;
		text-decoration: none;
	}
	
	#siteby {
		display: none;
	}

/* #content {
	float: left;
	width: 400px;
} */

	.bml {
		color: #005ebc;
		/* font-family: "Times"; */
		font-size: 13pt;
		/* font-weight: bold; */
	}

	.intl {
		color: #666666;
		font-size: 11pt;
		/* font-weight: bold; */
	}

	.yerg {
		color: #6e6e6e;
	}

	/* .news {
		color: #6e6e6e;
		font-size: 11pt;
		font-weight: bold;
	}

	.tatw {
		color: #3366ff;
		font: bold 13pt "Times New Roman";
	} */

	.news {
		color: #6e6e6e;
		font-size: 80%; /* 11pt; */
		/* font-weight: bold; */
	}

	.tatw {
		color: #2362A9; /* #3366ff */
		/* font: bold 13pt "Times New Roman"; */
		font-family: Arial;
	}
	
	#content {
		float: left;
		padding: 16px 28px 16px 35px;
		position: relative;
		min-height: 300px;
		_height: 300px;
		text-align: justify;
		width: 485px;
	}

	#content h2 {
		color: #005ebc;
		font-size: 18px;
		text-align: center;
	}
	
	#content h3 {
		color: #005ebc;
		font-size: 100%;
		padding-bottom: 5px;
	}

	#content p {
		clear: both;
		margin: 6px 0 10px 0;
	}
	
	#content a {
		color: #005ebc;
	}
	
	#content ul {
		padding-left: 40px;
	}
	
	#content .ind {
		padding-left: 30px;
	}

	#content .wec {
                color: #bfa10d;
                font-weight: bold;
                font-family: "Times New Roman";
                font-size: 115%;
        }
	
	.thirda {
		float: left;
		text-align: left;
		width: 170px;
	}

	.thirda ul {
		padding-right: 18px;
	}

	.thirda li {
		list-style-type: circle;
		width: 140px;
	}

	.thirdb {
		float: left;
		text-align: left;
		width: 184px;
	}

	.thirdb ul {
		padding-right: 18px;
	}

	.thirdb li {
		list-style-type: circle;
		width: 150px;
	}

	.thirdc {
		float: left;
		text-align: left;
		width: 130px;
	}

	.thirdc ul {
		padding-right: 18px;
	}

	.thirdc li {
		list-style-type: circle;
		width: 105px;
	}
	
.formLeft {
	text-align: right;
	width: 140px;
	float: left;
	clear: both;
	padding: 4px 10px 0 0;
}

.formRight {
	width: 280px;
	float: left;
	padding: 1px 0 10px 10px;
}

	
#sidebar {
	float: right;
	padding: 15px 20px 10px 10px; /*  */
	width: 150px;
}

#sidebar img {
	border: none;
}

