.yellowBar {
	background-image: url(Media/BarYellow.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFE6;

}
.blueBar {
	background-image: url(Media/BarBlue.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: ECECFF;

}
/* General font families for common tags. B orrowed from phpBB */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; }
p,td { font-size:  12px }
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
a {text-decoration: none}
a:hover {text-decoration: underline}.header {
	background-image: url(Media/VillageFromAbove.jpg);
	background-repeat: no-repeat;
	height: 92px;
	vertical-align: middle;
	background-color: #6699CC;
	background-position: center center;

}



/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

.background2 {
	/*background-color: #EBE3CB;*/
	background-color: #E5E5E5;
}
.background1 {
	background-color: #72A0CF;
}
