#headertop-inner
{
	width: 750px;
	margin: 0 auto;
	min-width: 600px;
	background: #006 url(/images/academic1.jpg) top center no-repeat;
	height: 75px;
}

#leftcol
{
	background: #ffffdf;
	border-right: 1px solid #006
}


#leftcol a, #leftcol a:visited
{
	text-decoration: none;
}

#leftcol a:hover
{
	text-decoration: underline;
}

#leftcol-inner
{
	padding: 5px;
}

#rightcol-inner
{
	padding: 5px;
}

#mainbody
{
	float: right;
	width: 529px;
	padding: 5px 10px 10px 10px;
	text-align: left;
}

#mainbody p
{
	margin-bottom: -7px;
	padding-bottom: 0;
	font-weight: bold;
	border-bottom: 1px solid #000;
	background-color: #ffffdf;
}

#mainbody ul
{
	list-style-type: none;
	font-size: 90%;
}

#mainbody li a, #mainbody li a:visited
{
	text-decoration: none;
}

#mainbody li a:hover
{
	text-decoration: underline;
}

#mainbody-left
{
	float: left;
	width: 255px;
	padding-right: 10px;
}

#mainbody-right
{
	float: right;
	width: 255px;
}

