body{
	margin: 0;
	padding: 0;
	background-color: #BBD4B1;
	color: #344E08;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #344E08;
}
a img{
	border: none;
}
p{
	line-height: 19px;
}
h2, h3{
	font-size: 18px;
	font-family: Arial;
}
h2 {
	margin: 0px;
	padding: 15px;
	color: #4F6C1C;
	background-color: #F9F5E8;
	border-bottom: 1px solid #F4EDD6;
}
h3{
	color:#996600;
}
h4{
	color:#666600;
}
#container {
	margin: 0 auto;
	padding: 0 1px 1px;
	width: 988px;
	background-color: #FFFFFF;
}
.side {
	float: right;
	width: 135px;
}
#sidebar {
	float: left;
	width: 180px;
	text-align: center;
}
#sidebar p {
	margin-top: 0;
}
#header {
	margin: 0 0 2px;
}
#content {
	margin-left: 181px;
}
* html #content {height:0.01%;}	/*for IE 6*/
.block {
	padding: 1px 15px;
	border-top: 1px solid #FFFFFF;
	overflow:auto;
}
#footer {
	padding: 5px 0;
	font-size:10px;
	text-align: center;
	background-color: #9DCCBE;
	border-top: 1px solid #FFFFFF;
}
.clear_both {
	clear:both;
	font-size:1px;
	height:0px;
	line-height:0px;
}
.clear_right {
	clear:right;
	font-size:1px;
	height:0px;
	line-height:0px;
}
.clear_left {
	clear:left;
	font-size:1px;
	height:0px;
	line-height:0px;
}
#wrapper {
	background-image: url(../images/bg.jpg);
	padding: 0 0 10px;
}
.quote {
	font-style: italic;
	font-weight: bold;
	margin-right: 120px;
	margin-left: 120px;
	text-align: center;
}

label {
	float:left;
	margin-right:7px;
	text-align:right;
	width:200px;
}
textarea {
	height: 150px;
	width: 400px;
}
legend {
	color: #344E08;
	font-weight: bold;
	margin: 10px 0pt;
}
hr {
	height: 1px;
	border: none;
	color:#CCCCCC;
	background-color:#CCCCCC;
}

table {
	width:100%;
	border-top:1px solid #4F6C1C;
	border-right:1px solid #4F6C1C;
	border-collapse:collapse;
}
table.sample {
	font-family: Georgia, "Times New Roman", Times, serif;
}
th {
	background-color:#4F6C1C;
	color: #F4EDD6;
	width: 20%;
	text-align:center;
}
th, td {
	border-bottom:1px solid #4F6C1C;
	border-left:1px solid #4F6C1C;
	padding: 5px;
}
.arabic_sample {
	font-size: 14pt;
	font-weight: bold;
	direction: rtl;
	font-family: Traditional Arabic, Arial;
	line-height: 30px;
}
.audio {
	background-image:url(../images/audio.png);
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	font-size:18px;
	margin:0pt 0pt 0pt 25px;
	padding:0pt 25px;
	text-align:left;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.td_even {
	border-bottom: 1px dashed #4F6C1C;
}
