/* Jonathan Hughes, UMass Lowell CS, jhughes@cs.uml.edu */
/* updated by JH on February 27, 2003 */
/* styles.css */
/* an externel stylesheet */

/* scrollbar-base-color: blue;  
#4034FF; 
*/
body {
background-color: transparent;


scrollbar-face-color: #747474;
scrollbar-track-color: white; 
scrollbar-arrow-color: white;
scrollbar-highlight-color: black; 
scrollbar-3dlight-color: white; 
scrollbar-shadow-color: black;
scrollbar-darkshadow-color: black; 
}
.content2 h1
{
	
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	background: #747474;
	/*color: #4034FF;*/
color: #eeeeee;
	font-size: 22pt;
	width: 100%;
}


.content2
{
 
	
	
	font-family: Garamond, Georgia, Palatino, serif;
	font-size: 16pt;
        color: black;
        font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

.content2 a
{
color: blue;

}
.content2 a:hover
{
color: red;
}


.main
{
	width: 480px;
	height:450px;
	
}


.bgimage
{
	position:absolute;
	left:0;
	top:0;
	background-color:transparent;
	filter:alpha(opacity=65);
	-moz-opacity:.650;
	opacity:.650;	
 	background-image: url(images/francebg.jpg);
	  background-position: top left;
	  background-repeat: no-repeat;
        
	 
}

.bgtrans
{

	position:absolute;
	left:0;
	top:0;
	background:white;
	filter:alpha(opacity=25);
	-moz-opacity:.250;
	opacity:.250;	



}

.bglesstrans
{

	position:absolute;
	left:0;
	top:0;
	background:white;
	filter:alpha(opacity=45);
	-moz-opacity:.450;
	opacity:.450;	



}

.textlayout
{
	position:absolute;
	left:0;
	top:0;
 	width:100%;
	height:100%;


}


   .min450px {
width:480;
    height:550px;
  }

  .newsh {
width:480;
    height:690px;
  }

 .min860 {
width:480;
    height:1050px;
  }




.detail a	{  
font-size: 18px;
text-decoration: none;
font-weight: bold;
color: black;
}
.detail a:hover	{ color: black; 
 font-weight: bold;
text-decoration: underline;
	  }
.detail a:active         {
 font-weight: bold;
color: #4B2D2D;  }




.detail h1
{
	
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	font-family: Verdana, Geneva, sans-serif
	color: #4034FF;
	font-size: 20pt;
}


.detail
{
 
	width: 480px;
	height:450px;
	
	position:relative;
	top:0%;
	left:0%;
	font-family: Garamond, Georgia, Palatino, serif;
	font-size: 14pt;
        color: black;
        font-weight: bold;
}




.flashy
{

background:white;

}

.flashy a	{  
font-size: 20px;
text-decoration: none;
font-family: Verdana, Geneva, sans-serif;
color: #4034FF;
}
.flashy a:hover	{ color: red; 
font-family: Verdana, Geneva, sans-serif;
text-decoration: none;
	  }
.flashy a:active         {
 font-weight: bold;
color: #4B2D2D;  }