/* mfrancism */
body {
	color: #00008b; 
	background-color:  #add8e6;
	font-family:arial;
	padding-top: 5px;
	margin-top: 5px;
	padding-left: 0px;
	margin-left: 1px;
}

img {
	border: none;
}

#motiongallery {
 position:absolute;
 left:0;
 top:0;
 white-space: nowrap;
 }

#motiongallery img {
	border: medium double #00008b;
	}
#trueContainer img {
	border: 2px;
	}
.lgp	{
	font-family: garmond;
	font-weight:normal;
	font-size:18px;
	color: #00008b;}


/************* color  **************/

.grey {color: #9c9c9c;}
.ltblue {color: #e0ffff; }
.logoblue {color: #dee7ef;}
.steel {color: #b0c4de; }
.dark {color: #00008b;}
.med {color: #add8e6;}

.bkgrd  {background-color:  #dee7ef;}
.bkgrd2  {background-color: #00008b;
	color: #e0ffff;}
/************* links  **************/

a  {	color: #add8e6;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	}



a:link {	color: #00008b;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
	}


a:visited { color: #00008b;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	}


a:hover { 	color:  #dee7ef;
	background:  #000000;
	text-decoration: none;
	font-family: Arial, Helvetica;
	font-weight: bold;
	}


a:active {	color: #dee7ef;
	font-family: Arial;
	text-decoration: none;
	font-weight: normal;
	}


#motioncontainer {
/* margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 640px; /* Set to gallery width, in px or percentage */
height: 640px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #000000; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#motioncontainer img {
    height: 350px; 
  }

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

<!-- Do not edit IE conditional style below -->
<!--[if gte IE 5.5]>
<style type="text/css">
#motioncontainer {
width:expression(Math.min(this.offsetWidth, maxwidth)+'px');
}
</style>
<![endif]-->
<!-- End Conditional Style -->
/* End Gallery Styles */










