/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif, "Futura Book";
	font-size: 12px;
	color: #000000;
	background:url(images/bg.gif) 0 0 repeat;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
	
#container{
	width:770px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
	}	

#shell{
	width:770px;
	background:url(images/shell_bg.jpg) top left no-repeat;
	position:relative;
	}
	

/* Navigation */
#menu {
	position:absolute; 
	top:0px; 
	left:0px; 
	height:29px; /*z-index:100;*/ 
	z-index:99;  
	}
#menu img{ 
	float:left; 
	cursor:pointer; 
	border:0px; 
	}
.menuSubs { 
	top:29px; 
	position:absolute;  
	display:block; 
	color:#000000; 
	font:normal 12px arial, verdana, helvetica;  
	white-space:nowrap; 
	overflow:hidden; 
	z-index:100; 
	background:#FFFFFF;
	border:1px solid #1E4B4B; 
	}
.menuSubs a {
	display:block;
	text-align:left; 
	color:#000000; 
	text-decoration:none; 
	line-height:23px; 
	background:#FFFFFF;
	padding-left:20px;
	}
.menuSubs a:hover {
	color:#FFFFFF; 
	text-decoration:none; 
	background:#A12973;
	}
.menuSubs div { 
	width:173px; 
	}
/* end navigation */						
	
#contentcopy{
	width:700px;
	padding-top:274px;
	margin-left:44px;
	padding-bottom:20px;
	}
	
#footer{
	width:770px;
	height:100px;
	background:#2B6C6C url(images/footer.jpg) 0 0 no-repeat;
	clear:both;
	}
	
#footertag {
	width:770px;
	font-size:10px;
	padding-top:30px;
	padding-bottom:10px;
	color:#FFFFFF;
	text-align:center;
	line-height:16px;
	}

#footertag a {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
#footertag a:hover {
	color:#9FD7D7;
	text-decoration:underline;
	}	
						

a {
	color:#A12973;
	text-decoration:underline;
	}
	
a:hover {
	color:#2B6C6C;
	text-decoration:underline;
	}
	
.centered{
	text-align:center;
	margin:0 auto 0 auto;
	}		
	
.right {
	margin:10px 0 14px 14px;
	float:right;
	}	
	
.picright {
	margin:0 0 24px 24px;
	float:right;
	}	
	
h1 {
 font-family: "AGaramond Bold", "Times New Roman", Times, serif;
 font-size:22px;
 color:#2B6C6C;
 font-weight: normal;
 margin-bottom:23px;
 margin-top:0px;

 }
 
 h2 {
 font-family:Verdana, Arial, Helvetica, sans-serif, "Futura Book";
 font-size:14px;
 color:#A12973;
 font-weight:bold;
 margin-top:0px;
 margin-bottom:5px;
 }
 
 h3 {
 font-family:Verdana, Arial, Helvetica, sans-serif, "Futura Book";
 font-size:14px;
 color:#9FD7D7;
 font-weight:bold;
 margin-top:0px;
 margin-bottom:2px;
 }

 strong {
	 font-weight:bold;
	 font-size:13px;
	 color:#2B6C6C;
 }

li{
margin-bottom:5px;
line-height:18px;
}	

p {
	margin:4px 0 20px 0;
	line-height:18px;
	}
.sm {
	font-size:9px;
	}	
	
/*  sIFR tags  */

.sIFR-flash {
	visibility: visible !important; margin: 0;}
	
.sIFR-replaced {
	visibility: visible !important;}
	
span.sIFR-alternate {
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 0; 
	height: 0; 
	display: block; 
	overflow: hidden; }
	
.sIFR-hasFlash h1 {
	visibility: hidden; 
	color: #2B6C6C; 
	font-size:22px;
	margin-bottom:23px;
	margin-top:0px;
	 width:400px;
	}

/*  end  sIFR  */
	
