/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif, "Futura Book";
	font-size: 12px;
	color: #000000;
	background-color:#000000;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
	
#container{
	width:770px;
	background:url(images/container_bg.jpg) 0 0 repeat-y;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	position:relative;
	}	

#shell{
	width:770px;
	background:url(images/shell_bg.jpg) top left no-repeat;
	position:relative;
	}	
	
#menu{
	width:770px;
	height:368px;
	}	
	
#contentcopy{
	width:600px;
	padding-top:20px;
	margin-left:80px;
	padding-bottom:15px;
	}	
	
#footer{
	width:770px;
	background: url(images/footer.jpg) 0 0 no-repeat;
	}				
	
#footertag {
	overflow:hidden;
	width:400px;
	font-size:11px;
	text-align:right;
	margin-left:355px;
	color:#B9B8B2;
	line-height:17px;
	padding-top:90px;
	padding-bottom:15px;
	}					

#footertag a {
	color:#B9B8B2;
	text-decoration:underline;
	}
	
#footertag a:hover {
	color:#7A0D19;
	text-decoration:underline;
	}

a {
	color:#7A0D19;
	text-decoration:underline;
	}
	
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
.centered{
	text-align:center;
	margin:0 auto 0 auto;
	}		
	
.right {
	margin:10px 0 14px 14px;
	float:right;
	}	
	 
 h2 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:15px;
 color:#7A0D19;
 font-weight:bold;
 margin-top:0px;
 margin-bottom:4px;
 }

 strong {
	 font-weight:bold;
 }

li, dl{
margin-bottom:5px;
line-height:18px;
}	

.clear{
	height:1px;
	width:100%; 
	clear:both;
	}

p {
	margin:4px 0 15px 0;
	line-height:18px;
	}
.sm {
	font-size:9px;
	}	
	
.altmenu {
	padding-bottom:15px;
	color: #FFFFFF;
	width: 90%;
	text-align:left;
	line-height:18px;
	}	
	
	.validation-failed {
  color:#003366;
  background-color:#FFE7E6;
  border: 1px solid #f00;
}
.validation-passed {
  color:#003366;
  background-color:#D7ECD2;
  border: 1px solid green;
}
.validation-advice {
display:inline;
  margin: 2px; 
  padding:2px; 
  color:#420002;
  background-color:#FFE8E8;
  border:1px solid #CC0000;
}
#userform input{
padding:4px;
margin:4px;
}
#userform textarea{
padding:4px;
margin:4px;
}
#userform div{
padding-bottom:4px;
margin:4px;
}
.sendbtn{
border:1px solid #7A0D19;
color:#7A0D19;
padding:3px;
}

/*  FAQ Formatting  */

	#faq {
	padding-bottom:28px;
	}


	#faq li a {
	display:block;
	}

	.faqAnswer {
	width:85%; 
	padding:12px 12px 12px 16px; 
	margin-bottom:10px; 
	margin-top:5px; 
	font-size:12px; 
	}

/*  fun links  */

	#funlinks{
	background-color:#767676;  
	padding:2px;
	}
	
	#funlinks td{
	background-color:#FFFFFF; 
	padding:12px 12px 12px 12px;
	}
	
/*  end fun links  */	
/*  end FAQ Formatting  */