/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif, "Futura Book";
	font-size: 12px;
	color: #FFFFFF;
	background:#328BCF url(images/bg.jpg) 0 0 repeat-x;
	margin: 0px;
	padding: 0px;
	text-align:left;
}
table{
color:black;
}
* #container{
	display:block;
	overflow:hidden;
	background: url(images/container_bg.jpg) 0 0 repeat-y;
	}
* #shell{
	display:block;
	background:url(images/shell_bg.jpg) top left no-repeat;
	}
* #topflash{
	width:400px;
	height:105px;
	top:0px;
	left:370px;
	position:absolute;
	}		
* #search{
	top:114px;
	left:560px;
	width:200px;
	position:absolute;
	}	
* #menu{
	width:161px;
	height:237px;
	margin-top:159px;
	float:left;
	}					
* #header{
	width:606px;
	height:175px;
	position:absolute;
	top:159px;
	left:164px;
	}
* #contentcopy{
	width:532px;
	padding-top:356px;
	margin-left:203px;
	padding-bottom:15px;
	min-height:160px;
	_height:160px;
	}	
* #footer{
	width:770px;
	height:166px;
	background:#328BCF url(images/footer.jpg) 0 0 no-repeat;
	clear:both;
	}
* #footertag {
	width:398px;
	font-size:9px;
	padding-left:362px;
	padding-top:70px;
	text-align:center;
	}

#footertag a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#footertag a:hover {
	color:#E4FFC0;
	text-decoration:underline;
	}	
						

a {
	color:#E4FFC0;
	text-decoration:underline;
	}
	
a:hover {
	color:#9DC6F2;
	text-decoration:underline;
	}
	
* .centered{
	text-align:center;
	margin:0 auto 0 auto;
	}		
* .right {
	margin:10px 0 14px 14px;
	float:right;
	}	
* .directory{
	width:100%;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Futura Book";
	font-size: 12px;
	color: #FFFFFF;
	padding:5px;
	}
		
h1 {
 font-family: "Futura MdCn BT", Verdana, Arial, Helvetica, sans-serif, "Futura Book";
 font-size:26px;
 color:#E4FFC0;
 font-weight: normal;
 margin-bottom:28px;
 margin-top:0px;
 margin-left:16px;
 }
 
 h2 {
 font-family:Verdana, Arial, Helvetica, sans-serif, "Futura Book";
 font-size:15px;
 color:#07338B;
 font-weight:bold;
 margin-top:0px;
 margin-bottom:5px;
 }
 
  h3 {
 font-family:Verdana, Arial, Helvetica, sans-serif, "Futura Book";
 font-size:13px;
 color:#E4FFC0;
 font-weight:bold;
 margin-top:0px;
 margin-bottom:1px;
 }
 
   h4 {
 font-family:Verdana, Arial, Helvetica, sans-serif, "Futura Book";
 font-size:13px;
 color:#FFFFFF;
 font-weight:bold;
 margin-top:0px;
 margin-bottom:1px;
 }

 strong {
	 font-weight:bold;
	 color:#E4FFC0;
 }

li{
margin-bottom:5px;
line-height:18px;
}	

p {
	margin:4px 0 15px 0;
	line-height:18px;
	}
* .sm {
	font-size:9px;
	}	
	
input, select, textarea, submit{
	background-color:#99C1EB; 
	color:#000; 
	margin:0; 
	line-height:20px;
	border:1px solid #000;
	padding:2px;
	}	
	
/*  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: #E4FFC0; 
	font-size:26px;
	margin-bottom:28px;
	margin-top:0px;
	margin-left:16px;
	}

/*  end  sIFR  */

	
/*  FAQ Formatting  */


	#faq li a {
	display:block;
	}

* .faqAnswer {
	width:85%; 
	background-color:#E69051; 
	border:1px solid #723000; 
	padding:12px 12px 12px 16px; 
	margin-bottom:10px; 
	margin-top:5px; 
	font-size:12px; 
}
	
* #faq {
	margin-bottom:90px;
}

/*  end FAQ Formatting  */

* .style1 {font-size: 18px}
* .style2 {font-size: 16px;	color: #CC0000;}

* .membertd {color: #E4FFC0;}
* .text {color: #E4FFC0;}
.text a {font-weight: bold;}
.text a:hover {color: #338CD0;}

/* edit.com */

ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}

.NormalText, body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-style:normal;
}


/* Static Menu Formating */
.wireframemenu{
background-color: #10559E;
width: 161px;
position: relative;
float:left;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 161px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Verdana;
padding: 0;
display: block;
width: 161px; /*Define width for IE6's sake*/
text-decoration: none;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #F8FBBD;
color: black;
}