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

p{
font-family: Helvetica, sans-serif;
}

.header{
font-size: 20px;
font-weight: bold;
line-height: 26px;
text-decoration: none;
}

.footer{
font-size: 12px;
font-weight: bold;
text-align: center;
}

.pagetop{
font-size: 12px;
}

.strong{
font-weight: bold;
color: red;
}

.ulheader{
font-weight: bold;
text-indent: -0.5cm;
list-style: none;
}

.olheader{
font-weight: bold;
font-size: 18px;
}

.trademark{
font-size: 10px;
text-align: center;
}

.testimonial{
font-size: 13px;
margin-left: 1cm;
}

.highlite {
background-color : #FFFF33;
font-size : 16px;
font-weight : bold;
border : 3px double Red;
text-align : center;
padding-left : 3px;
padding-right : 3px;
padding-top : 1px;
padding-bottom : 1px;
}

.caption{
font-size: 10px;
color: red;
text-indent: 1cm;
}

.chromestyle{
width: 100%;
font-weight: bold;
font-family: Helvetica, sans-serif;
font-size: 14px;
background-color: #0033BB;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 2px solid #0033BB;
width: 100%;
padding: 0px 0;
margin: 0;
line-height: 12px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #0033BB;
padding: 0px 0px;
margin: 0;
text-decoration: none;
border-right: 2px solid #0033BB; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background-color: #EBF7FF; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 2px solid #0033BB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: normal 13px Helvetica;
line-height: 14px;
z-index: 100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 2px solid #0267FF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: none;
color: #0033BB;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
}

.caltitle {
	font-weight : bold;
	font-size : 18px;
	color : #000000;
	background-color : White;
	font-family : Verdana,Arial, Helvetica, sans-serif;
}

.titlered {
	font-weight : bold;
	font-size : 16px;
	color : Red;
	background-color : White;
}

.titleblue {
	font-weight : bold;
	font-size : 16px;
	color : blue;
	background-color : White;
}

.csubtitle {
	font-weight : bold;
	font-size : 12px;
}

.dates {
	font-size : 12px;
}

.periods {
	font-size : 12px;
}

.event {
	font-size : 30px;
}

.prereq {
	font-weight : bold;
	font-size : 12px;
	color : Green;
	background-color : White;
}

.prereg {
	font-weight : bold;
	font-size : 12px;
	color : Fuchsia;
	background-color : White;
}