body {
margin-top: 0px;
font-family: arial;
font-size: 12px;
background: #332620;
color: #000000;
}

a {
text-decoration: none;
color: #EEA018;
font-weight: bold;
}

h1 {
color: #b6d022;
font-size: 18px;
font-family: arial;
}

h2 {
color: #366883;
font-size: 12px;
font-family: arial;
text-decoration: underline;
}

img {
border: 0px;
}

span.codedirection {
unicode-bidi: bidi-override; 
direction: rtl;
} 

td {
padding: 5px 15px 0px 15px;
font-weight: bold;
text-align: center;
}

#container
{
position: relative;
left: 0px;
width: 980px;
margin: 0 auto 0 auto;
padding: 0px;
border: 0px;
background: #332620;
}
/* start header */
#header-top
{
background: url(../images/header_top.gif);
height: 9px;
}

/* end header */
#flash
{
background: #332620;
float: left;
width: 980px;
height: 513px;
}

#flash2
{
background: #332620;
float: left;
width: 980px;
height: 313px;
}

/* start crumb */
#crumb
{
float: left;
width: 980px;
height: 40px;
}

#crumb-left
{
float: left;
background: url(../images/crumb_left.gif);
width: 588px;
height: 40px;
}

#crumb-right
{
float: left;
background: url(../images/crumb_right.gif);
width: 392px;
height: 40px;
}
/* end crumb */

/* start center */

#c-container {
float: left;
background: url(../images/content_bg.gif);
width: 980px;
}

#center
{
float: left;
width: 980px;
}

#left
{
float: left;
width: 75px;
height: 490px;

}

#content
{
float: left;
width: 473px;
background: #ffffff;
padding: 0px 20px 0px 20px;
list-style-image: url(../images/bullet.gif);
}

#content-right
{
float: left;
width: 317px;
background: #b6d022;
}

#content-right-top
{
background: url(../images/content_right_top.gif);
list-style-image: url(../images/bullet_r.png);
padding: 60px 40px 0px 40px;
float: left;
width: 237px;
height: 331px;
font-weight: bold;
font-size: 12px;
}

#content-right-bottom
{
float: left;
width: 317px;
height: 99px;
}

#tv
{
float: left;
width: 317px;
height: 99px;
}

#right
{
float: left;
width: 75px;
height: 490px;
}

/* end center */

/* start center */

#footer-l
{
float: left;
width: 75px;
height: 86px;
background: #332620;
}

#footer-left
{
color: #b6d022;
background: url(../images/footer_left.gif);
padding: 45px 0px 0px 0px;
float: left;
width: 656px;
height: 41px;
}

#footer-right
{
background: url(../images/footer_right.gif);
padding: 6px 0px 0px 10px;
float: left;
width: 164px;
height: 80px;
}

#footer-r
{
background: url(../images/footer_r.gif);
float: left;
width: 76px;
height: 86px;
}
/* end footer */

#apro {
float: left;
width: 830px;
background: #ffffff;
text-align: center;
}

p.crumbs
{
padding: 5px 0px 0px 95px;
font-weight: bold;
}

p.footer
{
font-size: 10px;
font: #a9af6b;
text-align: right;
}

.center {
text-align: center;
}

/* accordion */

.accordion_toggle {
			display: block;
			height: 30px;
			width: 453px;
			background: url(../images/accordion_toggle.jpg) no-repeat top right #B6D022;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: url(../images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
				
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background: url(../images/accordion_toggle.jpg) no-repeat top right #B6D022;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: url(../images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

		#vertical_container {
		float: left;
		width: 453px;
		}
