body, html
{
	margin: 0; 
	padding: 0;
	background-color: #ccc;
	color:	#020063;
}
*
{
	font-family: Arial, Helvetica, sans-serif;
}
body
{
	text-align: center;
}
div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
}
div#topBar
{
	height: 60px;
	background: url(../../Logos/newischool-logo.png) no-repeat top left;
	background-color: #07294d;
	background-position: 2% 50%; 
	text-align: right;
	padding: 10px;
	border-bottom: #ffc600 solid  3px;
}

div#topBar a
{
	line-height: 25px;
	font-size: .8em;
	font-weight: bold;	
	text-decoration: none;
	color: white;
}
div#topBar a:hover
{
	text-decoration: underline;
}
div#header
{
	height: 265px;
	background-color: #e1e1e1;
	color: #07294d;
	position: relative;
}
div#photo
{
	position: absolute;
	background: transparent url(../images/photo_new.jpg) no-repeat top left;
	height: 180px;
	width: 125px;
	top: 15px;
	left: 20px;
}
div#info
{
	position: absolute;
	height: 235px;
	width: 400px;
	top: 15px;
	left: 165px;
}
div#info .big
{
	font-size: 1.2em;
	font-weight: bold;
}
div#info .reg
{
	font-size: .8em;
}
div#logo
{
	position: absolute;
	height: 166px;
	width: 203px;
	top: 25px;
	left: 560px;
}
div#body
{
	width: 800px;
	float: left;
	background-color: #fff;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}
div#menu
{
	width: 150px;
	float: left;
}
div#menu a
{
	color: #010066;
	text-decoration: none;
}
div#menu a:hover
{
	text-decoration: underline;
}
div#menu ul
{
	margin-top: 30px;
}
div#menu ul li
{
	margin-left: 0px;
	line-height: 1.6em;
}
div#content
{
	width: 600px;
	padding: 15px;
	float: left;
	font-size: .8em;
}

div#content2
{
	width: 750px;

}
div#content .heading
{
	font-size: 1.2em;
	font-weight: bold;
}
div.cb
{
	clear: both;
}
div#footer
{
	border-top: #ffc600 solid  3px;
	height: 10px;
	width: 700px;
	padding:50px;
	background: url(../../Logos/newdrexel-logo.png) no-repeat top right;
	background-position: 97% 50%; 
	background-color: #07294d;
	color: white;
	font-size: .9em;
}
div#footer a
{

	color: white;
	text-decoration: underline;
}
div#footer a:hover
{

	color: #ffc600;
	text-decoration: none;
}

ul
{
    list-style-type: none;
}
ul li
{
    padding:5px;
}

p
{
    padding-left:45px;
}

