﻿/* basic elements */
html
{
margin: 0;
padding: 0;
font-family: Verdana;
color: Black; 
font-size: small;

}

body 
{ 
font-family: Verdana;
color: Black;
font-size: small;
line-height: 1.88889;
background-color:Gray; 
margin: 0; 
padding: 0;
background-image:url('Newspaper.jpg');

}



p 
{ 
margin-top: 0; 
text-align: justify;
}
h3 { 
	font: normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color:#212830/*#7C6F57 #7D775C*/;
	font-weight:bold;
	}


/* specific divs */	
#container 
{ 
width  :1030px;
position:relative; 
margin: auto; /*centers the div*/
background-image: url('FauxColumns.jpg');
background-repeat:repeat-y; 
/*background-image: url (../../Images/FauxColumns.jpg);
background-repeat: repeat-y;
height:785px;*/
overflow:auto; 
 

}
	



#sideMenu
{
position: relative; 
left: 0;
top: 0;
margin:auto;
width: 250px;
background-color:#212830;
padding:5px;
float:left;
z-index:2;
color:White;

}


#mainSpace
{
float:left;
padding:5px;
position: relative; 
right: 0;
top: -155;
left:0;
width:760px;
background-color:#C0C0C0;
color:Black;
z-index:1;
}

.banner
{
position:relative;
top:-255;
left:0px;  
/*width: 1030;*/
}


#footer
{
    text-align:center;
    color:#EAEBED;   
 
}
#content
{
  padding:5px;
  margin:0px; 
  text-align:justify;
  line-height:25px;
  font-size:small;
  color:Black;/*#484848;*/
 
  
  
 }
/* 
.tab
{
border:solid 1px black;
background-color:#eeeeee;
padding:2px 5px;
}

.selectedTab
{
background-color:white;
border-bottom:solid 1px white;
}

.tabs
{
position:relative;
top:1px;
left:10px;
}

.tabContents
{
border:solid 1px black;
padding:5px;
background-color:white;
}
*/
.tab
{
border:solid 1px black;
background-color:#eeeeee;
padding:2px 5px;


}

.tablinks
{
color: #212830;
}
.selectedTab
{
background-color:white;
/*border-bottom:solid 1px white;*/
border-bottom:solid 1px white;
}

.tabs
{
position:relative;
/*top:100px;*/
left:-5px;
z-index:4;

}

.tabContents
{
position:relative;
top:19px;
/*left:189px;*/
border:solid 1px black;
padding:0px;
margin:0px;
background-color:white;
color:Black;
Width:745px;
z-index:3;
}
.IE8Fix /* To Fix the White Sunbmenues problem in IE*/
{ 
    z-index: 1000; 

}

.ContentLinks
{
color: Black;
font-weight:bold;
}
.linkscontent
{
  padding:10px; 
  text-align:justify;
  line-height:25px;
  font-size:small;
  color:black;
  font-weight:bold;
 
  
  
 }
 
   /*.counter1
   {
   /*margin-right:auto;
   margin-left:auto;
   position:relative;
   left:9px;
   width:355px;
     Height:25px;
   top:-20px;
  padding: 5px;
  border: thin solid #000000;
  background-color: #7C6F57;
  text-align: center;
   }
    .counter2
   {
   /*margin-right:auto;
   margin-left:auto;
   position:relative;
   width:355px;
   Height:25px;
   left:383px;
   top:-57px;
  padding: 5px;
  border: thin solid #000000;
  background-color: #7C6F57;
  text-align:center;
   }*/
 
 
 .ImpLinks
 {
 position:relative;
 left:-18px;
 text-indent: 0px;
  list-style-type: circle; 
  white-space: normal;
   text-align: left;
 }
 
  .presentation
   {
   
   position:relative;
  
   top:-130px;
   }
   
   
   /*Counters*/
.box { position: relative; width: 100%; margin: 0 0 20px 0; z-index:1;}

.counterMurder {background: #7C6F57 url('CounterGradient.jpg');z-index:1; height:120px; width:340px; position:relative;left:9px;top:10px; }
.counterMurderBorder {background: #605f5f url('CounterBorderGradient.jpg');z-index:-1; height:140px; width:360px; position:relative;left:9px;top:10px; }
.counterTrial {background: #7C6F57 url('CounterGradient.jpg');z-index:1; height:120px; width:340px; position:relative;left:10px;top:10px; }
.counterTrialBorder {background: #605f5f url('CounterBorderGradient.jpg');z-index:-1; height:140px; width:360px; position:relative;left:380px;top:-130px; }
.counterSurr {background: #212830 ;z-index:2; height:40px; width:275px;}

.corner { position: absolute; width: 15px; height: 15px; background: url('LightGrayCorners.gif') no-repeat; font-size: 0%;z-index:-1; }
.innercorner { position: absolute; width: 15px; height: 15px; background: url('DarkGrayCorners.gif') no-repeat; font-size: 0%;z-index:-1; }
.DarkYellowcorner { position: absolute; width: 15px; height: 15px; background: url('DarkYellowCorners.gif') no-repeat; font-size: 0%;z-index:-1; }
.LightYellowcorner { position: absolute; width: 15px; height: 15px; background: url('LightYellowCorners.gif') no-repeat; font-size: 0%;z-index:-1; }
.GradientLightGraycorner { position: absolute; width: 15px; height: 15px; background: url('GradiantlightGrayCorners.gif') no-repeat; font-size: 0%;z-index:-1; }

.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -15px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -15px; }
.BR { bottom: 0; right: 0; background-position: -15px -15px; }
 
 
 .aya
 {
 position:relative;
 top:6px;
 }
 
 .homepagenews
 {
 position:relative;
top:-130px;
 text-align: justify;
 line-height: 18px;
 }
 
 .homepageimg
 {
 position:relative;
padding-left:8px;
padding-right:8px;
}