body 
{
	margin: 0; 
	padding: 0; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	background: #e7effc; /*#dfeafd*/
	height: 100%;
}

li, h1, h2, h3, h4, h5, h6
{
	margin: 0; 
	padding:0;
} 

#container
{
	line-height: 120%;
}

#header
{
  border-top: 4px #36f solid; 
  border-bottom: 4px #36f solid; 
  color: black; 
  background: #9cf; 
  height: 62px;
} 

#header span 
{ 
	top: 0px; 
	font-size: 11px; 
	letter-spacing: 1px;
	clear:right;
}

#header h1
{
  margin-top: 8px;
}

#footer
{
	clear: both;
	bottom: 0px;
	width: 100%; 
	height: 15px; 
	background: #9cf;
	border-top: 1px #36f solid;
	border-bottom: 1px #36f solid;
	text-align: right;
	font-size: 10px;
	margin-top: 30px;
}

#leftHandPageLinks 
{ 
	position: relative;
	float: left; 
	width: 160px; 
	min-width: 160px;
	margin-left: 2px;
	/*border: 1px black solid;*/
	top: 5px;
}

#rightHandPageDetails 
{
	margin-left: 170px;
	padding-left: 15px;
	padding-right: 15px;
}

#leftHandPageLinks ul 
{
	position: relative;
	margin-left: 0px;  
	padding-left: 0px; 
	list-style-type: none; 
	top: 0px;
} 

#leftHandPageLinks a  
{
	display: block; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	padding-left: 10px;
	width: 150px;
	color: white; 
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1.5px;
	background: #3163a2 /*#369*/; 
	border-bottom: 1px solid #eee;
	text-align: left;
}

#leftHandPageLinks a:link
{ 
	color: #eee; 
	text-decoration: none 
}

#leftHandPageLinks a:visited 
{ 
	color: #eee; 
	text-decoration: none 
}

#leftHandPageLinks a:hover 
{
	background-color: #036; 
	color: #fff; 
} 

.yearClass
{
	color: red;
}

.coursesTable
{
	border: 1px black solid;
	border-collapse: collapse;
}

.coursesTable thead td
{
	border: 1px black solid;
	padding: 3px 10px;
	font-weight: bold;
}

.coursesTable td
{
	border: 1px black solid;
	padding: 3px 5px;
}

#marqueecontainer
{
position: relative;
width: 200px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid blue;
padding: 2px;
padding-left: 4px;
float: right;
top: 30px;
right: 20px;
}

#marqueecontainer a:link
{ 
	padding: 1px 2px;
	font-size: 12px;
	color: blue; 
	border: 1px dashed blue;
	text-decoration: none;
}

#rightHandPageDetails a:link
{ 
	padding: 2px 8px;
	font-size: 17px;
	color: blue; 
	border: 1px solid blue;
	text-decoration: none;
}

#rightHandPageDetails a:visited 
{ 
	padding: 2px 8px;
	font-size: 17px;
	color: blue; 
	border: 1px solid blue;
	text-decoration: none;
}

#rightHandPageDetails a:hover 
{
	padding: 2px 8px;
	font-size: 17px;
	color: blue; 
	border: 1px solid blue;
	text-decoration: none;
	background: #9cf;
} 

#rightHandPageDetails #marqueecontainer  a:visited 
{ 
	padding: 1px 2px;
	font-size: 11px;
	color: blue; 
	border: 1px dashed blue;
	text-decoration: none;
}

#rightHandPageDetails #marqueecontainer a
{ 
	padding: 1px 2px;
	font-size: 11px;
	color: blue; 
	border: 1px solid blue;
	text-decoration: none;
}

#rightHandPageDetails #marqueecontainer a:hover
{ 
	padding: 1px 2px;
	font-size: 11px;
	color: blue; 
	border: 1px solid blue;
	text-decoration: none;
}

#coursesTable a:link
{ 
	padding: 0;
	font-size: 16px;
	color: blue; 
	border: 0px solid blue;
	text-decoration: none;
}

#coursesTable a:visited 
{ 
	padding: 0;
	font-size: 16px;
	color: blue; 
	border: 0px solid blue;
	text-decoration: none;
}

#coursesTable a:hover 
{
	padding: 0;
	font-size: 16px;
	color: blue; 
	border: 0px solid green;
	text-decoration: none;
	background: #9cf;
} 
