@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #f5f8fc;
}
a:link {
	color: #0774b9;
}
a:visited {
	color: #0774b9;
}
a:hover {
	color: #000000;
}
a:active {
	color: #0774b9;
}
.content {
	height: 425px;
	padding: 25px;
}
.gradientbox {
	padding: 30 15 15 15;
	background-image: url(images/gradient_image.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f2f2f2;
	
	
}#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 100%;
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	display: block;
	width: 100%;
	color: #000000;
	text-decoration: underline;
}

#nav li { /* all list items */
	float: left;
	 /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #dae4ee;
	padding: 10px;
	width: 10em;
	line-height: 20px;
	border: 1px solid #9b9b9b;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.articletitle {
	font-size: 14px;
	font-weight: bold;
}


.navbar{
	height: 54px;
	background-image:url(images/nav_bar.gif);
	background-repeat: no-repeat;
}

.newsbox{
	padding: 10px;
	background-color: #f2f2f2;
	background-image: url(images/gradient_news.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.course{
	padding: 5px 5px 5px 5px;
}

.course_heading{
	border-bottom: 1px solid #ccc;
	color: #000066;
}

.course_element{
    font-size: larger;
    font-weight:  bold;
}
