body { 
 text-align:center;
 font-weight: normal; 
 background:#e6e6e6 url("http://www.neededucation.com/v10/images/bg_repeat_neededucation.jpg") repeat-y 50% 0;
 background-repeat:repeat-y;
 color:#222222;
 text-align:center;
 padding:0px;
 margin:0px;
 font:90%/1.4 arial,sans-serif;
}

#block_1
	{
	float: left;
	width: 538px;
	margin-left: 152px;
	}
* html #block_1
	{
	display: inline;
	}
#block_2
	{
	float: left;
	width: 152px;
	margin-left: -690px;
	}
#block_3
	{
	float: left;
	width: 110px;
	}
/* Start Mac IE5 filter \*/
#block_1, #block_2, #block_3
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
@media all and (min-width: 0px) {
#block_1, #block_2, #block_3
	{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important; 
	}
#block_1:before, #block_2:before, #block_3:before
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	background: inherit;
	padding-top: 32767px !important;
	margin-bottom: -32767px !important;
	height: 0;
	}
}
/* End Mac IE5 filter */
/* IE Win can be a bit out - you might need to adjust  
bottom value by -1px or as required */
.verticalalign
	{
	position: absolute;
	bottom: 0;
	}
#block_1 .verticalalign
	{
	width: 538px;
	}
#block_2 .verticalalign
	{
	width: 152px;
	}
#block_3 .verticalalign
	{
	width: 110px;
	}
/* hack for Opera 7+ */
@media all and (min-width: 0px){
.verticalalign
	{
	width: 100% !important;
	}
/* But Opera 9 does it right, so CSS3 hax to the max */
div[id^="wrapper"] #block_1 .verticalalign
	{
	width: 538px !important;
	}
div[id^="wrapper"] #block_2 .verticalalign
	{
	width: 152px !important;
	}
div[id^="wrapper"] #block_3 .verticalalign
	{
	width: 110px !important;
	}
}
/* hack for IEs of all persuasions before IE7 */
* html .verticalalign
	{
	width: 100% !important;
	}
.verticalalign p
	{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	background: #996666;
	}
#wrapper_extra
	{
	position: relative;
	}
* html #wrapper
	{
	position: relative;
	}
#wrapper
	{
	width: 800px;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the columns vanish */
* html #wrapper_extra
	{
	float: left;
	width: 100%;
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
#footer
	{
	clear: both;
	}
#header, #footer
	{
	width: 800px;
	}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}
	
/* Page Styles */

#page {
	background-color: white;
	text-align: left;
	margin: 5px auto;
	width: 800px;
}
	
#loginheader {
	color:#ff6600;
	height:20px;
	margin-top:0px;
	font-size:0.75em;
	font-weight:bold;
	text-align:right;
	margin-bottom:3px;
	width:auto;
	clear:both;
}

#headerads {	
	width:auto;
	text-align:right;
	float:right;
	padding:0px; margin:0px;
}

#nav {
		list-style-type:none;
		padding:0px;
		margin:0px;
		clear:both;
		vertical-align: middle;
		background-color:#FF6600;
		color:#cccccc;
		height:30px;
		font-size:0.82em;
		text-align:left;
		background-image: url(http://www.neededucation.com/v10/images/globalNav_bg.gif);
		background-repeat:repeat-x;
		background-position:top;
		margin:0px;	
}

#nav ul {
 padding:6px 0px 5px 0px;
}

#nav li {
 color: #ffffff;
 display:inline;
}

#nav li a, #nav li a:visited {
 text-decoration: none;
 font-weight:bold;
 text-decoration: none;
 color: #ffffff;
 padding:0px 8px 0px 8px;
 border-right:1px solid #FBD1B3;
 margin:0px;	
}

#nav .page_item a {
 color: white;
 text-decoration: none;
 background-color: #BDF;
 padding: 2px 12px;
 font-size: 14px;
 font-weight: bold;
 display: block;
}

