	body{
margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	

	}
	
	#previewPane{
	margin-right:1px;
	text-align:right;
	vertical-align:top;
	padding-top:1px;
		width:364px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	}
	DIV.mainContent { padding:45px 0; width:780px; margin:0 auto; text-align:right; font:normal 14px arial; color:#000; direction:rtl}
	DIV.mainContent H1 { font:bold 16px arial; color:#213689; padding:0 0 30px 0; margin:0px;}
	DIV.mainContent H2 { font:bold 16px arial; color:#213689; padding:0 0 15px 0; margin:0px;}
	DIV.mainContent H3 { font:bold 14px arial; color:#000; padding:0 0 10px 0; margin:0px;}
	DIV.mainContent IMG { float:left; padding:0 10px 10px 0 ;}
	DIV.mainContent UL { margin:0px 15px 0 0; padding:0px}
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
				
		/* CSS HACK */
		width: 124px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/120px;	/* Other browsers */
		width: /**/120px;
				
		
		padding:1px;	/* A little space between the black border and the content inside */
		
		
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:277px;	/* Height of boxes for the images */

		}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #22378A;
	}
	#theImages .imageCaption{
		display:none;
	}
	
	.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #22378A;
}
.imgbrdr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}


