table { margin-left:10px;}
body {

	background:#F2F9FF;
	background:#F5DEB3;
	padding:0;
	margin:20px 20px 20px 20px;
	}
	
p,h1,h2,h3,h4,pre {
	margin:0px 10px 10px 10px;
	}

h1 {
    font-size:25px;
    color: #A0522D
}

h1a {
    font-size:25px;
    color: #800000
}

h2 {
    font-size:18px;
    color: #0B0B61
}

h3 {
    font-size:14px;
} 

h4 {
	 text-indent: -10px;
    font-size:18px;
    color: #0B0B61
}

a {
	text-decoration:none;
	font-weight:bold;

	}
	
ol {
	margin-right:40px;
	}
ul
	{
	margin-right:40px;
	}

#leftcol {
    position: absolute; 
    background:#ddd; 
    border:1px solid #000;
    text-align: left;
    margin: 0;
    padding: 0;
    left: 33px;
    top: 210px;
    width: 200px;
    }

#centercol {
    position: absolute;
    top: 200px;
    left: 50px;
    background:#fff;
    margin: 0 50px 0 205px;
    padding: 10px 0 0px 0;
	}

#banner {
    position: absolute;
    top: 20px;
    left: 10px;
    height: 180px;
    background: #000 no-repeat top center;
}

#phastlogo {
    position: absolute;
    top: 0px;
    left: 25px;
    height: 190px;
    width: 550px;
    background: #fff url(phast-logo.png) no-repeat top left;
}

#culogo {
    position: absolute;
    top: 10px;
    left: 33px;
    height: 190px;
    width: 200px;
    background: #000 url(cornell-logo.png) no-repeat top right;
    background: url(cornell-logo.png) no-repeat top left;
}

#footer {
position: absolute;
left: 10px;
    margin: 0 50px 0 205px;
    padding: 10px 0 0px 0;
height: 100px;
}

