html, body {
	margin: 0;
	padding: 0;
	height:100%;
	background: #dbdada url(Images/bg.gif);
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* Interior Pages Only */

#container-page {
margin: 0 auto;
width: 820px;
background-image:url(Images/interbg.gif);
position: relative; 
min-height: 100%; 
height: auto !important; 
height: 100%;
} 

#container-content { 
padding-bottom: 100px;
text-align:center;
} 

#container-foot { 
width: 820px;
background-image:url(Images/footerdg.gif);
position: relative; 
bottom: 0 !important; 
bottom: -1px; 
height: 100px;
} 

/* Page Header info */

.header {
	background-image: url('Images/logo.gif');
	background-repeat: no-repeat;
	width:820px;
	height:141px;
	color: white;
	font-family:"Times New Roman", Times, serif
}

.headertext {
	font-size: 16px;
	color: #ffffff;
	word-spacing: inherit;
	word-spacing: 10px;
}


#topmenu {
	margin-right: 10px;
	line-height: 20px;
	color:#ffffff;
}

#topmenu a:hover {
	color: white;
}

#topmenu a {
	color: #fffafa;
}

/* General Content */

h1, h2, h3, h4 {
	text-transform: uppercase;
	color: #761d1d;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	margin-top:5px;
	margin-bottom:-0px;
	padding-bottom:1px;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

.articleheader {
	font-weight:bold;
}

.emailimage {
	margin-top:3px;

	}
	
.whitefont {
	color:#FFFFFF;
}

.whitefont a {
	color:#FFFFFF;
}

.kidszonefontw {
	color:#FFFFFF;
	font-family: "Comic Sans MS";
	font-size: 16px;
	text-align:left;
}

.kidszonefontw a {
	color:#FFFFFF;
}

.kidszonefontb {
	color:#333333;
	font-family: "Comic Sans MS";
	font-size: 14px;
	text-align:left;
}

.kidszonefontb a {
	color:#333333;
}

.kidszonelessons {
	color:#333333;
	font-family: "Comic Sans MS";
	font-size: 12px;
	text-align:left;
}

.smallfont {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
}

.Pageheader {
	font-weight:bold;
	font-size:18px;
	color:#990000;
	font-family:"Times New Roman", Times, serif;
}

.submenu {
	font-weight:bold;
	font-size:12px;
	color:#555555;
	font-family:"Times New Roman", Times, serif;
	margin-top:4px;
}

.submenuwhite {
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	font-family:"Times New Roman", Times, serif;
	margin-top:4px;
}

.bold {
	font-weight:bold
}

/* Image Right Align */

.safeimage {
	float:right;
	padding:5px;
}

/* Menu */

#menu {
	float: right;
	padding: 0 0 0 0;
	font-size: 12px;
	font-weight: bold;
	letter-spacing:0.5px;
	text-align: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 17px;
	padding: 0 8px 0 8px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}


/* News */

.news {
	color: #444444;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
}

.newsheader {
	color: #444444;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.news h3{
	color: #444444;
	font-size:10px;
	font-family:"Times New Roman", Times, serif;
}

.newssmall {
	color: #444444;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-style:italic;
}


/* Footer */

#footer {
	margin: 0 auto;
	padding: 10px 0 10px 10px;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size:11px;
	color: #444444;
}

#footer a {
	color: #333333;
}

#footer a:hover {
	color: #333333;
}


.signupbutton {
	margin: 0 auto;
	padding: 5px 0 0px 0px;
	text-align:left;
	float:left;
}

