html
{
	height: 100%;
}

body { behavior: url("csshover3.htc"); 
	background-color: #FFFFFF;
	text-align: center;
	height: 100%;
}

body hr { margin-top:25px; margin-bottom:10px;
}

.heading { 
	margin-top:0px;
	padding-bottom:10px;
	text-align: left;  
}

.container {
	clear:both;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 1245px;
	padding-bottom:10px;
	padding-top:10px;
	margin-bottom:15px;
/* Centering for IE6+ in strict mode, Firefox, and other modern browsers */
	margin: auto;
/* Don't center every line of text - we inherited this setting from body */
	text-align: left;

}
  
.left { display:none;
	background-color: #FFFFFF;
	float: left;
	padding: 5px 10px 5px 5px;
	width: 300px;
}

.right { display:none;
	background-color: #FFFFFF;
	text-align:left;
	float: right;
	padding: 0px 10px 0px 10px;
	width: 300px;
}

.right ul { line-height:110%;
}

.right #adlinks { padding-bottom:5px; padding-left:40px; position:relative;
}

.right li {
	list-style:none;
	line-height:150%;
	text-align:left;
}

/*Style Applied to the Middle Layer */
.middle {
  position: relative;
  background-color: #FFFFFF;
  width:572px;
  margin-left: 312px;
  margin-right: 312px;
  padding-left:10px;
  padding-right:10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.middle p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	line-height: 150%;
}

.middle h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color:#FF9966;
}

.middle #ctlinks {
	margin-left:auto; margin-right:auto; padding-top:2px; padding-bottom:2px;
}

.middle h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}

.middle h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:normal;
	color: #996633;
	}

.middle a:link { color: #0000FF}
.middle a:visited { color: #993399}
.middle a:hover {
	color: #0099CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*Style photo credits */

.cutline { display:none;
}

/*Styles Applied to Float Images left or right */
.imgfloatright { display:none;
}

.imgfloatleft { display:none;
}

/*Style Applied to the Navigation Layer */
.navDiv {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	position:static;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;	
	background-color: #FFFFFF;
}
.navDiv a:hover { color: #333333; 
	text-decoration : none; 
	background-color : #FFCC66;
	border : 1px solid #000000;
}
.navDiv h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-left : 0px;
	margin-top : 0px;	
}
/* begin Style for CSS dropdowns */
#menuh-container
	{ display:none;
	}

#menuh
	{ display:none;
	}
		
#menuh a
	{ display:none;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{ display:none;
	}
	
#menuh a:hover, #menuh a:active						/* menu on mouse-over  */
	{ display:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{ display:none;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{ display:none;
	}

#menuh ul
	{ display:none;
	}

#menuh li
	{ display:none;
	}

#menuh ul ul
	{ display:none;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%; display:none;
	}

div#menuh li:hover
	{ display:none;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{ display:none;}

/* End CSS Drop Down Menu */

#SearchMaindiv { display:none;}

.footer {
	text-align: left;
	clear:both;
	float: none;
	width:100%;
}

.footerdiv {
	clear:inherit;
	position: inherit;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	bottom:0;
	text-align: center;
	margin-left:auto; 
	margin-right:auto;
    width: 100%;
	height:auto;
	}
	
.footerdiv a:link { color: #0000FF}
.footerdiv a:visited { display:none;}
.footerdiv a:hover {
 display:none;
}	

.footerdivad { display:none;
	}
	
.footerdivad a:link {  display:none;}
.footerdivad a:visited {  display:none;}
.footerdivad a:hover {
 display:none;
}	

.tou { display:none;
}
.dnp {  display:none;
}

.copyrights span {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 12px;
	margin-top: 60px;
	position:inherit;
	width:inherit;
}


