﻿body 
{
	height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.list-item
{
	padding-left:20px;
	margin-left:10px;
}

.CallOut_Top
{
	background-image: url(/images/Education/CallOutBox-Top.gif);
	background-repeat: no-repeat;
	width: 179px;
	height: 12px;
	overflow: hidden;
}
.CallOut_Middle
{
	background-image: url(/images/Education/CallOutBox-Mid.gif);
	background-repeat: repeat-y;
	width: 145px;
    font-size:8pt;
	padding-left: 20px;
	padding-right: 20px;
	overflow: auto;
}
.CallOut_Bottom
{
	background-image: url(/images/Education/CallOutBox-Bottom.gif);
	background-repeat: no-repeat;
	width: 179px;
	height: 15px;
}
#tools_container
{
	float: right;
	width: 200px;
}
div#detail_section 
{
    background-image:url(/images/News/BoxOutlineGradient.gif);
    background-repeat:no-repeat;
    font-size:8pt;
    height:170px;
    padding:10px;
    width:160px;
}
.References
{
	font-size: 8pt;
}

