body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	line-height: 30px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a visited: {
	color:#0000CC
}

#bluefont a {
    color: #333399; 
	text-decoration: none
}
#footer {
	/* Old: background:#3a3ef2; */
    background: url(FooterBackground.png);
	min-height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
  
  }
#headerframe {
    background:#3a3ef2;;
	min-height: 152px;
}

#headerlogo {
    background: url(LogoBackground.png) no-repeat #FFFFFF;
	min-height: 146px;

}
#headerparts {
	float:left;
	height: 142px;
}

#logotext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:bold;
	font-size:x-large;
	font-style:oblique;
}
#spectitles {
	font-size: larger;
	font-weight: bold;
}
#graphicright {
    float:right;
	}
#graphicrleft {
    float:left;
	}
#main {
    float:left;
	width:100%;
	}
#leftcoltext {
    float:left;
	width: 50%;
}
#rightcoltext {
    float:right;
	width: 50%;
}
#fullwidth {
    float:left;
	width: 100%;
}
