body {
	height:100%;
	padding: 0;
	margin: 0;
	background-color: #666666;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:0.9em;
}

#main {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-left:1px solid black;
	border-right:1px solid black;
	background-color: #FFFFFF;
	color:#000000;
}



/*header section */

#header {
	background-color: #FFFFFF;
	color:#000000;
	height: 125px;
	background-image: url(images/headerbackground.jpg);
	background-repeat: repeat-x;
	padding: 0;
}
#logo {
	padding: 0px;
	float: right;
	margin-right: 0px;
	margin-bottom: 10px;
}
#headerLogo {
	float: left;
	border:0;
}


/*topMenu*/
#menu {
	clear: right;
	text-align: right;
	float:right;
	width:400px;
}

#navlist {
font-size: .8em;
margin: 5px 0;
font-weight:bold;
}
#navlist li {
float: left;
list-style-type: none;
margin: 0 5px 0 5px;
padding: 0;
white-space: nowrap;
}
#navlist ul {
margin: 0;
padding: 0;
}
#subMenus a, #navlist a {
padding: 2px 10px 2px 30px;
border: 1px solid;
border-color:#666666;
background-color: #999999;
background-image: url(images/menu.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
text-decoration: none;
color:#666666;
}
#subMenus a:hover, #navlist a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
padding: 2px 10px 2px 30px;
border: 1px solid;
border-color:#666666;
background-color: #9F6F9F;
background-image: url(images/menu1.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #EEEEEE;
}

/* Right Menu section */
#right {
	float: right;
	width: 200px;
	height: 100%;
}

.rightMenuItem {
	margin: 0px;
	width: 180px;
	background-color:#E4E4E4;
	color:#000000;
	background-image:url(images/rightMenuBottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	font-size:0.8em;
	padding-bottom:1px;
}

.rightMenuItem p {
	margin:5px;
}
.rightMenuItem h2 {
	padding:5px;
	background-image: url(images/rightMenu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:1em;
	color:#F8FFF2;
	background-color:#000000;
	margin-bottom:0;
}

.rightMenuItem ul {
	margin:0px;
	padding:0;
}

.rightMenuItem li {
	list-style-type:none;
	border-bottom: 1px solid #CCCCCC;
	margin: 0.5em 0.7em 0.5em 0.7em;
	padding: 0 0.5em 0 0.5em;
}

.rightMenuItem li.rss {
padding-left:40px;
}

.rightMenuItem li.youtubelink
{
padding-left:20px;
}
.rightMenuItem li.facebooklink
{
padding-left:20px;
}

.rightMenuItem a:link, .rightMenuItem a:visited {
	text-decoration:none;
	color:blue;
	background-color:#E4E4E4;
}

.rightMenuItem a:hover {
	text-decoration:underline;
}

.rss
{
	background-image:url("/images/rss.gif");
	background-repeat: no-repeat;
	background-position:left;
}

h1.rss {
padding-left:40px;
}
.youtubelink
{
	
background-image:url("/images/youtube.jpg");
	background-repeat: no-repeat;
	background-position:left;
}

.facebooklink
{
	background-image:url("/images/facebook.jpg");
	background-repeat: no-repeat;
	background-position:left;
}

/* Main content section */
#content {
	padding-left: 20px;
	padding-top: 20px;
	font-size:0.9em;
	overflow: hidden;
	width:520px;
}

#content img {
 	float:right;
	margin:0 1em 1em 1em;
	background:url(images/background.gif) no-repeat bottom right;
	padding:0 5px 5px 0;

}


#content img.left {
	float:left;
}

#content p {
	margin-top:1.5em;
}


p.date {
	font-size:0.8em;
	font-style:italic;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#ffffff;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.3em;
	margin-top:2em;
	margin-bottom:-0.8em;
	clear:both;
}

h1.top {
	margin-top:0em;
}


/* footer */

#footer
{
	clear:both;
	text-align:center;
	font-size:0.7em;
	background-color:#C5D5B8;
	color:#000000;
	border-top:1px solid #77787C;
	border-bottom:1px solid #77787C;
	margin-top:1em;
	padding:0em;
}

/* general text decoration */
.centerbold {
	text-align:center;
	font-weight:bold;
}

abbr, acronym {
  border-bottom: 1px dotted #333;
}

/* year menu */
#thumbImg {
	position:relative;
	left:-75px;
	top:10px;
}

#outerYearMenu {
	padding:0;
	width:515px;
	background-image:url(images/contentDivfooter.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color:#E4E4E4;
	color:#000000;
	

}


#outerYearMenu h2 {
	margin:0;
	padding:5px;
	background-image: url(images/contentDivHeader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:1em;
	color:#F8FFF2;
	background-color:#000000;
	margin-bottom:0;
}



#yearMenu {
font-size: .8em;
font-weight:bold;
margin:0;
padding:0 0 30px 0px;
}


#yearMenu ul {
margin: 10px 0 0 10px;
padding: 0;
}

#yearMenu li {
float: left;
list-style-type: none;
margin: 0 2px;
padding: 0;
white-space: nowrap;
}

#yearMenu li ul li {
	float:none;
}

#subMenus {
	margin-top:10px;
	clear:both;
}
#subMenus div {
	display:none;
	width:325px;
	_margin-top:30px;
padding-bottom:10px;
	_margin-top:0px;
}
#subMenus li {
	float:none;
	list-style:none;
	margin-bottom:10px;
}

#subMenus h3 {
	text-align:center;
	font-size:1em;
	margin:0;
	padding:0;
}


#yearMenu a {
padding: 2px 5px;
border: 1px solid;
border-color:#666666;
background-color: #999999;
background-image: url(images/menu.jpg);
background-repeat: no-repeat;
background-position: 100% 50%;
text-decoration: none;
color:#666666;
}
#yearMenu a:hover, #yearMenu a:active {
background-color: #9F6F9F;
background-image: url(images/menu1.jpg);
background-repeat: no-repeat;
background-position: 100% 50%;
color: #EEEEEE;
}

#instruction2 {
	display:none;
}

#instruction2,#instruction1 {
	padding-left:10px;
	font-size:0.9em;
	margin-bottom:5px;
}

#chadacre ul {
text-align:center;
font-style:italic;
font-size:0.9em;
}


#chadacre img {
	border:0;
}

/*activity pack */

#content div.left img {
 	float:none;
	margin:0 0.5em;
	border:1px solid #000;
}

div.left
{
	float:left;
	width:250px;
	text-align:center;
}

div.row
{
	float:none;
	clear:both;
}

#content img.imgcenter
{
	float:none;
	clear:both;
}

p.imageP
{
text-align:center;
font-size:0.8em;
font-weight:bold;
}
