*{ margin: 0; padding: 0 0 0 0px;
}*
body 
{
    font: .8em Arial, Sans-Serif;
    background: #303030;
    direction: rtl;
}
/*Common Elements*/
a 
{
    COLOR: #6587E0;
    text-decoration: none;
    cursor: pointer;
}
a:visited
{
    COLOR: #6587E0;
    text-decoration: none;
}
a:hover 
{
    COLOR: #303030;
    text-decoration: underline;
}

h2 { margin: 0 0 10px; padding: 10px 0 3px; }
h3 { padding-left: 10px; color: #fff; background: #FE7B09 url(../images/bg.jpg) repeat-x; font-size: 1em; height: 20px; line-height: 20px; }
p { margin: 5px 0 10px 0; }
img { border-style: none;
	float: left;
}

#wrap
{
    padding: 10px 10px 3px 10px;
    width: 760px;
    margin:20px auto;
    background: white;
    overflow: auto;
}
#header
{
    height: 100px;
    background: #808080 url(../Images/toplogosmall.png);
    background-repeat: no-repeat;
}
#header h1 {
    font-size: 30px;
    font-weight: 100;
    letter-spacing: -1px;
    padding: 22px 5px 5px 10px;
}
#header h1 a {
    color: #ffffff;
    text-decoration: none;
}
#header h1 a:hover {
    text-decoration: underline;
}
#header h2 {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 0 5px 0 11px;
}
#header h2 a {
    color: #ffffff;
    text-decoration: none;
}
#header h2 a:hover {
    text-decoration: underline;
}

#content 
{
    margin-bottom: 10px;
    float: left;
    width: 740px;
    padding: 0 10px 10px 10px;
    margin-top: 10px;
}
	
#footer
{
    font-size: 11px;
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 10px 5px; 
}

.checkBoxListItem 
{
    margin-right: 40px;
    display: list-item;
    list-style-type: disc;
    margin-bottom: 4px;
}
.url 
{
    color: Red;
    font-weight: bold;
    direction: ltr;
}

/*Selection Box*/
.selectionBox 
{
	margin: 0 auto; 
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
    width: 100%;
	cursor: pointer;
	overflow: hidden;
}
.selectionBox:hover
{
    color: Blue;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.selectionBoxCaption 
{
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.selectionBoxCaption h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	height: 35px;
}
.selectionBoxBody
 {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 0px 30px 31px;
	text-align: justify;
}
.buttonwrapper
{
}

.css_button {
    display:block;
    float:right;
    height:30px;
    background:url(../Images/button_left_part.gif) transparent no-repeat top left;
    padding-left:7px;
    text-decoration:none;
    font-size: 16px;
    font-weight: bold;
    line-height:18px;
    color:#ffffff;
    text-align: center;
    margin: 0 20px 20px 0;

}

a.css_button span{
    background:url(../Images/button_right_part.gif) transparent no-repeat top right;
    display:block;
    padding:6px 10px 6px 3px;
    color: White;
}

a:hover.css_button {
    color:#FFD8B0;
}
#imgSS 
{
	border: 1px black solid;
}

.navImage 
{
	border:0;
	width: 24px;
	height: 24px;
}
.important 
{
    font-weight: bold;
    color: Maroon;
}
