
body {
	width: 100%;
	margin: 0px auto;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #ffffff;
	background-image: url(../images/leftRepeat_2.png);
	background-repeat: repeat-y;
	text-align: justify;
		}

.menuMain {
    COLOR: #FFFFFF;
    FONT-SIZE: 15px;
    font-family: Arial, sans-serif;
    FONT-WEIGHT: bold;
    text-decoration: none;
}
.menuMain a:Hover {
    color: #6FC0EA;
    font-size: 15px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

#menuLink {
    COLOR: #8e2323;
    FONT-SIZE: 15px;
    font-family: Arial, sans-serif;
    FONT-WEIGHT: bold;
    text-decoration: none;
}

#menuLink a {
    COLOR: #052375;
    FONT-SIZE: 15px;
    font-family: Arial, sans-serif;
    FONT-WEIGHT: bold;
    text-decoration: none;
}

#menuLink a:hover {
    COLOR: #6FC0EA;
    FONT-SIZE: 15px;
    font-family: Arial, sans-serif;
    FONT-WEIGHT: bold;
    text-decoration: none;
}

.nav_menu {
	width: 130px; 
	display: block; 
	text-align: left;  
	position: absolute; 
	left:15px; 
	top: 165px;
	}
			
#bg{ 
  background-image:url(../images/topRepeat_2.png);
  background-repeat:repeat-x;
  margin-left:100px;
  width:100%;
}

#toolbar li { 
display:inline;
background-color:#052375;
border:1px solid;
border-color:#f3f3f3 #bbb #bbb #f3f3f3;
margin:0;
padding:.5em; 
}

#title {
clear: both;
margin-left: 0px;
padding-left: 0px;
padding-top: 30px;
font-size: 22pt;
color: #000070;
/*background-repeat: no-repeat;
background-position: 0px 37px;*/
line-height: 1.2em;
}

#byLine {
font-size: 12pt;
color: #606060;
}

#entry { 
font-size: 80%; 
padding: 2px 4px 8px 4px;
vertical-align:top;
text-align: justify; 
}	
/*---------------------------------------------------------------------------- 
CONTAINERS
-----------------------------------------------------------------------------*/
#list {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	display: block;
	position: absolute;
	left: 300px;
	top: 100px;
	}
	
#container {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	display: block;
	}
	
#container_img {
	margin-top: -140;
	margin-left: 200;
	padding: 0;
	background-color: #ffffff;
	display: block;
	}
	
	#content {
font-size: 12pt;
background-color: transparent;
margin-top: 150px;
margin-left: 200px;
margin-right: auto;
font-family: Georgia, 'Times New Roman', serif;
line-height: 1.5em;
width: 700px;
overflow: hidden;
}

div.separator {
margin: 40px 75px 0px 75px; 
height: 1px;
background-image: url("../images/separator3.gif");
background-repeat: repeat-x;
}

#banner {
	background-image: url(../images/Tufat_r1_c1_2.png);
	background-repeat:no-repeat;
	width: 100%;
	height: 89px;
	padding: 0;
	margin-top: -89;
	z-index:99;
}

a {
	color: #ffffff;
	text-decoration: none;
	}
	
a:hover {
	color: #6FC0EA;
	text-decoration: none;
	}
	
a.mylink	{
	text-decoration: none; 
	color: #0051CA
	}
	
a.mylink:hover	{
	color: #6FC0EA
	}
	
.img-shadow {
	display: block; 
	FILTER: progid:DXImageTransform.Microsoft.dropShadow(color=#E6E4D7,offX=5,offY=5,positive=true);
  width: 268; 
  background-color: #ffffff;  
  border: 1px solid #a9a9a9;
  }
  

.img-shadow IMG	{
	margin: 8;
	}
	
ol.withalpha {
 list-style-type: lower-alpha;
}
ol.withalpha li ol {
 list-style-type: lower-roman;
}

#bar UL {
   list-style-type: circle;
   margin: 20px; /* remove space around UL */
   padding: 0;
 }

 #bar LI {
   float: left;
   width: 49%;
   margin: 0;
   padding: 0;
 }

 #bar A {
   padding: 0 3px 0 13px;
   height: 30px;
 }  

/*----------------------------------------------------------------------------*/
/*
PHOTOMORHER
*/

.photoArrow {
 display: none;
 width: 5em;
 padding: 0.1em;
 text-align: center;
 color: white;
 background-color: #052375;
 border: 1px solid #052375;
 border-color: #052375 #052375 #052375 #052375;
 cursor: pointer;
}
.photoPrevActive {
 display: block;
 position: absolute;
 left: 500px;
 top: 780px;
}
.photoNextActive {
 display: block;
 position: absolute;
 left: 800px;
 top: 780px;
}


/*
 The list is shrunk down, with only the active item displayed.
 A cool alternative to this is to display the list with "overflow: auto" to
 the side of your photos, as the script allows you to click items to jump to them!
 You could have a list of thumbnails, linking to the full-size images, and use
 photoItemActive to put a border/background around the active image...
*/

.photoListActive {
 margin: 0 0 1em 0;
 padding: 0em 6em;
 text-align: left;
 font-size: 12px;
 font-weight: bold;
 list-style: none;
 position: relative;
 top: 625px;
 left: 75px;
}
.photoListActive li {
 margin: 0;
 padding: 0;
 color: #567;
 display: none;
}
.photoListActive li.photoItemActive {
 display: block;
}
.photoListActive a {
 color: #34C;
}


/* It's a good idea to wrap your photos in an area the size of the largest photo */

.photoContainer {
 height: 550px;
 /*width: 800px;*/
 position: absolute;
 left: 250px;
 top: 125px;
}


/* OK, the photo area itself. Nothing too special here, a border and some padding. */

.photoArea {
 position: relative;
 visibility: visible;
 margin: 0 auto 0 auto;
}
.photoAreaActive {
 visibility: visible;
 border: 2px solid #8e2323;
 padding: 4px
}


/*
 The AutoPlay setup is complicated; the two styled spans are alternately hidden and
 shown depending on the script state. I also have a small loading message that is
 shown to the right.
*/

.photoAutoDisabled {
 display: none;
}
.photoAutoPlay, .photoAutoPause {
 display: block;
 width: 5em;
 padding: 0.1em;
 text-align: center;
 color: white;
 background-color: #052375;
 border: 1px solid #052375;
 border-color: #052375 #052375 #052375 #052375;
 cursor: pointer;
 position: absolute;
 top: 780px;
 left: 625px;
}
.photoAutoPlay span, .photoAutoPause span {
 display: none;
 width: 5em; /* IE/Mac fix */
}
.photoAutoPlay .photoAutoPlayLabel {
 display: block;
}
.photoAutoPause .photoAutoPauseLabel {
 display: block;
}

.photoLoadMessage {
 float: right;
 margin-top: 25px;
 visibility: hidden;
 font-style: italic;
 text-align: center;
}	