body {
	background: #FFFFFF;
	font-family: Helvetica, sans-serif, Arial;
	color: #666;
	text-align:justify;
	font-size:12px;
	margin:0px;
}
#content {
	color:#666;
}
#content a {
	text-decoration:none;
	color: #666;
	font-weight:bold;
}
.exHeading {
	font-size:20px;
	font-weight:bold;
}
#flashcontent {
	height: 616px;
	width: 930px;
	float: center;
}
.indexPair {
	display:block;
	width:220px;
	height:110px;
	padding:0px;
	margin:0px;
	cursor:pointer;
}
.indexPair a img{
	border: 5px solid #DDD;
}
.indexPair a:hover img{
	border: 5px solid #666;

}
.indexText {
	float:right;
	height:90px;
	width:103px;
	padding-top:20px;
	padding-right:5px;
	padding-left:2px;
	text-align:left;
	cursor:pointer;
}
.indexImage {
	float:left;
	width:110px;
	cursor:pointer;
}
.indexImage2 {
	display:block;
	float:right;
	width:110px;
	cursor:pointer;
}
.indexText2 {
	display:block;
	float:left;
	height:90px;
	width:103px;
	padding-top:20px;
	padding-left:5px;
	padding-right:2px;
	text-align:right;
	cursor:pointer;
}

.footer-logo {
	position:absolute; 
	top:462px;
	left:0px;
}

#########

h3{ margin: 10px 10px 0 10px; color:#FFF; font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;  }
			
.boxgrid{ 
	width: 304px; 
	height: 304px; 
	margin:2px; 
	float:left; 
	background:#333333; 
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{ 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	border: 0px; 
}
.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}

.boxgridSmall { 
	width: 150px; 
	height: 150px; 
	margin:2px; 
	float:left; 
	background:#333333; 
	overflow: hidden; 
	position: relative; 
}
.boxgridSmall img{ 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	border: 0px; 
}
.boxgridSmall p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}

.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 304px;
	left: 0px;
}

.captionfullSmall .boxcaption {
	top: 150px;
	left: 0px;
}