	body {
	background: white url(images/topBG.png) center top;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	}

	#header {
		padding: 0;
		margin: 0;
		position: relative;
		height: 236px;
		color: black;
		background: transparent url(images/header.png) 0px 236px;
		text-indent: -10000px;
		}
	
#footer {

	background: transparent url(images/footerAlt.png);
	background-repeat: no-repeat;
	text-align: center;
	padding: 17px 0px 70px 0px;

}

#sidebar
{
	padding: 235px 15px 10px 33px;
	margin: 0px;
	width: 222px;
	float: left;
	background: transparent url(images/logobw.png) 44px 32px;
	background-repeat: no-repeat;
	xbackground: green;
	}

#info {
	width: 400px;
	position: relative;
	left: 320px;
	top: 55px;
	xbackground: red;
	}
	
* html #info { /* make effect work in IE */
	width: 400px;
	position: relative;
	left: 130px;
	top: 55px;
	xbackground: red;
	}
	
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
		color: #333;
		}

a, h2 a:hover, h3 a:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #006D00;
	text-decoration: underline;
	}
	
#dropcap
{


float: left;
width: .8em;
font-size: 5em;
line-height: 83%;
font-family : "Georgia";
color: black;
text-shadow: #333 2px 2px 2px;

}

#anchor {
			position: relative;
			top: -22px;
			left: -50px;
			
}

.smallwhite {
				display: block;
}

.smallgreen {
				display: none;
}

.largegreen {
				display: none;
}

.largewhite {
				display: block;
}

.whitesmall {
				display: block;
}

.greensmall {
				display: block;
}

.greenlarge {
				display: none;
}

.whitelarge {
				display: none;
}
