
body
{
background: #F0F0F0 url(../images/body-bg.jpg) repeat-x center top;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}


div#wrapper {
position:relative;
margin-left:auto;
margin-right:auto;
width: 960px;
}

 

div#mainpage{
margin-left:auto;
margin-right:auto;
width: 960px;
position: absolute;
margin-top:32px;
float:center;
box-shadow: 0px 0px 8px 0px #000;
background: #F0F0F0;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

div#centering {
position:relative;
margin-left:auto;
margin-right:auto;
width: 960px;

}
 
#pageFooter{
float:center;
bottom:0px;
left:auto;
height:100px;
width: 100%;
position:relative;
background-image: url(../images/gradientfrombot.gif);
background-repeat: repeat-x;
}
 


img.blackbox{ box-shadow: 0px 0px 4px 1px #000; }

div.color {
border-right-width:2px;
border-right-style:inset;
border-right-color:#EAF7FB;
border-left-width:2px;
border-left-style:solid;
border-left-color:#EAF7FB;
}


div#copyright {
font:1px 'Trebuchet MS';
color:#f0f0f0;
text-indent:1px;
padding:0 0 0 0;
}
div#copyright a { color:#fff; }
div#copyright a:hover { color:#fff; }

img.floatleft {
float: left;
margin: 20px;
box-shadow: 0px 0px 10px 0px #000;
}


img.floatright {
float: right;
margin: 20px;
box-shadow: 0px 0px 10px 0px #000;
}

img.floatcenter {
display: block;
margin-left: auto;
margin-right: auto;
box-shadow: 0px 0px 10px 0px #000;
}

/* Horizontal Rule */
hr {
height: 1px;
margin-left:auto;
margin-right:auto;
width:850px;

}


/* Headings */
h2, h3, h4, h5, h6 { font-weight: normal; background: url(../images/h2-background.png) left bottom no-repeat;}

h1 { font-size: 2.25em; line-height: 2.25em; }

h2 {
font-size: 1.5em; 
line-height: 1.5em; 
color:#000;
}

h3 { font-size: 1.125em; line-height: 1.125em; }
h4, h5, h6 { font-size: 1em; line-height: 1em; }

h1{text-align: center}

h2, h3, h4, h5, h6 { margin: 25px 0 15px 0; text-align: left}
h8{font-size: 1em; line-height: 1em; text-align:left;}
/* Lists */
ul, ol, dl { padding-left: 30px }
dd { margin-left: 40px; }
li{
text-align:justify;
padding:10px;
}
/*paragraph format*/
p {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
text-indent:50px;
font-size: 1em;
line-height: 1.25em;
margin: 1.25em 0;
text-align: justify;
}

pright {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
text-indent:50px;
font-size: 1em;
line-height: 1.25em;
margin: 1.25em 0;
direction:rtl;
text-align: justify;
}
