body 
{
	font-size: 8pt;
    font-family: verdana,arial,courier;
    background-image: url(images/bkgrndb.gif);
    margin-top:0;
    padding: 0;
}
#marquee{
		width: 760px;
		color: #FFD700;
		border-bottom: thin solid #FFD70;
		border-top: thin solid #FFD70;
        font-weight: bold;
}
#navbar a:hover
{
    background-color: #FFD700;
    color: #FFFFFF;
}
#navbar a
{
    width: 760px;
    padding: 4px;
    line-height: 1.4em;
    background-color: #FFFFFF;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    font-size: 8pt;
    color: #010298;
}
#navbar
{
    background-color: #FFFFFF;
    width: 760px;
    height: 23px;
}
#tablebox
	{
	border: 1px solid #010298;
	}
#coursebox
	{
	border-bottom: 1px solid #E3E1E1;

	}
h1
{
    color: #010298;
    font-size: 10pt;
}
h2
{
    color: #010298;
    font-size: 9pt;
}
p
{
    font-size: 8pt;
}
a:hover
{
    text-decoration: underline
}
a
{
    color: #010298;
    text-decoration: none;
}
#whitebig
{
    font-size: 16pt;
    font-weight: bold;
    color: White;
}
#white
{
    color: White;
    font-size: 12pt;
}
/* rounded corner box
================================== */

.box {
  width: 240px;
  background: url(images/tile3.gif) repeat-y;
}

.box h2 {
  background: url(images/top3.gif) no-repeat left top;
  padding-top: 20px;
}

.box .last {
  background: url(images/bottom3.gif) no-repeat left bottom;
  padding-bottom: 20px;
}

.box h2, .box p {
  padding-left: 20px;
  padding-right: 20px;
}
.box2{

}
#big .p{
	color: #010298;
	 font-size: 14pt;
}
a
{
    color: #010298;
}
#navbarv a
{
    color: #FFD700;
}
#navbarv2 a
{
    color: #808080;
}
#navbarv3 a
{
    color: #010298;
}
#navbarv
{   

    padding: 3px;
    width: 190px;
    background-color: #010298;
    color: #FFFFFF;
    font-size: 9pt;
    border-bottom: thin solid #FFFFFF;
    }
#ad
{   
    width: 150px;
    }    
 #navbarv2
{

    padding: 3px;
    width: 173px;
    border-bottom: thin solid #FFFFFF;
    background-color: #E3E1E1;
    padding-left: 20px;
    }   
 #navbarv3
{
    padding: 3px;
    width: 173px;
    border-bottom: thin solid #FFFFFF;
    background-color: #FFFFFF;
    padding-left: 20px;
    font-weight: bold;
    }      
 /* fieldset styling */
fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 1em;
  border : 1px solid #ccc;
  background-color: #FAFAFA;
  width: 500px;
}	

/* legend styling */
legend {
  font-weight: bold;
  font-size:11pt;
  text-align:left;

} 
/* style for  labels */
label {
  float: left;
  width: 20em;
}  
#header
	{
	border-collapse: collapse;
	width: 600px;
	padding: 10px;
	margin: 0 auto;
	text-align: left;
	}
#underline
{
    border-bottom: solid 1px gray;
    font-size: 12pt;
    color: #010298;
}