@charset "UTF-8";

/* CSS Document */

body {
	font-size: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	background-color: white;
	bgcolor: white;
}

A:link{text-decoration: none;
color: blue;
}


A:visited{text-decoration: none;
color: blue;
}


A:hover{text-decoration: none;
color: orange;
}


A:active{text-decoration: none;
color: green;
}

.homepagetext{
font-family:Georgia, "Times New Roman", Times, serif
}

.menubar{
width: 100%;
overflow:hidden;
}

.menubar ul{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center; /* "left", "center", or "right" align menu */
width:480px;
height:36px;
border-radius: 5px; /*really large border radius to create round borders*/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background:#88b32d;
}

.menubar li{position:relative; height:36px; 
text-align:center; 
float:left; 
width:160px; 
font: bold 14px Arial;
color: white;
text-decoration: none;
background:#88b32d;
text-align:center;
margin: 0;
padding:0;
height:26px;
padding-top: 10px; /*adds listed pixels above text; sum of this no. and value of height is the total height of the element*/
border-radius: 5px; /*really large border radius to create round borders*/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.menubar li a {
color:white;
text-decoration: none;
}

.menubar li:hover{
background: #b2d95f;
}

.menubar a:hover{
background: #b2d95f;
}

.image-links {
}

td.image-links{
}

td.image-links:hover{
opacity:0.5;
}
coursenolink {
	font-size: 14px;
}
