/* PWGA New Site CSS Document */

body {
	color:#000000;	
	background-color: #E1ECFD; /* light blue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight:bold;
	background-image: url(news/images/PWGABkg.png);
	background-repeat: repeat; 
	margin: 0;
	padding: 0;
}

/* the order of links: link, visited, hover, - else hover links do not get applied   */ 
a:link {
   color: #006600; /* dark green color */
   text-decoration: none;
}

a:visited {
   color: #006600;
   text-decoration: none;
}

a:hover {
   color:#0033CC;  /* blue */
  /* text-decoration: underline; */
}

li {
  list-style-type: square;
}

/* td{
		border-style:dotted;
		border-color:#0066CC;
		border-bottom-width:thin;		
} */

hr{
		border-style:dotted;
		border-color:#0066CC;
		border-bottom-width:thin;
}


#mainnavbar a:hover {
          border-bottom-style:dotted;
		  border-color:#CC6600;
		  border-width:thin;
}

#content { 
  /* background:url(news/images/tulipBkg.png) 100% top repeat; */
   padding-left: 20px;

}  

#subheading {
			  font-size: 16px;
			  color:#CC6600;
			  font-weight:bold;
}


#bottomnavbar {
                font-size: .80em;
				padding-left: 40px;
}

#footer {
          font-size: .65em;
		  padding-left: 40px;

}