/* --------- Container -----------*/
.container
{
margin:0 auto;
margin-top:12px;
width:850px;
height:700px;
font-family: Arial (Hebrew);
}

/* --------- Content -----------*/
a.navigation
{
font:normal 14px Arial;
color: #734884;
display:inline;
}
div.navigation
{
}
p.navigation
{
font:bold 14px Arial;
display:inline;
}

div.contenttext
{
font:normal 16px Arial;
}

div.contenttext span
{
margin-top: 15px;
margin-right: 10px;
display: block;   
}
div.contenttext ul.decimal
{
list-style-type:decimal;
}

div.contenttext ul.square
{
list-style-type:square;
}


div.contenttext h1
{
font:bold 20px Arial;
text-decoration:underline;
color: #734884;   
}

div.contenttext h2
{
font:bold 18px Arial;   
color: #734884;   
}

div.contenttext .smalltext
{
font:normal 11px Arial;    
}

.underline
{
text-decoration: underline;   
}

div.content
{
margin-top:13px;
margin-bottom: 15px;
float: left;
width: 660px;
text-align:right;
font-family: Arial;
font-size: 12px;
}

img.contentheader
{
margin: 15px 0px 15px 0px;
display: block;
}

img.leftcontentimage
{
margin-right: 12px;
float: left;
}

img.rightcontentimage
{
margin-right: 12px;
float: right;
}

div.contenttext td.text
{
	text-indent: 15px;
}

table.affirmationstable td
{
padding: 4px 4px 4px 4px;   
}
/* --------- Bottom Side -------*/
div.bottomside
{
margin: 40px 0px 15px 0px;
width: 350px;
}


/* --------- Left Side -------*/
div.leftside
{
width: 200px;
min-height:500px;
height:auto !important;
height:500px;
float: left;  
}


/* --------- Visual elements -----------*/

/* purple-shadow-white-box */
div.pswbbottom
{
background-image:url(../images/purple-shadow-white-box-bottom.gif);
background-repeat:no-repeat;
background-position:bottom;
float:right;
width:185px;
min-height:15px;
height:auto !important;
height:15px;

}

div.pswbmiddle
{
background-image:url(../images/purple-shadow-white-box-middle.gif);
background-repeat:repeat-y;
background-position:top;
float:right;
width:185px;
}


div.pswbtop
{
background-image:url(../images/purple-shadow-white-box-top.gif);
background-position:top;
background-repeat:no-repeat;
float:right;
width:185px;
min-height:15px;
height:auto !important;
height:15px;
}

/* Simple light purple box */
div.slpb
{
    background-image: url(../images/simple-light-purple-box.gif);
    background-repeat:no-repeat;
    height:127px;
    width: 285px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px 15px 15px 15px;
}

div.slpb div.text
{
    float:right;
    margin-right: 25px;

}

div.slpb div.image
{
    float:left;
    margin-left: 25px;
    width:80px;
    height:80px;
}


.left
{
    float:left;
    margin-left: 25px;
}

.right
{
    float:right;   
    margin-right: 25px;
}

/* content frame */
div.contentframetop
{
background-image:url(../images/content-frame-top.gif);
background-position: top;
background-repeat:no-repeat;
min-height:12px;
height:auto !important;
height:12px;
}

div.contentframemiddle
{
background-image:url(../images/content-frame-body.gif);
background-repeat:repeat-y;
}

div.contentframebottom
{
background-image:url(../images/content-frame-bottom.gif);
background-repeat:no-repeat;
background-position: bottom;
min-height:550px;
height:auto !important;
height:550px;
padding: 10px 25px 20px 25px;
}


/* grey-shadow-light-purple-box */
div.gslpbtop
{
background-image:url(../images/grey-shadow-light-purple-box-top.gif);
background-position:top;
background-repeat:no-repeat;
float:right;
width:175px;
min-height:13px;
height:auto !important;
height:13px;
}

div.gslpbmiddle
{
background-image:url(../images/grey-shadow-light-purple-box-middle.gif);
background-repeat:repeat-y;
background-position:top;
float:right;
width:175px;
height:20px;
height:auto !important;
min-height:20px;
}

div.gslpbbottom
{
background-image:url(../images/grey-shadow-light-purple-box-bottom.gif);
background-repeat:no-repeat;
background-position:bottom;
float:right;
width:175px;
padding-bottom: 20px;

}

/* grey-shadow-light-grey-box */
div.gslgbtop
{
background-image:url(../images/grey-shadow-light-grey-box-top.gif);
background-position:top;
background-repeat:no-repeat;
float:right;
width:175px;
min-height:13px;
height:auto !important;
height:13px;
}

div.gslgbmiddle
{
background-image:url(../images/grey-shadow-light-grey-box-middle.gif);
background-repeat:repeat-y;
background-position:top;
float:right;
width:175px;
}

div.gslgbbottom
{
background-image:url(../images/grey-shadow-light-grey-box-bottom.gif);
background-repeat:no-repeat;
background-position:bottom;
float:right;
width:175px;
min-height:20px;
height:auto !important;
height:20px;
}

div.longbutton
{
    background-image: url(../images/button-long.gif);
    background-repeat: no-repeat;
    width: 128px;
    height: 28px;
    text-align:center;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    color: White;
    cursor: pointer;
    padding-top: 2px;
    
}
