BODY
{
	/*
	background-image: url("../images/AMSCC Logo2.gif");
	background-repeat: no-repeat;
	background-position: 300px 225px;			
	background-attachment: fixed;
	*/
	font-family: Arial;
}
		
A 
{
	color:Navy;
	text-decoration: none;
	font-weight: bold;
}

A:hover
{
	text-decoration: underline;
}
		
IMG#Logah 
{
	position: relative;
	left: 20px;
}

DIV.topNav 
{ 
	float: left; 
	width: 200px; 
	border-right: solid 1px black;
	text-align: center;
	background: silver;
}

DIV.topNav:hover 
{
	background-color: #FFFF88;
	color: silver;
}

#contain
{
	position: absolute;
	bottom: 10%;
	width: 800px;
}

DIV#headerBlock 
{
	width: 700px;
	left: 0px;
	position: relative;	
}

DIV#headerBlock H1 
{
	background-color: #BCBCFC;
	color: black;
	border: solid 1px Gray;	
	padding: 10px;
	font-size: 18pt;
	left: 163px;
	top: 0px;
	position: absolute;
	width: 525px;
}

HR#headerLine 
{
	color: #BCBCFC;
	width: 710px;
}
	
DIV#contentBlock
{
	position: absolute;
	width: 540px;
	left: 170px;
	top: 140px;
	border-left: solid 1px #BCBCFC;
	padding: 0px 10px;
}

P:First-Letter 
{
	font-size: 18pt;
	color: #BCBCFF;
	font-weight: bold;
}

DIV#links 
{
	position: absolute; 
	top: 140px; 
	left: 8px; 
	width: 160px; 
	height: auto; 
	font: 16px Verdana, sans-serif; 
	z-index: 100;
	border: solid 1px #BCBCFC;
}
			
DIV#links a 
{
	display: block; 
	text-align: center; 
	font: bold 1em sans-serif; 
	padding: 5px 10px; 
	margin: 0 0 1px; 
	border-width: 0; 
	text-decoration: none; 
	color: black; 
	background: silver;
	border-right: 5px solid #BCBCFC;
}

DIV#links a.selected
{
	color: Gray; 
	background: #BCBCFC;
}

DIV#links a:hover 
{
	color: black; 
	background: #BCBCFC;
	border-right: 5px double white;
}

DIV#links a span 
{	
	display: none;
}

DIV#links a:hover span 
{
	display: block;
	position: absolute; 
	top: 20px; 
	left: 175px; 
	width: 125px;
	padding: 5px; 
	margin: 10px; 
	z-index: 100;
	color: black; 
	background: #BCBCFC;
	border: dotted 1px gray;
	font: 12px Verdana, sans-serif; 
	text-align: center;
}

DIV#sidebar 
{
	font-size: 9pt;
	position: relative;
	top: 175px;
}

H4
{
	display:inline;
	font-size:larger;
	color: Gray;
	text-decoration: none;
}

H4.title
{
	text-decoration: none;
} 

.tableSched
{
	border-style: solid;
	border-width: thin;
	border-color: #8000FF;
	border-collapse: separate;
	font-size: smaller;
	background-color: Silver;
	text-align: center;
}

.unavailableClass
{
	text-decoration: line-through;
	color:grey;
}

DIV.tableBlock
{
	margin: 0px;
	text-align: center;
}

.strong
{
	display: inline;
	font-weight: bold;
}

.highliteYellow
{
	font-Weight: bold;
	background: yellow;
}

.higlitePurple
{
	font-Weight: bold;
	background: #BCBCFC;

}