body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/background.jpg); background-repeat:repeat;
	background-repeat:repeat-x;
	background-color:#9fb272;
	padding:50px 0 0 0;
}

#pageContainer {
}

#siteContainer{
	width:800px;
	background-color:#FFFFFF;
}

#logoDiv{
	height:75px;
}

#navDiv{
	height:15px;
}

/* the horizontal menu starts here */
div#navMenu {
	width:100%; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
}

div#navMenu ul {margin:0 20px 0 30px;/* indents ul from edge of container */
	}

div#navMenu li {
	float:right;	/* causes the list to align horizontally instead of stack */
	list-style-type:none;	/* removes the bullet off each list item */
	}

/* the horizontal menu ends here */
/* END OF LIST-BASED MENU */

#flashDiv{
	height:352px;
}

#contentDiv{
	background-image:url(../images/wtGrnWtBG.jpg);
}

#rightSideContentDiv {
	width:450px;
	padding:35px 35px;
}

#footerDiv{
	height:30px;
}

#footerDiv img{
	padding-top:5px;
}

#logoDiv img{
	padding:25px 0 0 20px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}

.directorsMessageCopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
}
.youngCritics {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}
.eventsTitles {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}
.eventsCopy {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 14px;
}

.leftNav{
	list-style-type:none;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:12px;
}

.leftNav li{
	margin-left:-40px;
	list-style-type:none;
	padding-bottom:10px;
}

.leftNav a {
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

.leftNav a:hover{
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:12px;
	color:#990000;
	text-decoration:none;
}

.redBold {
	color: #990000;
	font-weight: bold;
}

a {
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:12px;
	color:#660000;
	text-decoration:none;
}

a:hover{
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:12px;
	color:#990000;
	text-decoration:none;
}