@import url("lightbox_main.css");
.link {
	font-family: "Century Gothic", sans-serif;
	font-size: 12px;
	color: #3366CC;
	text-decoration: none;
	padding: 2px;
	
	
}	

:hover.link {
	font-family: "Century Gothic", sans-serif;
	font-size: 12px;
	color: #00CCFF; 
    text-decoration: none;
	background-color: #FFFFFF;
	padding: 2px; 
}
	

.positiontl {
	background-image: url(../images/corners/corner_tl.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.positiontr {
	background-image: url(../images/corners/corner_tr.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.positionbr {
	background-image: url(../images/corners/corner_br.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.positionbl {
	background-image: url(../images/corners/corner_bl.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.positiontlallsmall {
	background-image: url(../images/corners/corner_small_tl.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.positiontrsmall {
	background-image: url(../images/corners/corner_small_tr.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.positionbrsmall {
	background-image: url(../images/corners/corner_small_br.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.positionblsmall {
	background-image: url(../images/corners/corner_small_bl.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.textblue {
	font-family: "Century Gothic", sans-serif;
	font-size: 12px;
}
.textbluetitle {
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	text-decoration: none;


}	
.textbluetitlelink {
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #3366CC;

}
:hover.textbluetitlelink {
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #00CCFF; 
}
.textbluebiglink {
	font-family: "Century Gothic", sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #3366CC;
}
:hover.textbluebiglink {
	font-family: "Century Gothic", sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #00CCFF; 
}
.textbluesmall {
	font-family: "Century Gothic", sans-serif;
	font-size: 10px;
	font-weight: lighter;
}

.navigate{display:block}
.navigate *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.navigate1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e1ffff;
  border-right:1px solid #e1ffff;
  background:#f2ffff}
.navigate2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #d1ffff;
  border-right:1px solid #d1ffff;
  background:#f5ffff}
.navigate3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f5ffff;
  border-right:1px solid #f5ffff;}
.navigate4{
  border-left:1px solid #e1ffff;
  border-right:1px solid #e1ffff}
.navigate5{
  border-left:1px solid #f2ffff;
  border-right:1px solid #f2ffff}
.navigatefg{
  background:#FFFFFF}
  
#content	{
	font-size: 12px;
	font-family: "Century Gothic", sans-serif;
}

#content h1	{	
	font-size: 18px;
	color: #3366CC;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 3px;
}

#content h2	{	
	font-size: 14px;
	color: #3366CC;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 3px;
}