.header { font-size: 19px; font-weight: bold; padding: 4px 0px 4px 0px; color: #2D991F; }
.header_2 { font-weight: bold; font-size: 15px; color: #2D991F; }


/*======================= main layout =====================*/

html, body	{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #7A9584;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	line-height:1.7em;
}

a {
	color: #C51d37;
	text-decoration: none;
	}
a:hover {
	color: #234F33;
	text-decoration: underline;
	}


input, textarea, select   {	color: #222222; background-color: #FAFAFA;	border: #21546E 1px solid; width: 90%; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.small {	width:125px;}
.medium{	width:250px;}
.large {	width:400px;}
.checkBox{	width:18px; border: 0px;}
input.submitBtn   {	color: #fff;	background-color: #7A9584; width:120px;}

ul {
	margin-top: 0em;
	margin-left: 1.2em;
}

P {	margin: 0px; padding: 0px; }
h1 {	font-size: 130%;	font-weight: bold; padding:0px;	margin:0px;}
h2 {	font-size: 105%;	font-weight: bold; padding:0px; margin:0px;}

/*======================= menu layout =====================*/


/*======================= content layout =====================*/
#container {
	width: 790px;
	background-image:url(../img/shade.gif);
	background-repeat: repeat-y;
	background-position: right top;	
	float: left;
}
#header {
	float: left;
	width: 770px;
	height: 82px;
	background: #234F33;
	background-image:url(../img/background_top.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
#logo {
	position:absolute;
	width: 235px;
	left: 20px;
}
#midRow {
	float: left;
	width: 770px;
	background: #fff;
	background-image:url(../img/back_faux.gif);
	background-repeat: repeat-y;
}
#leftBox {
	width: 100px;
	float: left;
}
#content {
	float: left;
	width: 610px;
	margin: 20px;
	margin-left:40px;
	overflow: hidden;
}
#footer {
	float: left;
	height: 20px;
	width: 760px;
	background: #9a9;
	font-size: 11px;
	color: #fff;
	text-align: right;
	padding-right:10px;
	padding-top: 2px;
}

#footer	a	{ color:#fff; text-decoration: none;}
#footer	a:hover	{ color:#fff; text-decoration: underline;}

#content ul, #content li {margin: 0; padding: 0}
#content ul {margin-top: 0em; margin-bottom: 1em}
#content li {margin-left: 1.8em}
#content img {margin: 5px; }

.mailspan{
	unicode-bidi:bidi-override;
	direction: rtl;
}

.memberItem {
	font-weight: bold;
	color: #7A9584;
}