﻿body {
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: small;
}
.pageTitle {
	font-size: x-large;
	text-transform: uppercase;
	color: White;
	font-family: Impact, "Arial Black", sans-serif;
}
.subTitle {
	font-size: medium;
	font-weight: bold;
	color: #FF6600;
}
.subTitleAlt {

	font-size: medium;
	font-weight: bold;
	color: #FF6600;
}
.fieldTitle {
	font-weight: bold;
}
div.eventscrollingdiv {
	overflow: auto;
	width: 300px;
	height: 180px;
}
div.eventDescription {
	overflow: auto;
	width: 625px;
	height: 90px;
}
div.eventItem {
	overflow: auto;
	width: 648px;
	height: 200px;
}

div.eventsListSection 
{
    overflow: auto;
    width: 425px;
    height: 145px;
}

div.eventsListSectionShort
{
    overflow: auto;
    width: 648px;
    height: 120px;
}

div.scrollingDiv
{
    overflow: auto;
    width: 648px;
    height: 380px;
}

.eventListItem 
{
    font-size: small;
}
.eventListAlt
{
    background-color:Silver;
}
div.newsItem {
	overflow: auto;
	height: 300px;
}
div.newsArticleMaint {
	overflow: auto;	
	height: 300px;
}
div.studyProgramDescription {
	overflow: auto;	
	height: 300px;
}
a.mainmenu {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: larger;
}
a.mainmenu:hover {
	font-weight: bold;
	color: #00FF00;
}
.lightText {
	color: #FFFFFF;
	font-weight: bold;
}
.footnote 
{
    font-size:x-small;
}
.testimonialCredit
{
    font-size:x-small;
    font-style:italic;
}
.testimonialPerson
{
    font-size:small;
    font-style:italic;
    font-weight:bold;
}
.important
{
    color:Red;
}
.emphasis
{
    font-weight:bold;
}