.pagetitle {
	font-family: "Monotype Corsiva", "Times New Roman", sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFF99;
	text-align: center;
}
.header {
	background-color: #FFFF99;
}
.header a:link {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFF99;
}
.header a:visited {
	color: #666666;
	text-decoration: underline;
	background-color: #FFFF99;
	text-align: center;
}
.printbreak {
	page-break-before: always;
}
.paratitle {
	font-style: italic;
	font-weight: bold;
	color: #FFFF99;
	font-family: "Monotype Corsiva", "Times New Roman", serif;
	font-size: x-large;
}
.paratitle_small {
	font-style: italic;
	font-weight: bold;
	color: #FFFF99;
	font-family: "Monotype Corsiva", "Times New Roman", serif;
	font-size: large;
}
.kidheader {
	background-color: #0099FF;
	font-family: "Times New Roman", Times, serif;
}
.kidtitle {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}
.kidtext {
	font-family: "Monotype Corsiva", "Times New Roman", sans-serif;
	font-size: 16px;
	color: #000000;
}
.sidebar {
	padding: 5px;
}
.pastdate {
	color: #999999;
}

li.sidebar {
	list-style:circle inside;
	margin-left: -40px;
	}
.content {
	color: #FFFF99;
	font-family: "Times New Roman", Times, serif;
}
#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li
{
float: left;
margin: 0;
}

#nav-menu li a
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 110px;
	display: block;
	color: #0099FF;
	background-color: #CCCCCC;
	text-decoration: none;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/navbg.gif);
	background-repeat: repeat-x;
	background-position: left;
	font-size: medium;
	font-weight: bold;
	border-top-width: 0.07em;
	border-right-width: 0.07em;
	border-left-width: 0.07em;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
	width: 222;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	
} 
#nav-box {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	height: 2.5em;
	margin-bottom: 0px;
}
.float_left {
	margin: 5px;
	float: left;
}
.float_right {
	margin: 5px;
	float: right;
}
.clear_it {
	clear: both;
}
.clear_right {
	clear: right;
}
.clear_left {
	clear: left;
}
