/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

.header {
	text-align: center;
	background-color: #6495ED
}

body {
	background-color: #B9C2F0;
	color: black;
}

.mainbody 
{
	width: 750px;
}

blockquote {
	font-style: italic;
	color: black;
}

a {
	color: #75D41D;
}

a.main {
    color:blue;
    }

#childleftlink {
    color: #660000;
}

#adultleftlink {
    color: #660000;
}

.leftside {
	background-color: #7865ED;
	}

.menubar {
	background-color: Black;
	text-align: center;
	color: #75D41D;
	}

td.maincontent
{
	vertical-align: top;
	padding-left: 10px;
}

.welcomepic
{
	text-align: right;
}

.linktoindex
{
	text-align: center;
}

.linktopage
{
	color: Maroon;
}

.boxed {
	display: block;
	border: thin solid;
	padding: 5px;
}
/* -------------------- for drop down menu only ------------------------------------- */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: Black;
}
#dropmenudiv a:hover{
	/*hover background color*/
	background-color: #7865ED;
	color: Black;
}

/* ------------------------------------------------------------------------------------- */