#nav .page_item a:hover {
 font-weight:bold;
 text-decoration: underline;
 color: #FBD1B3;
 padding:0px 8px 0px 8px;
 margin:0px;	
}

#logo {	
		width:auto;
		float:left;
		text-align:left;
		padding:0px; margin:0px;
}

#footer { 	
		width:804px;
		margin:0px auto;
		padding:5px 0px 0px 0px;
		font-size:0.75em;
		color:#555555;
		text-align:center;
		border-top:1px dashed #cccccc;
		clear:both;
		float:none;
}
#footer ul {list-style-type:none; padding:0px; display:block; }			 
#footer a:link { color:#555555; text-decoration:underline; font-weight:bold;} 
#footer a:active { color:#555555; text-decoration:underline; font-weight:bold;} 
#footer a:visited { color:#555555; text-decoration:underline; font-weight:bold;} 
#footer a:hover { color:#555555; text-decoration:none; font-weight:bold;} 

#sectionLinks { position: relative; margin: 0px; padding: 2px; font-size:100%; text-align:left; }
#sectionLinks h3{padding:5px 0px 0px 0px; margin:0px; border-top:1px solid #cccccc}
#sectionLinks img {border:0px solid #e4e4e4;}
#sectionLinks ul  { list-style-type:none; padding:0px}
#sectionLinks li  { padding:0px}

#sectionLinks a {
		display: block;
		border-top: 1px solid #f4f4f4;
		color:#444444;
		padding:0px 0px 0px 2px;
		text-decoration:none;
		font-weight:normal;
		line-height:1.7em
	
}
#sectionLinks a:hover{
		text-decoration:none;
		font-weight:normal;
		color:#000000;
		background-color:#e6e6e6;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	margin:0px 0px 5px 0px; padding:0px;
	color:#444444;
}
h1 { font-size:1.4em }	
h2 { font-size:1.2em }	
h3 { font-size:1.1em }	
h4 { font-size:0.93em ;color:#2387C7 }	
h5 { font-size:0.88em }	
h6 { font-size:0.82em }

hr { height:1px;color:#ccc;margin:0.3em 0;background-color:#ccc }
img { border:0;padding:0 }
form { margin:0;padding:0 }

#block_1 h1 {
 padding-top: 5px; 
 padding-left: 35px; 
 background: url('http://neededucation.com/v10/shared/images/quote.gif') no-repeat; 
 font-family: Georgia, 'Times New Roman', Times, serif; 
 xline-height: 1.75em; 
 xfont-style: italic; clear: left; 
}

#block_1 h2 {
 color: #3366FF;
}

#block_3 ul {
  margin: 0px;
	list-style: none;
}

#block_3 img { border:1px solid #444444}
#block_3 ul { list-style-type:none; padding:0px; margin:0px}
#block_3 li { margin-bottom:2px;}

dl.feature {
	border-top: 1px dotted #CCCCCC;
	margin: 15px 0;
	padding: 15px;
}

dl.feature dd {
	color: #666666;
	font-size: 90%;
	line-height: 1.5em;
	margin-left: 0px;
}

dl.feature dt {
	color: #ff6600;
	font-family: Georgia, serif;
	font-size: 130%;
	margin: 0 0 .5em 0;
	text-transform: capitalize;
}

dl.feature dt a {
  color: #ff6600;
}

dl.feature dt img {
	background: url('http://neededucation.com/v10/shared/images/images/photo-frame.gif') no-repeat bottom right;
	float: right;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
}

dl.feature:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

