/* CSS Document */
/*IE6 PNG FIX */
img, #mainBody, #topCorner, #links, .bottomCorner{ 
behavior: url(/scripts/iepngfix.htc); 
}
/*END IE6 PNG FIX */

/*Scroll page fix */
html
{	
 overflow-y:scroll;
}


/* Start Body TAGS */
body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background: url(/images/backgrounds/bkg_blue_hyd_main_site.jpg) #daf1ff no-repeat top fixed;
   /*Disable IE Clear Type */
   filter:none; 
}
/* End Body TAGS */

th,td
{
  font-size:13px;
}

/*Hyperlink tags*/
 a:link    { color:#017FBA; text-decoration:none; font-weight: bold;} 
 a:active  { color:#017FBA; text-decoration:none; font-weight: bold;}
 a:visited { color:#017FBA; text-decoration:none; font-weight: bold;} 
 a:hover   { color:#017FBA; text-decoration:underline; font-weight: bold; background-color:#c2e6ff;} 
/*End Hyperlink tags */


/*Loose styles*/
img,a
{
 border:0px;
}

.articlecol a img 
{
 display:block;
}

/*Change background color on hover on bottom logos */
.wbuy a:hover 
{
 background-color:#FFFFFF;
}

 

/*Clear padding and margins for elements */
p,ul,h2,h3
{
  margin:0px;
  padding:0px;
}

/*Small Font size */
p.smll
{
	font-size:11px;
	line-height:1.3em;
}

h2 {
 font-size:21px;
}

h3
{
  font-size:15px;
}


p.smallfnt
{
  font-size:11px;
}



/* Start Remove dotted lines From Navigation*/
a {
   outline: none;
}
/*END Remove dotted lines From Navigation */


/*Start Clear Floating*/
.clear
{
	clear:both; 
	height:1px; 
	font-size:1px; 
	line-height:1px; 
	padding-top:0px;
	margin:0px;
}



.clearaddpadding
{
	clear:both; 
	height:1px; 
	font-size:1px; 
	line-height:1px; 
	padding-top:1px;
	margin:0px;
}
/*End Clear Floating*/

/*small Font style*/
p.sml
{
 font-style:italic;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 line-height:1.5em;
}

