* {	padding: 0; margin: 0;	}

body{
	background-color: #DED;
	margin-top:5px;
	margin-bottom:5px;
	font-family: Verdana, sans serif;
}

#container{
	background-color: #FFF;
	width: 765px;
	margin: auto;
	border: 1px solid #9A9;
}	

#logo{
	position: absolute;
	width:240px;
}

#firstclass{
	float: right;
}

#menu1{
	background-color: #000080;
}

#children{
	display:block;
	position: relative;
	margin:5px;
}

#welcome{
	margin:5px;
	background-color: #6c3;
	color: #FFF;
	font-size: 1.2em;
	padding: 1px 5px 2px 5px;
	font-weight:normal;
}

#welcome_long{
	margin:5px 5px 5px 5px;
	background-color: #6c3;
	width:745px;
	color: #FFF;
	font-size: 1.2em;
	padding: 1px 5px 2px 5px;
	font-weight:normal;
}

#menu1{
	padding:0 0 2px 200px;
	margin:0;
	display: block;
	list-style:bold;
	clear: both;
	float: right;
}

#menu1 li{
	display:inline;
	font-family: Arial, sans serif;
}

/*Changed padding from 5 to 3*/
#menu1 a:link, #menu1 a:visited, #menu1 a:active{
	color: #FFF;
	text-decoration: none;
	font-size: 0.7em;
	padding: 0 3px;
	font-weight: normal;
}

#menu1 a:hover{
	color: #6c3;
}

/*LeeT - I have removed font-weight:bold; from this section*/
#menu1 .selected a:link, #menu1 .selected a:visited, #menu1 .selected a:active, #menu1 .selected a:hover{
	color: #6c3;
}

#left{
	width: 570px;
	float: left;
}


#right{
	float: left;
	padding:5px 0 0 3px;

}

#content{
	margin: 15px;
}

#left img{
	display:block;
}

#content p{
	font-family: Verdana, sans serif;
	margin-bottom: 0.9em;
}

p.opening{
	font-weight: bold;
	color: #000080;
}

#box1{
	background-image: url(./box1middle.gif);
	background-repeat: repeat-y;
	width:175px;
}

#box1 .boxinner{
	background-image: url(./box1bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 19px 21px 10px;
}

#box1 .boxtext{
	position: relative;
	margin: -50px 0 0 0;
	padding-left: 5px;
	min-height: 105px;
	color: #660066;
	width:136px;	
}

* html #box1 .boxtext { height: 105px; }

#box2{
	background-image: url(./box2middle.gif);
	background-repeat: repeat-y;
	width:175px;
}

#box2 .boxinner{
	background-image: url(./box2bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 21px 21px 13px;
	
}


#box2 .boxtext{
	position: relative;
	margin: -90px 0 0 0;
	padding-left: 5px;
	min-height: 140px;
	color: #226688;
	width:136px;	
}

* html #box2 .boxtext { height: 140px; }

#box3{
	background-image: url(./box3middle.gif);
	background-repeat: repeat-y;
	width:175px;
}

#box3 .boxinner{
	background-image: url(./box3bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 17px 17px 14px;
}


#box3 .boxtext{
	position: relative;
	margin: -50px 0 0px 0;
	padding-left: 5px;
	min-height: 110px;
	color: #004400;
	width:136px;	
}

* html #box3 .boxtext { height: 110px; }

.boxtext{
	font-size: 0.7em;
}

.boxtext h3{
	font-size: 1em;
	margin-bottom: 0.5em;
}

.drawing{
	border: 1px solid #5789bc;
	margin-left: 2px;
	float: right;
}

.leftimage{
	padding: 0 1em 0.5em 0;
	float: left;
}

img.bullet{
	float: left;
	padding: 0 10px 0 0px;
}

#footer{
	text-align: center;
	font-size: 0.7em;
	position: relative;
	left: 0px;
	background-color: #000080;
	color: #FFF;
	padding: 10px;
}

ul{
	margin: 10px;
	padding: 10px;
}

.openquote{
	float:left;
	font-size:2em;
}
.closequote{
	font-size:2em;
}
#childImageLong{
	background:url(./children_long.jpg) no-repeat top left;
	height:130px;
	width:100%;
	margin:5px;
}
#childImage{
	background:url(./children.jpg) no-repeat top left;
	height:130px;
	
	margin:5px;
}
.clear{
clear:both;height:1%;
}

.nounderline, .nounderline*{
	text-decoration:none;
}