/*
-----------------------------------------------
six sigma home page style sheet
$Revision$
----------------------------------------------- */

#wrap
{
	background: #ebe5d5 url(/images/bkg/content_wrapper.gif) repeat-x 0 6.9em;
	margin: 0 auto;
	padding: 0;
	border-right: 1px solid #86704c;
	border-left: 1px solid #86704c;
	width: 780px;
	height: 100%;
}

#home {
	background: transparent;
	margin: 0 auto;
	padding: 0;
	width: 674px;
}

#home #flash {
	padding-top: 15px;
}

#home #flashSubTitle {
	background-color: #676053;
	margin: 0;
	padding: 10px 0 10px 15px;
	border-bottom: solid 4px #000;
	width: auto;
}

#homeBody {
	background: #fff;
	margin: 5px 0;
	padding: 0;
}

#homeBody #currentEvents {
	background-color: #f5f4f0;
	margin: 0;
	padding: 0;
	width: 35%;
	vertical-align: top;
}

#homeBody #enrollmentBox {
	background-color: #f5f4f0;
	margin: 0;
	padding: 0;
	width: 60%;
	vertical-align: top;
}

#homeBody #currentEvents h1, #homeBody #enrollmentBox h1 {
	background: #000;
	margin: 0 0 10px 0;
	padding: 4px 0 4px 10px;
	font-family: georgia,"times new roman",plantino,serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fff;
}

#homeBody #currentEvents h2, #homeBody #enrollmentBox h2, table#homeCourses th {
	background: transparent;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: verdana,helvetica,sans-serif;
	line-height: 13px;
	color: #333;
}

#homeBody table#homeCourses tr {height:15px;}
#homeBody table#homeCourses td {vertical-align:top; border-bottom: 1px dashed #999; line-height: 15px;}




#homeBody #currentEvents h2 {
	margin-left: 8px;
}

#homeBody #currentEvents h3 {
	font-size: 11px;
	color: #520;
}

#homeBody #enrollmentBox #left {
	margin-bottom: 5px;
	padding: 0 5px;
	/*width: 48%;*/
	width: 60%;	
}

#homeBody #enrollmentBox #left p {
	line-height: 13px;
	margin-left: 8px;
}

#homeBody #currentEvents ul, #homeBody #enrollmentBox #left ul {
	margin: 0 0 0 8px;
	padding: 0;
}

#homeBody #currentEvents ul li, #homeBody #enrollmentBox #left ul li {
	list-style-type: none;
	list-style-position: outside;
}

#homeBody #currentEvents ul li p, #homeBody #enrollmentBox #left ul li p, table#homeCourses td {
	margin: 0 0 10px 10px;
	padding: 0;
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	line-height: 13px;
}

#homeBody #currentEvents ul li p {
	padding-right: 5px;
}

#homeBody #enrollmentBox #right {
	padding: 2px;
	width: 48%;
}

#homeBody #enrollmentBox #right p {
	line-height: 13px;
}


#coreBody {
	background: transparent;
}

#sidebar
{
	display: none;
}
