
<style>
#container { width: 1200px;
height: 1000px;
}


#header {
width: 1200px;
height: 100px;
background-image: url(http://www.scholarshipsupport.com/moneystack.jpg);
border-bottom: 2px solid #000000;
Font-size: 36px;
Text-align: center;

}

#leftnav {
float: left;
width: 170px;
height: 1100px;
background-color: #13B5F0;
border-right: 1px dashed: #ffffff;
}

#rightnav {
float: right;
width: 170px;
height: 1100px;
background-color:#13B5F0;
border-left: 1px dashed #ffffff
}

#body {
width: 1000px;
height: 1000px;
}
#footer {
clear: both;
background-color: #13B5F0;
text-align: center;
width: 1242px;
}

p {font: 18px}
 
blockquote {font: 110%;
color: navy;
text-align: left}
 
p {font: 120%; text-indent: 1.5em;}
 
p.quote:first-letter {
background: #ffffff;
color: black;
font: 75px "Monotype Corsiva";
float: left;
margin-right: 5px;
}
 
p.quote:first-line {
font-weight: bold;
letter-spacing: 3px;
}

th {background: #13B5F0;
}
 
 
th {
color: #000080;
text-align: left;
font-size: 18px;
border: none;
padding: none;
}
 td {
color: solid black;
text-align: left;
font-size: 14px;
border: none;
padding: none;
}

h1 {text-align:left;
}
h2 {text-align:left
}
h4 {text-align:left
}
h4 {color: black
}



</style>