body {
	background-color:#fff;
}



.pageborder {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	height:600px;
	top:50%;
	left:46%;
	margin-top:-280px;
	margin-left:-437px;
	text-align:left;
	position:absolute;
}



  	#flashcontent {				
		margin: 0px 0px 0px 0px;	
		width: 950px;	
		height: 383px;			
	}
	

/* MENU 1 */

a.menu1:link
{
  font-size: 9pt;
  font-family: 'century gothic', tahoma, sans-serif;
  color: #464646;
  text-decoration:none;
}


a.menu1:visited
{
  font-size: 9pt;
  font-family: 'century gothic', tahoma, sans-serif;
  color: #464646;
  text-decoration:none;
}


.menu1,
a.menu1:hover
{
  font-size: 9pt;
  font-family: 'century gothic', tahoma, sans-serif;
  color: #6280a2;
  text-decoration:none;
}


a.menu1:active
{
  font-size: 9pt;
  font-family: 'century gothic', tahoma, sans-serif;
  color: #464646;
  text-decoration:none;
}


a.menu1selected:link,
a.menu1selected:visited,
a.menu1selected:hover,
a.menu1selected:active
{
  font-size: 9pt;
  font-family: 'century gothic', tahoma, sans-serif;
  color: #6280a2;
  text-decoration:none;
}









P {
  font-size: 13px;
  font-family: 'century gothic', tahoma, sans-serif;
  color: #464646;
  line-height: 1.3em;
  text-decoration:none;
}
 
 
   a.link {
  font-size:14px;
  font-family: 'century gothic', tahoma, sans-serif;
 color: #464646;
 text-align: left;
   text-decoration:none;
}
 
 
   a.link:hover {
  font-size: 14px;
  font-family: 'century gothic', tahoma, sans-serif;
  color: #6280a2;
  text-align: left;
   text-decoration:none;
}


 
  a.text_small{
  font-size:11px;
  font-family: 'century gothic', tahoma, sans-serif;
 color: #464646;
 text-align: left;
   text-decoration:none;
}
 
 
   a.text_small:hover {
  font-size: 11px;
  font-family: 'century gothic', tahoma, sans-serif;
  color: #6280a2;
  text-align: left;
   text-decoration:none;
}
 


  a.text_title{
  font-size: 8pt;
  font-family: 'century gothic', tahoma, sans-serif;
 color: #000000;
 text-align: left;
   text-decoration:none;
}


.style1_blue {
	color: #6280a2;
    font-family: 'century gothic', tahoma, sans-serif;
	font-size:13px;
}

.style1_blue2 {
	color: #6280a2;
    font-family: 'century gothic', tahoma, sans-serif;
	font-size:15px;
}

.blue_highlight {
	color: #6280a2;
}

.small_font {
	font-size:11px;
}

	
	img.floatLeft { 
    float: left; 
	padding: 0px 8px 8px 0px;
}
	img.floatRight { 
    float: right; 
	padding: 0px 0px 8px 8px;
}








a.box_text
{
   font-family: arial, sans-serif; 
   font-size:12px;
   padding:2px;
   margin:3px;
   color:#fff;
   text-decoration:none;
}


a.box_text:hover
{
   font-family: arial, sans-serif; 
   font-size:12px;
   padding:2px;
   color:#ef6129;
   text-decoration:none;
}

.boxgrid{
	width: 198px;
	height: 134px;
	margin:none;
	float:left;
	background:#000000;
	border: solid 0px #fff;
	overflow: hidden;
	position: relative;
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
		opacity: 1;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.boxgrid img:hover{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
		opacity: .9;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
 	}
	
.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 15px;
	top: 85px;
	padding:3px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
 	}
	
	
	 .captionfull .boxcaption {
 	top: 170;
 	left: 70;
 }
 .caption .boxcaption {
 	top: 30;
 	left: 30;
 }