/* Style sheet for public speaking */

h1.inquiry{font-size:20px;font-family:helvetica,arial,sans-serif;color:purple;font-weight:bold;text-align:center}

p.inquiry{font-size:15px;font-family:times,georgia,serif;color:purple}

#container.public-speaking {
	height:1650px;
}


div#top-text{    
    position: absolute;
    width:850px;
    height:150px;
    left:25px;
    top: 150px;
    background-color:#ffffff;
    padding-top: 0px;
    text-indent:0px;
}

div#form{
    position:absolute;
    width:850px;
    height:1300px;
    left:25px;
    top: 300px;
    background-color:#FFFFFF;
    padding-top:0px;
    text-indent:0px;

