body {
	background-color: #EBE7F0;
	margin-top: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight:bold;
}
.nav:link {
	text-decoration: none;
}
.nav:visited {
	text-decoration: none;
	color: #FFF;
}
.nav:hover {
	text-decoration: underline;
	color: #FFF;
}
.nav:active {
	text-decoration: none;
	color: #FFF;
}
.bottom_seo {
	font-size: 9px;
	text-align: center;
	color: #736253;
}
.page_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.page_link:link {
	text-decoration: underline;
}
.page_link:visited {
	text-decoration: underline;
	color: #000;
}
.page_link:hover {
	text-decoration: underline;
	color: #000;
}
.page_link:active {
	text-decoration: underline;
	color: #000;	
}
.content {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 14px;
}
.content_legend {
	font-size: 15px;
	font-family: Garamond, Georgia, "Times New Roman";
}
.big_link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #000;
	font-weight:bold;
}
.big_link:link {
	text-decoration: none;
}
.big_link:visited {
	text-decoration: none;
	color: #000;
}
.big_link:hover {
	text-decoration: underline;
	color: #000;
}
.big_link:active {
	text-decoration: none;
	color: #000;
}
.content_header {
	font-size: 18px;
}
.creditation {
	font-size: 10px;
}
.border {
	border: 1px solid #CCCCCC;
	height:240px;
	width:99%;
	display:block;
	background:#FFF;
	padding:3px;
}
.border2 {
	border: 1px solid #CCCCCC;
	width:100%;
	display:block;
	background:#FFF;
}
.seo {
	color:#FFF;
	text-align: center;
	font-size: 10px;
}
.seo_link {
	font-size: 10px;
	color: #FFF;
}
.seo_link:link {
	text-decoration: none;
}
.seo_link:visited {
	text-decoration: none;
	color: #FFF;
}
.seo_link:hover {
	text-decoration: underline;
	color: #FFF;
}
.seo_link:active {
	text-decoration: none;
	color: #FFF;
}
.pdf_link {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 14px;
	color: #000;
}
.pdf_link:link {
	text-decoration: none;
}
.pdf_link:visited {
	text-decoration: none;
	color: #000;
}
.pdf_link:hover {
	text-decoration: underline;
	color: #000;
}
.pdf_link:active {
	text-decoration: none;
	color: #000;	
}
.page_link2 {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 14px;
	color: #000;
}
.page_link2:link {
	text-decoration: underline;
}
.page_link2:visited {
	text-decoration: underline;
	color: #000;
}
.page_link2:hover {
	text-decoration: underline;
	color: #000;
}
.page_link2:active {
	text-decoration: underline;
	color: #000;	
}
	#gallery {
		background-color: #FFF;
		width: 880px;
	}
	#gallery  { list-style: none; }
	#gallery  { display: inline;
	left:0px;
	float:left;}
	#gallery  img {
		border: 2px solid #4C3758;
		border-width: 1px 1px 1px;
	}
	#gallery a:hover img {
		border: 2px solid #A387B4;
		border-width: 1px 1px 1px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	
	.dot_border{
		border-bottom:dotted 2px #A59283;
		width:600px;
		height:15px;		
	}
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 296px;
height: 223px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 1px; /*margin around each panel*/
width: 296px;/* Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
/* New Web Images Scroller */
.image_carousel {
padding:2px;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	margin: 1px;
	padding:1px;
	display: block;
	float: left;
	
}