
#header {
	position: absolute; 
	z-index: 1;
	top: 150px; 
	height: 20px;
	left: 760px;
	background: white;
	border-bottom: solid white 4px;
}




td > div#header {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

* html #header{
 top: expression(document.compatMode=="CSS1Compat"?  document.documentElement.scrollTop+200+"px" : body.scrollTop+200+"px");
}


.graphic:link {
	font-weight: 600;
	font-size: 16px;
	color: white;
	font-family: Helvetica;
	text-decoration: none;
}

.graphic:visited {
	font-weight: 600;
	font-size: 16px;
	color: white;
	font-family: Helvetica;
	text-decoration: none;
}

.graphic:hover {
	font-weight: 600;
	font-size: 16px;
	color: white;
	font-family: Helvetica;
	text-decoration: underline;
}

.crogsText {
	font-family: Verdana, Arial, Helvetica;
	font-weight: 400;
	color: #000000;
	font-size: 14px;
}

/* 
In order to make the shadow cross-browser compatible,
we have to use two different methods: filter and after.
Ex: IE uses filter, while Firefox uses after #shadow1:after
*/

div[id=shadow1] {
	color: #f00 !important;
}

#shadow1 {
	font: bold 15px Verdana;
	color: #fff;
	cursor: pointer;
	height: 1em;
	
   filter: Shadow(
      Color=#FF0000,
		Direction=135, 
		Strength=5);
}

#shadow1:link, 
#shadow1:visited,
#shadow1:active {
	color: #fff;
}

#shadow1:hover {
	text-decoration: underline;
	color: #FFFFFF;	
	cursor: pointer;
}

#shadow1:after {
	content: 'Purchase Course';
	color: #FFFFFF;
	display: block;
	text-indent: -0.4ex;
	margin-top: -1.4em; 
}

form {
	margin: 5px;
	padding: 1px;
}

.CROGSsidebarButton{
	width: 125px; 
	background-color: #EFF9FF;
	text-align: center;
   font-weight: bold;
}

