html *{ margin:0; padding:0; }

body{ margin:0 auto;  height:100%;  background-color:rgb(238,238,238);}

.bg{ width:100%; height:235px; float:left; position:absolute; top:0px; left:0px; background:#6699cc;}

.site{ float:left;  margin:0px;  padding:0px;   width:820px;   float:left;   position:relative;  top:0px; left:50%;    margin-left:-410px;}

.header{ float:left; padding:0px; position:relative; margin:0px 0px 0px 4px; width:820px; height:235px; background:url(./images/header_bg.png);}

.issue{ float:left;  position:relative;  float:left;  width:822px; margin:0px; background:#FFFFFF; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;}

#right{float:left; margin:0px;  width:230px;  text-align:justify; background-color:#ffffff; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC;}
#right h1{ text-align:left; background:url(./images/h1_bg.png); width:204px; float:left; font-size:16px; border:1px solid #FFC0CB; padding:5px 8px 6px 8px; font-family:verdana; color:#FFFFFF; font-weight:normal; margin:5px 5px 16px 5px;}
#right .text{ float:left; width:220px; text-align:justify; font-size:13px; font-family:verdana; padding:0px; color:#000000; margin:5px;}
#right .text img{ border:0px;}
#right .text a{color:#0083ca; text-decoration:none;}
#right select{border:1px solid #0083ca; color:#cd4c2a;}
#right input{margin-left:5px; border:1px solid #0083ca; font:normal 12px arial; color:#cd4c2a;} 

#normal{float:right;   margin:0px;  width:506px;  text-align:justify; background-color:#ffffff; border-left:1px solid #FFC0CB; border-right:1px solid #FFC0CB; border-top:1px solid #FFC0CB; border-bottom:1px solid #FFC0CB;}
#normal h1{ text-align:left; background:url(./images/h1_bg.png); width:486px; border:1px solid #FFC0CB;  float:left; font-size:16px; padding:5px 0px 6px 8px; font-family:verdana; color:#FFFFFF; font-weight:normal; margin:5px 5px 16px 5px;}
#normal .text{ float:left; width:480px; text-align:justify; font-size:13px; font-family:verdana; padding:0px; color:#000000; margin:13px;}
#normal .text img{ border:0px;}
#normal .text a{color:#0083ca; text-decoration:none;}
#normal select{border:1px solid #0083ca; font:normal 12px arial; color:#cd4c2a;} 
#normal input{margin-left:5px; border:1px solid #0083ca; font:normal 12px arial; color:#cd4c2a;}
#normal .text b{color:#C16666;}
#normal .text strong{color:#C16666;}

.footer{ border-top:4px solid #393F4D; background-color:#444C5D; margin:0px; padding:24px 0px 0px 60px; text-align:left; position:relative; float:left; width:764px; height:50px; }
.footer a{font-weight:bold; color:#0083ca; color:#ffffff; font:normal 10px arial;}

.right{float:right;}
.left{float:left;}

.button_end
{
	height:32px;
	width:7px;
	float:left;
	margin-right:0px;
	background:transparent url(./images/button_end.png) 0 0 no-repeat;
	cursor:pointer;
}

.selected_button_end
{
	height:32px;
	width:7px;
	float:left;
	margin-right:0px;
	background:transparent url(./images/selected_button_end.png) 0 0 no-repeat;
	cursor:pointer;
}

p{padding-bottom:10px;}

.backwards{
  unicode-bidi:bidi-override;
  direction:rtl;
  background:transparent;
  text-decoration:underline;
  padding:0 4px;
}

