body 
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center;*/ /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFix_counter #container 
{
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.oneColFix_counter #mainContent 
{
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	top: 27px;
}
.oneColFix_counter #LungCancerImg
{
	position: relative;
    top: 3px;
}
.oneColFixCtr #container 
{
	background: #FFFFFF;
	margin: 5 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent 
{
	padding:  0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 22px;
	margin-top: 22px;
}
.content 
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	/*font-size: 0.7em;*/
	font-weight: normal;
	text-align: left;
}
.bluebold 
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	/*font-size: 0.7em;*/
	font-weight: bold;
	color: #231F57;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0;
}
.blue 
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	/*font-size: 0.7em;*/
	font-weight: normal;
	color: black; /*#231F57;*/
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0;
}
.green 
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	/*font-size: 0.7em;*/
	font-weight: normal;
	color: #8FC32A;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0;
}
a:link 
{ 
	color: #8F8AAE;
}
a:visited 
{ 
	color: #8F8AAE;
}
	a:hover 
{ 
	color: #8F8AAE;
}
a:active 
{ 
	color: #8F8AAE;
}
.case
{
	font-weight: normal;
	background-image: url('/cbcesource/images/onlineEdu_cases_bullet.gif');
	background-repeat: no-repeat;
	padding: 15px;
	background-position: center left;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.faculty
{
	color: black;
}
.actTitle
{
	position: relative;
	bottom: 13px;
	left: 63px;
	width:  112px;
	overflow: visible;
}
.CAhead
{
	font-size: 9;
	color: #9C9A9C;
	font-weight: bold;
}
.cancertype
{
	padding-bottom: 3px;
	display: inline-block;
	margin: 0px 0px 0px;/*
	background-image: url('/Images/onlineEdu_icon_lung.gif');
	background-repeat: no-repeat;
	background-position: 11px;*/
}
.CAlinks:link
{
	color: #8F8AAE;
	text-decoration: none;
}
.CAlinks:visited
{
	color: #8F8AAE;
	text-decoration: none;
}
.CAlinks:hover
{
	text-decoration: underline;
}
.CAlinks:active
{
	color: #8F8AAE;
}
#currentlyAvail
{
	margin-bottom: 10px;
}
.ccimgspan
{
	display: inline;
}
img.ccIcons
{
	position: relative;
    top: 3px;
}
.seriesseperator
{
	background:#CDCDCD;
    height: 1px;
    overflow: hidden;
}