/* CSS Document */
a:link {
color: #800000;
}
a:visited {
color: #804040;
}
a:hover {
color: #00ffff;
}
a:active {
color: #c83d1a;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	width: 90px;
	border: thin solid #666;
	background-color: #b0b9d0;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	top: 0px;
	position: static;
	min-width: 90px;
}


#nav:link      { text-decoration:none; color:white ; }
#nav:visited   { text-decoration:none;  color: #ffffff;
                   background-color:#C00; }
#nav:hover     { text-decoration:underline;  
				   background-color:#C00;}
#nav:active    {
	text-decoration:underline;
	color: #00ffff;
	background-color:#C00;
}
					
#nav:link  { border: solid gray thin;}
#nav:visited  { border: solid #939 thin; color: #00ffff;
               }
#nav:link:hover  { border-color: white; }
#nav:visited:hover { border-color: white; }
#contactButton {
	position: absolute;
	left:40px;
	top:190px;
}

  #contactButton
 {
    display: block;
    width: 90px;
    height: 19px;
	border: 0;
    background: url("http://www.courseworld.com/images/button10_off.gif") no-repeat 0 0;
  }

  #contactButton:hover
  
  { 
    display: block;
    width: 90px;
    height: 19px;
	border: 0;
    background: url("http://www.courseworld.com/images/button10_on.gif") no-repeat 0 0;
  }