/* CSS Document */
BODY {
  background-color: #ffffff;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px; 
  background-position: 0px 0px;
  background-attachment : fixed;
  background-repeat: no-repeat;  
}

BODY, P, TD, OL, DT, DD {
  font-family: Verdana, Gill Sans, Futura, Arial, Helvetica; 
  font-size: 11px;
  color: #000000;
  text-decoration:none;
}

.courses {
  background-image :url(images/classes.jpg);

  }

.cgbg  {
  background-image :url(images/cg1000.jpg);
  }
  
 .dtbg  {
  background-image :url(images/cg3050.jpg);
  }

a:link {
  color: #81051A;
  text-decoration: none;
}

a:hover {
  color: #900029;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

.splash {
	font-family: Gill Sans, Futura, Verdana, Arial, Helvetica;
	font-size:16px;
	color: #B5B2B2;
	left: 5px;
	padding-left: 20px;
}

.splash a:link {
color: #B5B2B2;
}

.splash a:hover {
color: #666666;
text-decoration: none;
}

.header {
	font-family: "Gill Sans", Futura, Verdana, Arial, Helvetica;
	font-size:12px;
	color:#000000;
	font-weight: bold;
}

.footer {
font-size: 10px; 
color:#999999;
}

.courseshead {
	font-family: "Gill Sans", Futura, Verdana, Arial, Helvetica;
	font-size:16px;
	color: #666666;
	left: 5px;
}

.courseshead a:link {
color: #666666;
}

.courseshead a:hover {
color: #81051A;
text-decoration: none;
}

