html{
	background-image: url(../images/pgbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
}
 body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	background-image: url(../images/site-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
a:link, a:visited{
	text-decoration: none;
	color: #3366CC;
	margin-left: 4px;
	margin-right: 4px;
}
a:hover{
	text-decoration: underline;
}
a:focus, a:active{
	outline: none;
}

a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

h1, h2, h3, h4, h5, h6 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 text-align: left; background: transparent; margin: 0px;}
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #005A9C;}
h1 {font-size: 15px;  }
h2 {font-size: 12px;  }
h3 {font-size: xx-small;  }
h4 {font-size:xx-small;  }
h5 { font-style: italic !important; font-size: xx-small;  }
h6 { font-variant: small-caps; font-size: x-small;}

.topnav{
	padding-right: 15px;
	padding-bottom:2px;
}
.broadcrumb{
	padding-bottom: 5px;
	font-size: 9px;
}
.broadcrumb a:link, .broadcrumb a:visited{
	color: #666;
}
.broadcrumb a:hover{
	color: #333;
	text-decoration: none;
} 
.content{
	background-color: #FAFAF7;
	padding: 10px;
}
.content p{
text-align: justify;
}.lnav{
	padding-top: 20px;
}
.news{
	 background-color: #f2f5e2;
 border: 1px solid #abdc86;
 color: #434343;
 margin: 5px;
 padding: 5px;
 text-align: left;
}

.news ul li{
	color: #abdc86;
	list-style: square;
	text-align:left;
	margin-left: -20px;
	padding: 0px;
	margin-bottom: 4px;
}
div.footer{
	background-image: url(../images/foot-bg.gif);
	background-repeat: repeat-x;
	height: 57px;
	bottom: 0px !important;
	padding-top: 18px;
	color: White;
	font-weight: bold;
	font-size: 10px;
}

.footer a:link, .footer a:visited{
		color: #ccc;
		margin: 0px;
		font-size: 10px;
		padding: 3px;
		

}
.footer a:hover{
	color: #fff;
	text-decoration: none;
}
