
#nav, #nav ul { 
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
	width: 123px;
	border-bottom: 1px solid #ADAFD2;
	top:0px;
	}

#nav li { 
	position: relative;
	}
	
#nav ul li.sub {
	background-image: url(img/tri.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#nav li ul {
	position: absolute;
	left: 122px;
	width: 150px;
	display: none;
	filter : alpha(opacity='92');
	}
#nav li a {
	display: block;
	text-decoration: none;
	color: #6A6A6A;
	background: White;
	padding: 2px;
	font-size : 11px;	
	border: 1px solid #ADAFD2;
	border-bottom: 0;
	top: -55px; 
	}

/* Fix IE. Hide from IE Mac \*/
* html #nav li { float:left; height:1%; }
* html #nav li a { height:1%; }
/* End */

#nav li a:hover { color:#E2144A; background:#f9f9f9; } /* Hover Styles */
    
#nav li ul li a { 
	height : 17px;
	padding:0px 2px; 
} /* Sub Menu Styles */
    
#nav li:hover ul, #nav li.over ul { display:block; } /* The magic */
	

A.copylink:LINK, A.copylink:VISITED {
	color : #333333;
	font-size : 11px;
	font:  Arial, sans-serif;
	text-decoration : none;
	}
	
A.copylink:HOVER {
	color : #483D8B;
	font-size : 11px;
	font:  Arial, sans-serif;
	text-decoration : underline;
}

.copy{
	color: #333333;
	font-size: 11px;
	text-align: center;
	position : relative;
	font:  Arial, sans-serif; 
}

body { 
	background: #C8C7D4 url(img/bg.gif) repeat-y; 
	font:   Arial, sans-serif; 
	color: #000000; 
	padding: 0px; 
	width: 100%;
 	margin-top : 0px;
	margin-right : 0px;
 	margin-left : 0px;
 	margin-bottom : 20px;
	background-position: center;
}
table{
	font: 90% Arial, sans-serif; 
}
table.enrolled{
	border : 1px solid #4676A2;
	text-align : center;
	color: #6A6A6A;
}
td.enrolled{
	color : White;
	font-weight : bold;
}
H1 {
	color : #483D8B;
	font-weight : bold;
	font-size : 110%;
}
A:LINK, A:VISITED {
	color : #5353A8;
	text-decoration : underline;
}
A:HOVER {
	color : #8080FF;
	text-decoration : underline;
}
td.title{
	background-color : #494A91;
	color : White;
	font-size : 15px;
	font-variant : small-caps;
	font-weight : bold;
	text-align : center;
}
td.group{
	font-variant : small-caps;
	font-weight : bold;
	text-align : left;	
}
td.detail{
	text-align : center;	
}

div.contact{
	color : #6A6A6A;
	font-size : 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	width : 123px;
	border-right: 1px solid #ADAFD2;
	padding-left : 2px;
}
/*
input, textarea {
	border : 2px groove #ADAFD2;
	background-color : #E7E7E7;
}
*/