#pagebody {
	background-image: url(images/pageback.jpg);
	width: 770px;
	background-repeat: repeat-y;
}
#leftpage {
	margin: 0px;
	padding: 0px;
	width: 240px;
	float: left;
}
#rightpage{
	margin: 0px;
	padding: 0px;
	width: 529px;
	float: right;
}
.linepage{
	background-color: #F9EDD2;
	height: 4px;
	width: 529px;
	margin-top: 1px;
}
.leftinepage{
	background-image: url(images/pagebackrightlinebreak.jpg);
	height: 4px;
	width: 240px;
}
.pagecontent{
	background-image: url(images/contenttop.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 10px;
	width: 509px;
}
.pagecontent H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #619401;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #693E34;
	margin: 0px 0px 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
}
.pagecontent H2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F9E02;
	margin: 0px 0px 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.pagecontent H5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	margin: 0px;
	padding: 0px;
}
.pagecontent, #leftpage
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #693E34;}
.leftcontainer{
	margin: 0px;
	padding: 10px;
	width: 220px;
}
.imgle {
	margin-right: 10px;
}
/* right menu list */

#motioncontainer {
position:relative;
width:800px;
height:90px;
overflow:hidden;
}
#motioncontainer a img{ /*image border color*/
	border: 3px solid #EFE0C2;
	padding: 1px;
/*	filter:alpha(opacity=50);-moz-opacity:0.5 */
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 3px solid #ACD750;
/*filter:alpha(opacity=100);-moz-opacity:1.0 */
}

#motioncontainer a:hover{
color: #ACD750; /* Dummy definition to overcome IE bug */
}