@charset "UTF-8";
/* CSS Document */


body {
	background:#fff9ec;
	margin:0px;
	padding:0px;
}

#container {
	margin:0px auto;
	width:787px;
	padding:0;
	/*border:1px solid #000;*/
}

#banner {
	width:787px;
	height:243px;
	background:url(../images/fws_banner.jpg) no-repeat;
	margin-top:0px;
}

#banner a {
	display:block;
	width:100%;
	height:100%;
}

#nav {
	width:787px;
	height:85px;
	background:url(../images/navbg.jpg) repeat-x;
}

#nav_inner {
	border:0px solid #000;
	margin-left:auto;
	margin-right:auto;
	padding-top:33px;
	width:710px;
	font:11pt Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#nav_inner ul li.item, #nav_inner ul li.itemHi {
	float:left;
	margin-right:35px;
}

#nav_inner ul li.last {
	float:left;
	margin-right:0px;
}

#nav_inner ul li a, #nav_inner ul li a:visited {
	color:rgb(217,26,101);
	text-decoration:none;
}

#nav_inner ul li a:hover {
	color:rgb(0,95,117);
}

#nav_inner ul li.itemHi a, #nav_inner ul li.lastHi a {
	color:rgb(0,95,117);
	text-decoration:none;
}

#content {
	width:787px;
	background:#fee6d8 url(../images/contentbg.jpg) repeat-x;
}

#footer {
	width:787px;
	height:209px;
	background:url(../images/fws_bottom.jpg) no-repeat;
}

.teacherLink {
	width:209px;
	float:left;
	margin-right:30px;
	margin-bottom:20px;
	text-align:center;
}

.teacherLinkLast {
	width:209px;
	float:left;
	margin-bottom:20px;
	text-align:center;
}

.teacherLink a, .teacherLinkLast a {
	text-decoration:none;
	font-weight:bold;
	color:#d3396C;
}

.teacherLink a:hover, .teacherLinkLast a:hover {
	text-decoration:none;
	font-weight:bold;
	color:rgb(0,95,117);
}

ul.readinglist {
	 margin:0;
	 padding-left:32px;
	 margin-bottom:15px;
}

ul.readinglist li {
	padding-left:10px;margin-bottom:4px;list-style:disc;
}

