	body
	{
	max-width: 750px;
	margin: 10px auto 0px auto;
	font-family: arial;
	font-size: 1em;
	background:#ddd;
	}
	#mainbox
	{
	width: 750px;
	position: relative;
	border: 6px #104b9c double;
	background:#fff;
	padding: 10px;
	}
	.title
	{
	font-size: 2em;
	font-weight: bold;
	color:#104b9c;
	text-align: center;
	font-family: times, arial;
	}
img {border: none;}
h1 {
	color: #fff;
	text-align: center;
	background: url(h1_bg.gif) no-repeat;
	text-indent: -99999px;
	margin: 100px 0 10px;
}
.container {
	overflow: hidden;
	width: 500px;
	margin: 0 auto;
}
#main {
	padding: 10px;
	background: #6483ac;
	border: 1px solid #104b9c;
}

/*--Main Image Preview--*/
.main_image {
	width: 500px; height: 342px;
	background: #5c8cce;
	position: relative;
	overflow: hidden;
	color: #000;	
	border: 1px solid #fff;
}
.main_image h2 {
	font-size: 1.25em;
}
.main_image p {
	font-size:.95em;
	line-height: 1.2em;
}
.block small { 
	padding: 0 0 0 0px; 
	background: url(icon_calendar.gif) no-repeat 0 center; 
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}

/*

.main_image .block
{
	width: 98%;
	background: #fff;
	font-size:.8em;
	padding-left: 3px;
	padding-right: 6px;
	/*overflow: scroll;
	overflow-x: hidden;*/
	text-align: justify;
}*/
.main_image .block1
{
	width: 98%;
	background: #fff;
	font-size:1.5em;
	padding-left: 3px;
	padding-right: 6px;
	/*overflow: scroll;
	overflow-x: hidden;*/
	text-align: justify;
}
.main_image span.collapse {
	background: url(../images/btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image span.show
{
background: url(../images/btn_show.gif) no-repeat left bottom;
} 
.scroll
{
height: 83px;
width: 500px;
margin: 5px 0 0 0;
overflow: auto;
}
.image_thumb_box
{/*INCREASE WIDTH WHEN MORE PHOTOS ARE ADDED!!!!!*/
width: 2650px;
height: 65px;
*margin-top: 10px;
/*display: none;*/
}
.image_thumb {
	width: 80px;
	float: left;
	overflow: inline;
	/*background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
	font-size: .5em;*/
}
.image_thumb img {
	/*border: 1px solid #ccc; */
	padding: 5px; 
	background: #fff; 
	float: left;
	overflow: inline;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
	overflow: inline;
}
.image_thumb ul li{
	margin: 0; padding: 0;
	}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #fff;
	cursor: default;
}
html .image_thumb ul li h2 {
	margin: 0 0; padding: 0;
	display: none;
}
.image_thumb ul li .block {
	float: left; 
	/*margin-left: 10px;*/
	padding: 0;
	width: 100px;display: none;
}	
.image_thumb ul li p{display: none;}
.mdtxt
{
font-size: 1.10em;
padding: 2px;
text-align: left;
}