
<style>

body{
margin:0px;
}


#all{
background-image:url(images/pattern.html);
background-repeat: repeat-x;
border:none;
width:750px;
height:750px;
margin: auto;
}

div.para1{
background:  #fcfbe7;
width:240px;
border:1px solid black;
height:370px;
position: relative;
left:5px;

}

div.para2{
background: #fcfbe7;
width:240px;
height:370px;
border:1px solid black;
position: relative;
left: 255px;
top: -372px;

}

div.para3{
background: #fcfbe7;
width:240px;
height:370px;
border:1px solid black;
position: relative;
left: 505px;
top: -744px;
}
div.nav{
background: #245e83;
height: 27px;
margin-top: 4px;
margin-bottom: 4px;
}


h2{
margin: auto;
padding-top: 5px;
text-align:center;
color: white;
font-family: arial;
font-size: 12px;
width: 750px;
height:30px;
background:#245e83; 
position: absolute;
top: 750px;
}

h1{
background-image: url(images/nav.html);
height: 53px;
margin:0px;
font-family: arial;
color:#21597c;
font-size: 50px;
font-variant: small-caps;
}

h4{
background-image: url(images/logo.html);
font-family: arial, verdana, sans-serif;
color: #f1ca47;
font-style: italic;
margin: 0px;
height: 33px;

}

p{
padding: 5px;
font-size: 15px;
font-family: arial, verdana, sans-serif;
color:#990000;
}

ul#navlist{
margin-left: 0;
padding: 5px;
white-space: nowrap;
text-align: center;
background:#245e83;
}

#navlist li{
display: inline;
list-style-type: none;
}

#navlist a { 
margin: 0px;
padding: 5px; 
}

#navlist a:link,#navlist a:visited{
color: white;
background-color:#245e83;
text-decoration: none;
font-family: arial, verdana, sans-serif;
font-size: 12px;
}

#navlist a:hover{
color:#990000;
background-color: #f1ca47;
text-decoration: none;
}

.drop{
font-size: 300%;
float: left;
font-family: "Times new roman", times, serif;;
line-height: 0.8em; 
margin-right: 0.0em; 
padding-bottom: 0.1em;
}


</style>



