/* Welcome to the Baldwin Academy CSS file! Most of the CSS code is written by Anne Dorko for Baldwin Academy. BaldwinAcademy.com was first fully converted from tables to CSS positioning in January 2007. */ 

/* There are a lot of friendly notes throughout to remind myself of what each section of CSS does as well as give anybody else who needs to work on it an easy way to find, edit, or add to whichever section needs it. */

/* Index of sections (NOT actually numbered in this document): 
01. CSS positioning (website layout, excluding navigation)
02. Special content (wide pages) structure
03. Sub(side)content structure and image swapping
04. Non-navigational list styles
05. Font styles
06. Link styles (includes Home rollover and footer text)
07. Style H tags
08. Style regular page images
09. Style the table on the Fees page
10. Style the subnav on the Programs pages 
11. Style the top navigational buttons */

body {
	background-color: #B38B6D;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: "Comic Sans MS";
	font-size: 28px;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
#wrapper {
	background-color: #B38B6D;
	background-image: url(images/c_bg.gif);
	background-repeat: repeat;
	width: 1051px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Comic Sans MS";
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #630;
}
#banner {
	background-image: url(images/banner_r1_c1.jpg);
	background-repeat: no-repeat;
	width: 1051px;
	height: 359px;
}
#contentwrap {
	width: 1051px;
	display: block;
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
#maincontent {
	width: 800px;
	float: left;
	font-size: 18px;
	font-family: "Comic Sans MS";
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
#footer {
	background-image: url(images/footer.jpg);
	width: 1051px;
	height: 32px;
	font-size: 15px;
	text-align: center;
	color: #B38B6D;
	font-weight: bold;
	clear: both;
}
/* This is the special content style, a wide layout that applies for the Fees and News pages */
#specialcontent {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 18px;
	color: #630;
}
/* Styles the sub (side) content which lives nested in the content wrapper of normal pages */
#subcontent {
	float: left;
}
/* This CSS should handle the sub (side) image swaps for the non-navigational side content of most normal pages */
#subcontent {
	width: 200px;
	height: 340px;
	float: left;
	display: block;
	background-repeat: no-repeat;
}
#subcontent.home {
	background-image: url(images/sidenav.jpg);
}
#subcontent.staffside {
	background-image: url(images/side_staff.jpg);
}
#subcontent.policiesside {
	background-image: url(images/side_policies.jpg);
}
#subcontent.contactside {
	background-image: url(images/side_contact.jpg);
}
/* This CSS handles all of your lists that are not directly navigational */
ul {
	margin: 0px;
	padding: 0px;
}
#topnav, #banner ul {
	display: block;
	font-family: "Comic Sans MS";
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #630;
}
#topnav ul, #banner ul {
	list-style-type: none;
}
#wrapper #topnav li {
	display: inline;
}
.programslist {
	position: relative;
	left: 25px;
	top: 20px;
}
.policieslist li {
	margin-bottom: 20px;
}
.canarieslist {
	position: relative;
	left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: circle;
}
/* CSS styles the various font classes used throughout the site */
.bold {
	font-weight: bold;
}
.content {
	margin: 25px 30px 20px 50px;
	font-family: "Comic Sans MS";
	font-size: 18px;
	text-align:left;
	line-height:normal;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
.fine {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	margin: 25px 30px 25px 50px;
	color:#666666;
	text-align:left;
}
.pdfdownload {
	font-size: 11px;
	vertical-align: super;
}
.hidden {
	display: none;
}
/* Here the CSS hands the regular links that show up on most pages */
a:link {
	color: #5E2612;
	text-decoration: none;
}
a:visited {
	color: #63402C;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #600;
	text-decoration: none;
}
/* This is the "Home" rollover link in the upper right hand corner of every page except for the index page */
.navhome a {
	background-image: url(images/nav_home.jpg);
	background-repeat: no-repeat;
	width: 218px;
	height: 153px;
	float: right;
}
.navhome a:hover {
	background-image: url(images/nav_home_over.jpg);
	background-repeat: no-repeat;
}
/* This styles the footer text at the bottom of every page */
#footer a {
	color: #78A807;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	text-align: left;
}

}
h1 {
	font-size: 26px;
	font-family: "Comic Sans MS", cursive;
	color: #D6D6D6;
	line-height: 100%;
	text-align: center;
}
h2 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5E2612;
	line-height: 100%;
	font-weight: normal;
}
/* This section handles any CSS applied to images placed onto a page, most images outside of the gallery (which should be handled by a seperate source) will probably be placed within the Programs sections */
img {
	border: 5px double #5E2612;
	margin:14px;
	font-size: 16px;
	font-weight: normal;
	font-family: "Comic Sans MS";
	text-align: justify;
}
.floatleft {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.floatright {
	float: right;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 5px;
}
.pdfdownload {
	width: 45px;
	height: 45px;
	border: none;
}
/* This styles the table found on the Fees page. Hopefully it isn't too difficult to decipher... toggling between the CSS file and the table gives a much greater understanding of its structure. */
.feeTable {
	width:550px;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	padding: 0px;
	margin-left: 25px;
}
.feeAlternate {
	background-color:#B38C6D;
}
.feeBottom {
	background-color:#BB692D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.feeBIndent {
	padding-right: 0px;
	padding-left: 4px;
}
.feeRow {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.feetabletoptop {
	background-image: url(images/fees_toptop.gif);
	background-repeat: no-repeat;
	background-color: #ff9933;
	width: 575px;
	height: 25px;
}
.feeheader {
	font-size: 10px;
	background-image: url(images/feesyellow.gif);
	background-repeat: no-repeat;
	background-color: #ffcc33;
	margin: 0px;
	padding: 0px;
	height: 35px;
}
.feeheadero {
	background-image: url(images/feesorange.gif);
	background-repeat: no-repeat;
	background-color: #ff9933;
	margin: 0px;
	padding: 0px;
	height: 25px;
}
.feetabletopbottom {
	background-image: url(images/fees_topbottom.gif);
	background-repeat: no-repeat;
	background-color: #ffcc33;
	width: 575px;
	height: 35px;
}
.feetablebottomtop {
	background-image: url(images/fees_bottomtop.gif);
	background-repeat: no-repeat;
	background-color: #ff9933;
	width: 575px;
	height: 25px;
}
.feeBox {
	background-color:#DBF09B;
	padding:25px;
	width:525px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
/* Styles the Program sub-navigation, this CSS is only used on the Programs page with the sub-navigation on the left, here I have the link followed by its hover style because it was easier to write the CSS that way. The "Current" states are underneath in another section */
.pnav {
	width: 200px;
	height: 340px;
}
.pnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.pnav li {
	display: inline;
}
.pnav .pnavtop {
	background-image: url(images/Navbar/nbreg/top.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 18px;
	float:left;
}
.pnav .ecp a {
	background-image: url(images/Navbar/nbreg/ecpreg.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 59px;
	float:left;
}
.pnav .ecp a:hover {
	background-image: url(images/Navbar/nbmo/ecpmo.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 59px;
	float:left;
}
.pnav .bluebirds a {
	background-image: url(images/Navbar/nbreg/bluebirdsreg.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 38px;
	float:left;
}
.pnav .bluebirds a:hover {
	background-image: url(images/Navbar/nbmo/bluebirdsmo.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 38px;
	float:left;
}
.pnav .onbluebirds {
	background-image: url(images/Navbar/nbcurr/bluebirdscurr.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 38px;
	float:left;
}
.pnav .parakeets a {
	background-image: url(images/Navbar/nbreg/parakeetsreg.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 38px;
	float:left;
}
.pnav .parakeets a:hover {
	background-image: url(images/Navbar/nbmo/parakeetsmo.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 38px;
	float:left;
}
.pnav .canaries a {
	background-image: url(images/Navbar/nbreg/canariesreg.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 38px;
	float:left;
}
.pnav .canaries a:hover {
	background-image: url(images/Navbar/nbmo/canariesmo.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 38px;
	float:left;
}
.pnav .robins a {
	background-image: url(images/Navbar/nbreg/robinsreg.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 36px;
	float:left;
}
.pnav .robins a:hover {
	background-image: url(images/Navbar/nbmo/robinsmo.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 36px;
	float:left;
}
.pnav .bignest a {
	background-image: url(images/Navbar/nbreg/bignestreg.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 40px;
	float:left;
}
.pnav .bignest a:hover {
	background-image: url(images/Navbar/nbmo/bignestmo.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 40px;
	float:left;
}
.pnav .parrots a {
	background-image: url(images/Navbar/nbreg/parrotsreg.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 36px;
	float:left;
}
.pnav .parrots a:hover {
	background-image: url(images/Navbar/nbmo/parrotsmo.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 36px;
	float:left;
}
.pnav .pnavbottom {
	background-image: url(images/Navbar/nbreg/bottom.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 37px;
	float:left;
}
/* Finally, here you have the Current states for your Programs sub-navigation */
.pnav .bluebirdscurrent {
	background-image: url(images/Navbar/nbcurr/bluebirdscurr.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 38px;
	float:left;
}
.pnav .parakeetscurrent {
	background-image: url(images/Navbar/nbcurr/parakeetscurr.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 38px;
	float:left;
}
.pnav .canariescurrent {
	background-image: url(images/Navbar/nbcurr/canariescurr.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 38px;
	float:left;
}
.pnav .robinscurrent {
	background-image: url(images/Navbar/nbcurr/robinscurr.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 36px;
	float:left;
}
.pnav .bignestcurrent {
	background-image: url(images/Navbar/nbcurr/bignestcurr.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 40px;
	float:left;
}
.pnav .parrotscurrent {
	background-image: url(images/Navbar/nbcurr/parrotscurr.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 36px;
	float:left;
}
.pnav .ecpcurrent {
	background-image: url(images/Navbar/nbcurr/ecpcurr.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 59px;
	float:left;
}
/* I put the CSS navigational rollovers for the top navigation all the way down here because it's the longest part of this CSS document and it's what you probably won't need to change much. First are the regular link states, then the hover, and then the current. */
.academy a {
	background-image: url(images/Our_Academy_button.jpg);
	background-repeat: no-repeat;
	width: 151px;
	height: 122px;
	float: left;
}
.curriculum a {
	background-image: url(images/Our_Curriculum_Button.jpg);
	background-repeat: no-repeat;
	width: 168px;
	height: 122px;
	float: left;
}
.programs a {
	background-image: url(images/Our_Programs_Button.jpg);
	background-repeat: no-repeat;
	width: 162px;
	height: 122px;
	float: left;
}
.staff a {
	background-image: url(images/Our_Staff_Button.jpg);
	background-repeat: no-repeat;
	width: 121px;
	height: 122px;
	float: left;
}
.campus a {
	background-image: url(images/Campus_Life_Button.jpg);
	background-repeat: no-repeat;
	width: 156px;
	height: 122px;
	float: left;
}
.families a {
	background-image: url(images/Our_Families_Button.jpg);
	background-repeat: no-repeat;
	width: 143px;
	height: 122px;
	float: left;
}
.contact a {
	background-image: url(images/Contact_Us_Button.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 122px;
	float: left;
}
/* These are the hover states of the top navigation */
.academy a:hover {
	background-image: url(images/Our_Academy_MO.jpg);
	background-repeat: no-repeat;
	width: 151px;
	height: 122px;
	float: left;
}
.curriculum a:hover {
	background-image: url(images/Our_Curriculum_MO.jpg);
	background-repeat: no-repeat;
	width: 168px;
	height: 122px;
	float: left;
}
.programs a:hover {
	background-image: url(images/Our_Programs_Mo.jpg);
	background-repeat: no-repeat;
	width: 162px;
	height: 122px;
	float: left;
}
.staff a:hover {
	background-image: url(images/Our_Staff_Mo.jpg);
	background-repeat: no-repeat;
	width: 121px;
	height: 122px;
	float: left;
}
.campus a:hover {
	background-image: url(images/Campus_Life_MO.jpg);
	background-repeat: no-repeat;
	width: 156px;
	height: 122px;
	float: left;
}
.families a:hover {
	background-image: url(images/Our_Families_MO.jpg);
	background-repeat: no-repeat;
	width: 143px;
	height: 122px;
	float: left;
}
.contact a:hover {
	background-image: url(images/Contact_US_MO.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 122px;
	float: left;
}
/* These are the Current states for the top navigation */
.onacademy {
	background-image: url(images/Our_Academy_Active.jpg);
	background-repeat: no-repeat;
	width: 151px;
	height: 122px;
	float: left;
}
.oncurriculum {
	background-image: url(images/Our_Curriculum_Active.jpg);
	background-repeat: no-repeat;
	width: 168px;
	height: 122px;
	float: left;
}
.onprograms {
	background-image: url(images/Our_Programs_Active.jpg);
	background-repeat: no-repeat;
	width: 162px;
	height: 122px;
	float: left;
}
.onstaff {
	background-image: url(images/Our_Staff_Active.jpg);
	background-repeat: no-repeat;
	width: 121px;
	height: 122px;
	float: left;
}
.oncampus {
	background-image: url(images/Campus_Life_Active.jpg);
	background-repeat: no-repeat;
	width: 156px;
	height: 122px;
	float: left;
}
.onfamilies {
	background-image: url(images/Our_Families_Active.jpg);
	background-repeat: no-repeat;
	width: 143px;
	height: 122px;
	float: left;
}
.oncontact {
	background-image: url(images/Contact_US_Active.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 122px;
	float: left;
}
#contentwrap {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
}
#wrapper #contentwrap #maincontent {
	font-family: Comic Sans MS, cursive;
}
#wrapper #contentwrap #maincontent h1 {
	font-family: "Comic Sans MS";
	color: #630;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
#wrapper {
	font-family: "Comic Sans MS";
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #630;
}
#wrapper #contentwrap #maincontent div {
	font-family: Comic Sans MS, cursive;
}
#contentwrap h1 {
	font-family: "Comic Sans MS";
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #630;
}
#wrapper {
	font-family: "Comic Sans MS";
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #630;
}
#wrapper #contentwrap #specialcontent .feeTable tbody tr td {
	font-family: Comic Sans MS, cursive;
}
#wrapper #contentwrap #specialcontent .feeTable tbody tr td p {
	font-family: Comic Sans MS, cursive;
}
#wrapper #contentwrap #specialcontent .feeBox .bold {
	font-family: Comic Sans MS, cursive;
}
#wrapper #contentwrap #specialcontent p strong {
	font-family: Comic Sans MS, cursive;
}
#wrapper #contentwrap #specialcontent .content {
	font-family: Comic Sans MS, cursive;
}
#wrapper #contentwrap #specialcontent .feeBox {
	font-family: Comic Sans MS, cursive;
}
#wrapper #footer {
	text-align: right;
}
#wrapper #contentwrap #maincontent div div center p strong {
	text-align: left;
}
#wrapper #contentwrap #maincontent div div h2 center p strong {
	font-size: 16px;
}
#wrapper div blockquote p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#wrapper #contentwrap h1 font {
	font-weight: bold;
}
#wrapper #contentwrap blockquote p {
	text-align: left;
}
.aaarer {
	font-size: 18px;
	color: #000;
}
#wrapper div blockquote p {
	text-align: left;
}
#contentwrap #maincontent p strong {
}

}

}
#wrapper #contentwrap table tr td font {
	font-size: 28px;
	font-weight: bold;
	text-align: right;
	font-family: "Comic Sans MS";
}
#contentwrap #maincontent table tr td {
	text-align: center;
	font-size: 28px;
	font-family: "Comic Sans MS", cursive;
}
#contentwrap #maincontent table tr td strong {
	color: #630;
	text-align: left;
}
.aaaatop {
	color: #600;
}
#contentwrap #maincontent .bignest {
	font-size: 18px;
}
#contentwrap #maincontent p {
	font-size: 18px;
}
.aaaaaa {
	color: #600;
}

}
#wrapper #specialcontent table tr td {
	text-align: center;
	font-size: 18px;
	font-family: "Comic Sans MS";
	font-weight: normal;
}
#wrapper #contentwrap blockquote p {
	font-family: "Comic Sans MS", cursive;
}
#wrapper #contentwrap blockquote p {
	font-weight: normal;
}
#wrapper div blockquote p {
	font-family: "Comic Sans MS", cursive;
}
#wrapper div blockquote p {
	font-weight: normal;
	text-align: center;
}
#wrapper #contentwrap #specialcontent div blockquote p {
	color: #000;
}
#wrapper #contentwrap #specialcontent div blockquote p {
	font-family: "Comic Sans MS", cursive;
}
#wrapper #contentwrap #specialcontent div blockquote p {
	font-size: 18px;
}
#wrapper #contentwrap .content center font table tr td p strong {
	font-size: 18px;
}
#wrapper #contentwrap .content center font table tr td p strong {
	font-size: 18px;
}
#wrapper #contentwrap .content center font table tr td p strong {
	font-size: 18px;
}
#wrapper #contentwrap .content center font table tr td p a {
	font-size: 18px;
}
#wrapper #contentwrap center table {
	color: #000;
	font-size: 18px;
	text-align: left;
}
#wrapper #contentwrap .content center table tr td p {
	font-weight: bold;
	font-size: 18px;
	font-family: "Comic Sans MS";
}
#wrapper #contentwrap .content center table {
	font-family: "Comic Sans MS";
}
#wrapper #contentwrap .content center table {
	font-size: 18px;
}
#wrapper #contentwrap .content center table {
	font-family: "Comic Sans MS";
}
#wrapper #contentwrap .content center table {
	color: #000;
}
#wrapper #contentwrap .content {
	font-weight: normal;
}
#wrapper div blockquote table tr td h1 font {
	color: #630;
	font-weight: bold;
}
#contentwrap #maincontent p {
	font-size: 18px;
}
#contentwrap #maincontent p {
	font-weight: normal;
	text-align: left;
	font-family: "Comic Sans MS";
}
.aaaaaaaa {
	color: #000;
}
.adsfdsfwe {
	text-align: center;

}
#wrapper #contentwrap table tr td p strong font {
	font-size: 18px;
	text-align: left;
}
#wrapper #contentwrap table tr td center table tr td {
	text-align: center;
}
.adfadfadf {
	color: #600;
}
#wrapper #contentwrap .content div h1 .adfadfadf {
	font-family: "Comic Sans MS", cursive;
	color: #630;
}
#wrapper #contentwrap .content center table tr td table tr td strong {
	text-align: left;
}
#wrapper #contentwrap .content center table tr td table tr td strong {
	font-family: "Comic Sans MS", cursive;
}
#wrapper #contentwrap .content center table tr td table tr td strong {
	text-align: left;
}
#wrapper #contentwrap .content center table tr td table tr td strong {
	text-align: left;
}
#wrapper #contentwrap .content center table tr td table tr td strong {
	text-align: left;
}
#wrapper #contentwrap .content center table tr td table tr td strong {
	text-align: left;
}
#wrapper #contentwrap .content center table tr td table tr td strong {
}
#wrapper #contentwrap .content center table tr td table tr td p strong {
	font-family: "Comic Sans MS", cursive;
}
#wrapper #contentwrap .content center table tr td table tr td p strong {
	font-size: 18px;
}
#wrapper #contentwrap .content center table tr td table tr td p strong {
	font-size: 18px;
}
#wrapper #contentwrap .content center table tr td table tr td p strong {
	font-family: "Comic Sans MS", cursive;
}
abc {
	font-family: "Comic Sans MS", cursive;
}
#wrapper #contentwrap .content center table tr td table tr td {
	font-size: 18px;
}
#wrapper #contentwrap .content center table tr td table tr td {
	font-family: "Comic Sans MS", cursive;
}
#wrapper #contentwrap .content center table tr td table tr td {
	text-align: left;
	font-size: 18px;
}
.dsfs {
	font-size: 26px;
}
#wrapper #contentwrap .content center table {
	text-align: left;
}
#wrapper #contentwrap .content center table {
	text-align: left;
}
.content center table {
	text-align: left;
}
#wrapper #contentwrap .content center table tr td table tr td p strong {
	font-family: "Comic Sans MS", cursive;
}
#wrapper #contentwrap .content center table tr td table tr td p {
	font-family: "Comic Sans MS", cursive;
}
#wrapper #contentwrap .content center table tr td table tr td p {
	font-size: 18px;
}
#wrapper #contentwrap .content center table tr td table tr td p {
	text-align: left;
}

}

}
#wrapper #contentwrap .content center table {
	text-align: left;
}
.contact1 {
}
contact2 {
}
#wrapper #specialcontent #specialcontent p .aaarer strong {
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
}
#wrapper #specialcontent #specialcontent p .aaarer {
	font-family: "Comic Sans MS", cursive;
}
.sdfsrwerew {
	font-weight: bold;
	color: #000;
	font-size: 18px;
	font-family: "Comic Sans MS", cursive;
}
#wrapper #specialcontent #specialcontent p .aaarer {
	font-weight: bold;
}
#wrapper #specialcontent #specialcontent p {
	font-weight: normal;
}
#wrapper #specialcontent #specialcontent p {
	font-weight: normal;
}
.adsfsdfsadf {
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
}
#wrapper #specialcontent #specialcontent p {
	color: #000;
}
#wrapper #specialcontent #specialcontent p .aaarer {
	font-weight: bold;
}

}
#wrapper div blockquote table tr td p strong {
	font-size: 24px;
	font-weight: bold;
}
#wrapper div blockquote p {
	text-align: justify;
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	vertical-align: middle;

}
_bodyText {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
_bodyBold {
	font-weight: bold;
}
._bodyBold {
	font-weight: bold;
	font-size: 28px;
	color: #630;
}

}

}

}

}

}

}
#wrapper #contentwrap table tr td table tr td p {
	font-weight: bold;
}
._insideBold {
	font-weight: bold;
}
#wrapper #contentwrap table tr td table tr td p {
	font-weight: normal;
}
#wrapper #contentwrap table tr td table tr td p {


}

}

}
_insideBold {
	font-weight: normal;
}
._insideBold p {
	text-align: center;
}
#wrapper #contentwrap table tr td table tr ._insideBold {
	color: #000;
	font-size: 18px;
}
#wrapper #contentwrap table tr td table tr ._insideBold p {
	font-weight: bold;
}

}

}

}

}
_insideCentered {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}

}

}
#wrapper #contentwrap table tr td table tr td p {
	font-weight: normal;
}

}
.insideBold {
	font-weight: bold;
}
.insideBold {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
}
#contentwrap #maincontent table tr td {
	font-family: "Comic Sans MS";
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #630;
}
#contentwrap #maincontent p {
	text-align: justify;
	font-size: 18px;
	font-family: "Comic Sans MS";
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
#topnav #contentwrap #maincontent font {
	font-family: "Comic Sans MS";
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #630;
	text-align: center;
}
#wrapper #contentwrap blockquote table tr td table tr td table tr td font strong {
	text-align: justify;
}

}
#wrapper #contentwrap blockquote table tr td table tr td font {
	font-size: 18px;
}
.t {
	font-size: 18px;
}
#wrapper #contentwrap blockquote table tr td table tr td font {
	text-align: justify;
}
#wrapper #contentwrap blockquote table tr td table tr td font {
	text-align: left;
}
_101staff_inside {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
#wrapper #contentwrap table tr th p {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
.staff101 {
	font-family: "Comic Sans MS";
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #630;
}
#wrapper #contentwrap #specialcontent div blockquote p {
	text-align: justify;
}
#wrapper #contentwrap #specialcontent div table tr th p {
	text-align: justify;
}
._bodyBold {
	font-size: 28px;
	font-family: "Comic Sans MS";
	color: #630;
}
th {
	font-size: 18px;
}
th {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-align: justify;
}
.insideColorChange {
	color: #630;
	font-weight: bold;
}
#wrapper #contentwrap #specialcontent div table tr th table tr th .insideColorChange {
	text-align: justify;
}
#contentwrap #specialcontent div table tr th table tr th .insideColorChange {
	text-align: justify;
}
.suzie {
	color: #630;
	font-weight: bold;
}
.darla {
	color: #630;
	font-weight: bold;
}
.kari {
	color: #630;
	font-weight: bold;
}
#wrapper #contentwrap #specialcontent div table tr th table tr th strong font {
	font-weight: bold;
	color: #630;
}
.cheri {
	color: #000;
}
#wrapper #specialcontent #specialcontent p .contact strong {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
#wrapper #specialcontent #specialcontent p .contact strong {
	font-size: 18px;
	font-family: "Comic Sans MS";
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
#wrapper #specialcontent #specialcontent table tr th table tr th p .cheri {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
}
#wrapper #specialcontent #specialcontent table tr th table tr th p {
	text-align: justify;
}
.cheri {
	font-weight: bold;
}
.bb {
	font-weight: bold;
}
#wrapper #specialcontent #specialcontent table tr th table tr th {
	font-weight: normal;

}
th {
	font-weight: normal;
}
.tttt {
	font-weight: bold;
}
#wrapper #specialcontent #specialcontent table tr th table tr th {
	font-weight: normal;
}
.retrt {
	font-weight: bold;
}
#wrapper #specialcontent #specialcontent table tr th table tr th {
	font-weight: normal;
}
#wrapper #specialcontent #specialcontent table tr th table tr th {
	font-weight: normal;
}
.fdgfd {
	font-weight: bold;
}
dfgdrtrt {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
#wrapper #contentwrap div center table tr td table tr td {
	font-weight: normal;
}
#wrapper #contentwrap div center table tr td table tr td {
	font-weight: normal;

}
#wrapper #contentwrap div center table tr td table tr .feeRow {
	font-weight: normal;
}
.vcbgdfg {
	font-weight: normal;
}
#contentwrap table tr td p {
	font-weight: normal;
}
