a.bodyLink:link {color:#0c1247; text-decoration:underline;}
a.bodyLink:visited {color:#0c1247; text-decoration:underline;}
a.bodyLink:hover {color:#0c1247; text-decoration:none;}
a.bodyLink:active {color:#0c1247; text-decoration:underline;}

a.contentSubheaderLink:link {color:#0c1247; text-decoration:none;}
a.contentSubheaderLink:visited {color:#0c1247; text-decoration:none;}
a.contentSubheaderLink:hover {color:#0c1247; text-decoration:underline;}
a.contentSubheaderLink:active {color:#0c1247; text-decoration:none;}

a.footerLink:link {color:#8e8e8e; text-decoration:none;}
a.footerLink:visited {color:#8e8e8e; text-decoration:none;}
a.footerLink:hover {color:#8e8e8e; text-decoration:underline;}
a.footerLink:active {color:#8e8e8e; text-decoration:none;}

a.calendarItem:link {color:#ffffff; text-decoration:none;}
a.calendarItem:visited {color:#ffffff; text-decoration:none;}
a.calendarItem:hover {color:#ffffff; text-decoration:underline;}
a.calendarItem:active {color:#ffffff; text-decoration:none;}

.boldText {
	font-weight:bold;
}

.body {
	font-family:arial;
	font-size:90%;
	margin:0px;
	padding:0px;
}

.centeredText {
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.content {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:960px;
}

.contentContainer {
	width:100%;
}

.contentSubheader {
	background-color:#ffffff;
	color:#0c1247;
	font-size:80%;
	height:20px;
	padding-top:8px;
	padding-bottom:2px;
	text-align:center;
	width:150px;
}

.contentPhotoSmall {
	height:75px;
	width:75px;
}

.footerContainer {
	padding-bottom:5px;
	padding-top:5px;
}

.gradient {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#969792',endColorstr='#dbdbdb');
	background:moz-linear-gradient(top, #969792, #dbdbdb);
	background:-webkit-gradient(linear,left top,left bottom,from(#969792),to(#dbdbdb));
}

.grayContent {
	background-color:#3f3f3f;
	color:#8e8e8e;
}

.headerText {
	color:#0c1247;
	font-size:120%;
}

.nav {
	border:0;
	position:absolute;
	top:100px;
}

.purpleContent {
	background-color:#0c1247;
	color:white;
}

.testMode {
	font-weight: bold;
	color: red;
	font-size: 150%;
	text-align: center;
}

.text {
	color:#3c3c3c;
}

.smallText {
	font-size: 75%;
}

.subtitle {
	color: black;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

.superscript {
	font-size: 80%;
	position: relative;
	bottom: 5px;
}

.title {
	color: purple;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}

.topnav {
	border:0;
	position:absolute;
	top:73px;
}

.verticalSpacer {
	height:10px;
}

.whiteContent {
	background-color:white;
	color:#3c3c3c;
}

