
body{
	background: #0099ff;
	color: #ffffff;
	margin:0px;
	font-family:  Arial, Helvetica, sans-serif;
	/* font:76%/140% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; */
}


h3{
	font-size:1.2em;
	width: 450px;
	margin:0px;
	padding:0px;
	padding-top: 5px;
}


#main{
	width:605px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#top{
	background: url("../gfx/header.jpg") no-repeat;
	width:605px;
	height: 338px;
	display: block;
}

#top a, #top a:visited{display:block;height:338px;}

.bodycopy, .bodycopy_inbox {
	width: 500px;
	text-align:left;
	padding-left: 110px;
	background: url("../gfx/stripe.gif");
}

.bottom{
	width: 500px;
	text-align:left;
	padding-left: 110px;
	background: url("../gfx/stripe_bottom.gif")  no-repeat;
	height: 38px;
	display: block;
}

.bottom_ave{
	width: 500px;
	text-align:left;
	padding-left: 110px;
	background: url("../gfx/stripe_bottom_message.gif")  no-repeat;
	height: 400px;
	display: block;
}

.top{
	width: 500px;
	background: url("../gfx/stripe_top.gif")  no-repeat;
	height: 38px;
	display: block;
	padding-left: 110px;
}

.top_ave{
	width: 500px;
	background: url("../gfx/aveaword.gif")  no-repeat;
	height: 308px;
	display: block;
	padding-left: 110px;
}

.bodycopy p{
	margin:0px;
	margin-top:10px;
	width:420px;
}

a img{
	border:0;
}

a{
	color: #fff;
	font-weight: bold;
}

ul{
	list-style: none;
}



.pic{
	text-align: center;
	margin-left: -90px;
	padding:10px;
	
}


/* COMMENTS */



	.comment {
		color: #000;
		width:370px;
		padding:0 0 14px 0;
		background:url("../gfx/bubble.gif") bottom left no-repeat #fff;
		margin-bottom: 10px;
	}
	
	.comment_reply{
		background:url("../gfx/ssbullet.gif") no-repeat;
		margin-bottom: 10px;
		padding-left:35px;
		width:370px;
		min-height:30px;
	}
	
	.comment h5 {
		/*font-weight: bold;
		font-size: 1.2em;*/
		margin:0;
		padding:27px 10px 3px 10px;
		background:url("../gfx/bubble.gif") top left no-repeat;
	}
	.comment p {
		margin:0;
		padding:0 10px 3px;
		border:1px solid white;
		border-width:0 1px;
		background:#fff;
	}

	.comment_reply p{
		width:320px;
		padding-bottom:10px;
		margin-bottom: 15px;
	}
	
	.comment_speaker{
		width:370px;
		margin-bottom: -14px;
		_margin-bottom: 0px;
		padding:0px;
		/* text-indent: 10px; */
		color: #99CCFF;
		position:relative;
	}
	
	h6{
		width:370px;
		text-indent: 10px;
		color: #0033CC;
		padding:10px;
		background: #005FFF;
	}
	
	#comments_more{
		background: #005FFF;
		color: #0033CC;
		padding:10px;
		width:370px;
		cursor: pointer;
		cursor: hand;
	}
	#comments_more:hover{
		color: #fff;
	}
	#schoolslink{
		position:absolute;
		top:0;
		right:0;
		width:21%;
	}
	#schoolslink p{
		margin:0 1em 0 0;
		font-size:.75em;
	}
	#schoolslink a, #schoolslink:visited{
		font-weight:normal;
		text-decoration:none;
	}
	#schoolslink a:hover, #schoolslink:active{
			text-decoration:underline;
	}
	.registerinterest h3{
		width: 420px;
	}
	.registerinterest form p{
		text-align:right;
		width:300px;
		margin-left:44px;
	}
	.registerinterest form p.req{
			margin-left:38px;
			width:306px;
	}
	.registerinterest form p.submit{
			text-align:center;
			padding:10px 0;
			clear:left;
	}
	.registerinterest label{
		float:left;
	}
	.registerinterest textarea{
		width:142px;
	}
	.registerinterest p.message textarea{
			float:left;
			clear:left;
			width:296px;
			margin:0;
			padding:0;
	}
	.registerinterest select{
		margin-right:77px;	
	}
	.errors{
		background:#fff;
		border:1px solid #ff0000;
		width:370px;
		color:#ff0000;
		padding:10px;
		margin-bottom:20px;
	}
	.errors p{
		width:350px;
	}