body {
	background-color: white;
	margin: 0;
}

/******link styles******/
a:link {
	color: #003399;
}

a:visited {
	color: #660099;
}

a:hover {
	background-color: #CCCCCC;
}
/******table styles******/
td {
	font-size:12px;
	}
th {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/******heading styles******/
h1 {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 20px 0;
	text-align: center;
}

h2 {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
	margin-left: 12px;
	margin-top: 8px;
}

h3 {
	color: #666666;
	font: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 6px;
	margin-left: 12px;
	margin-top: 12px;
}

h4{
	color: #336699;
	font: bold italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 6px;
	margin-left: 12px;
	margin-top: 12px;
}
/******paragraph styles******/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 12px;
	margin-top: 0px;
}
/******list styles******/
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: decimal;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url("file://///Sbsserver/clearpointclients/Webs/S/SouthShoreHospital08/css/blu_bullet.gif"); 
	list-style-type: disc;
	padding-bottom: 6px;
}

ul ul {
	list-style-image: none;
	list-style-type: circle;
	margin-top: 6px;
}

li {
	margin-bottom: 4px;
}
/******div styles******/
/*holds all page content except footer*/
#wrap {
	float:center;
	width:701px;
	background:url(images/content_bkgd.gif) repeat-y;
	}
#bannerHolder {
float:left;
width:100%;
}
#logo{
float:left;
	margin:0;
	width:181px;
	}
#banner {
	float:left;
	margin:0;
	/*width:519px;*/
}
/*holds left navigation*/
#leftnav { 
	float:left; 
	background-color: #CECCFE; 
	width:181px; 
	height:929px; 
	}
/*holds content area*/
#content {
	float:left;
	position:relative;  
	width:519px; 
	height:auto;
	}
#footer {
	clear:both;
	width:700px; 
	padding-bottom:10px;
	}
/******class styles******/
.bodnames {
	background-position: center;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 6px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	margin-top: 0px;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-indent: 6pt;
}

.highlight {
	background-color:#FFFF33;
	}
	
.hotjob	{
	color:#FF0000;
}
.border {
	border-left-color: #99CCCC;
	right: 0px;
	padding: 0px;
	background-position: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #99CCCC;
}





