﻿/* 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;
	}
a:link { 
	/*font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;*/
	}
a:visited { 
	/*font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;*/

	}
a:hover, a:active { 
	/*text-decoration: underline; 
	color:white;#9685BA;*/
	}

/* 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; 
 

}
	
#coloredBar
{
position: relative; 
left: -9;
width:1030px;
height:15px; 
background-color:#7C6F57;

}


#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:740px;
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:10px; 
  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;
color: #212830;



}

.selectedTab
{
background-color:white;
/*border-bottom:solid 1px white;*/
border-left:solid 1px white;
}

.tabs
{
position:relative;
top:20px;/*1px;*/
/*left:800;10px;*/
right:-515px;
left:470px;
z-index:4;

}

.tabContents
{
position:relative;
top:-350px;
border:solid 1px black;
padding:5px;
background-color:white;
Width:459px;
z-index:3;
}
.IE8Fix 
{ 
    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;
 
  
  
 }
 
   .counters
   {
   margin-right:auto;
   margin-left:auto;
   
   width:312px;
  padding: 5px;
  border: thin solid #000000;
  background-color: #7C6F57;
  text-align: left;
   }
  