body {
  background:
	#fff
	url(../images/bg.jpg);
  margin:0; 
  padding:0;
  font-family: 'Trebuchet MS', verdana, arial, sans-serif;
  color:#000;
  font-size:12px;
}

a:link, a:visited {
  text-decoration:none;
  color:#fc4da8;
  font-size:12px;
  font-weight:bold;
}

a:hover, a:active {
  text-decoration:underline;
  color:#fc4da8;
}

h3 {
  color:#fc4da8;
  font-size:18px;
  font-weight:normal;
  margin-bottom:20px;
  margin-top:0px;
  letter-spacing:-1px;
}

hr {
  height:1px;
  background-color:#b2735a;
  color:#b2735a;
  border:0;
  margin:0;
}

table {
  font-size:12px;
}

form {
  margin:0;
  padding:0;
}


.shadow_left {
	width:4px;
	background:
		transparent
		url(../images/shadow_left.png)
		repeat-y;
}

.shadow_right{
	width:4px;
	background:
		transparent
		url(../images/shadow_right.png)
		repeat-y;
}

.shadow_bottom {
	width:799px;
	height:9px;
	background:
		transparent
		url(../images/shadow_bottom.png)
		no-repeat;
}

.main {
	background:
		#fff
		url(../images/header.jpg)
		no-repeat;
}

#languages {
	margin:15px 0 0 660px;
}

#languages a:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#menu {
	margin-top:135px;
	height:37px;
	color:#c21b92;
	margin-left:20px;
}




#content {
	padding:20px;
	font-size:12px;
	background:
		#d7dcc0
		url(../images/content_bg.png)
		repeat-x;
}

#content2 {
	height:14px;
	background:#d7dcc0;
}

#footer {
	width:791px;
	height:32px;
	line-height:32px;
	background:
		transparent
		url(../images/footer.jpg)
		repeat-x;
	text-align:center;
	color:#fff;
}

.red {
	color:#d52e26;
}

.popup {
	background:#fff;
	border:1px solid #ffbddf;
	width:120px;
	position:absolute;
	padding:5px 10px;
	display:none;
}

.popup a:link, .popup a:visited {

}

.popup a:hover, .popup a:active {
	color:#fc4da8;
}

#popup1 {
	margin-left:90px;
}



ul.nav,
.nav ul{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	text-align:left;
}

.nav>ul {
	display:inline;
}

ul.nav>li{
	display: block;
	float:left;
	position: relative;
	padding: 0px 6px;
	
}


ul.nav li>ul{
	display: none;
	position: absolute;
	width: 150px;
	margin-top: 0px;
	background:#fff;
	border:1px solid #ffbddf;
	z-index:999;
}

ul.nav li:hover>ul{
	display : block;
}

.nav ul li a{
	display: block;
	color:#000;
	background:transparent url(../images/arrow.gif) 5px 8px no-repeat;
	padding:3px 0 3px 15px;
	line-height:16px;
}


ul.nav>li>a:hover {
  text-decoration:none;
  font-weight:normal;
  background:#fc4da8 url(../images/footer.jpg) repeat-x;	
  color:#fff;
 }


.nav a{
	text-decoration: none;
  color:#fff;
  text-decoration:none;
  font-weight:normal;
  font-size:13px;
  line-height:35px;
  padding:0 10px 0 0;
}

.nav a:hover {
  color:#fbaaa3;
}






.coursetable th{
	background:#fc4da8 url(../images/footer.jpg) repeat-x;
	color:#fff;
	text-align:left;
}

.coursetable td {
	border-bottom:1px solid #ccc;
}

.blocktable {
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

.blocktable th {
	
	background:
		transparent
		url(../images/footer.jpg)
		repeat-x;
	line-height:24px;
	color:#fff;
	font-size:18px;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:770px; height:32px;  position:relative; z-index:100;}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:771px; w\idth:770px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px; border:1px solid #ffbddf;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;text-decoration:none; color:#fff; height:36px; width:80px; padding:0 20px; line-height:36px;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:119px; w\idth:110px;}






/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:36px;left:0; border:1px solid #ffbddf; }

/* another hack for IE5.5 */
* html .menu ul ul {top:35px;t\op:36px; border:1px solid #ffbddf;}



/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#fff url(../images/arrow.gif) 5px 8px no-repeat; 	padding:3px 0 3px 15px; line-height:16px; color:#000; height:auto; width:150px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:149px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background: url(../images/footer.jpg) repeat-x; text-decoration:none;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; background: url(../images/footer.jpg) repeat-x;text-decoration:none;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