dl.feature:hover dt img{ xbackground: #efef96; }
dl.feature:hover { xbackground: #efef96; }

/* event scroller */

.ew_scrollertext_pic, a.ew_scrollertext_pic:link, a.ew_scrollertext_pic:active, a.ew_scrollertext_pic:visited {
	font-family:Arial, Verdana;
	font-size:8pt;
	color:#000000;
	text-decoration:none;
	margin:0px 0px 2px 0px;
}
.ew_scrollertext_name, a.ew_scrollertext_name:link, a.ew_scrollertext_name:active, a.ew_scrollertext_name:visited {
	font-family:Arial, Verdana;
	font-size:8pt;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	margin:0px 0px 2px 0px;
}
.ew_scrollertext_date, a.ew_scrollertext_date:link, a.ew_scrollertext_date:active, a.ew_scrollertext_date:visited {
	font-family:Arial, Verdana;
	font-size:8pt;
	color:#000000;
	text-decoration:none;
	margin:0px 0px 2px 0px;
}
.ew_scrollertext_loc, a.ew_scrollertext_loc:link, a.ew_scrollertext_loc:active, a.ew_scrollertext_loc:visited {
	font-family:Arial, Verdana;
	font-size:8pt;
	color:#800000;
	font-weight:bold;
	text-decoration:none;
	margin:0px 0px 2px 0px;
}

a.ew_title:link, a.ew_title:active, a.ew_title:visited {
	font-family:Arial, Verdana;
	font-size:10pt;
	color:#000080;
	font-weight:bold;
	margin-bottom:16px 0px 8px 0px;
}


/*** Homepage Only **/

#searchForm { 
		padding:10px;
		background-image:url('http://www.neededucation.com/v10/images/bg_course-search.jpg');
		background-repeat:no-repeat;
		color:#FFFFFF;
		height:130px;
		width: 650px;
}

#formElements {	
		float:left;
		color:#FFFFFF;
		width:290px;
		padding:10px 0px 10px 10px;
		font-size:90%;

}
#formElements ul { list-style-type:none; padding:0px; margin:0px}
#formElements fieldset {padding:0px; margin:0px; border:0px}
#formElements .field { font-size:90%; width:250px; border:2px solid #cccccc;}
#formElements .button {font-size:90%; background-color:#ff7800; border:1px solid #fff; font-weight:bold; color:#222222; height:26px}
#formElements li {padding:2px 0px 2px 0px}
#formElements select {font-size:90%}
#formRight {	
		float:left;
		color:#FFFFFF;
		text-align:left;
		font-size:0.88em;
		margin:30px 0px 0px 10px
}


#coursestable thead, #coursestable thead tr
{
	background:#fafafa;
	border-bottom:1px solid #333333;
	border-top:1px solid #333333;
}

#coursestable thead tr th
{
	background:#cecece;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
	border-bottom:1px solid #333333;
	border-top:1px solid #333333;
	border-collapse:collapse;
	margin:0px;
}

#coursestable tbody tr td
{
	font-size:14px;
	line-height:25px;
	text-align:left;
	padding-left:10px;
	border-bottom:1px dotted #666;
	border-collapse:collapse;
	margin:0px;
}

.xsnazzy { margin-bottom: 5px; }
.xsnazzy h3, .zsnazzy h3 {margin:0; font-size:1.2em; padding:0 10px 5px 10px; border-bottom:1px solid #444;}
.xsnazzy p, .zsnazzy p { margin:0; padding:5px 10px; font-size:12px;}
.xsnazzy {background: transparent; width:450px; float:left; margin:0 3px;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #444; border-right:1px solid #444;}
.xb1 {margin:0 5px; background:#444;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; border:0 solid #444; border-width:0 1px; height:auto; background:#e8e7e4;}
* html .xboxcontent {height:1px;}

.color_a {background:#FF6600; color:#fff;}
.color_b {background:#FF6600; color:#fff;}
.color_c {background:#758279; color:#fff;}
.color_d {background:#b2ab9b; color:#000;}


.xsnazzy dl {
	border-top: 1px dotted #CCCCCC;
	margin: 15px 0;
	padding: 15px;
}

.xsnazzy dl dd {
	color: #666666;
	font-size: 90%;
	line-height: 1.5em;
	margin-left: 0px;
}

.xsnazzy dl dt {
	color: #ff6600;
	font-family: Georgia, serif;
	font-size: 130%;
	margin: 0 0 .5em 0;
	text-transform: capitalize;
}

.xsnazzy dl dt a {
  color: #ff6600;
}

.xsnazzy dl.feature {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}