﻿.headline {
	font-weight: bold;
	font-size: 14pt;
	color: #036;
	text-decoration: none;
}

.subheading {
	font-weight: bold;
	color: #036;
}

.photocaption {
	font-size: 8pt;
	font-style: italic;
}

.byline {
	font-style: italic;
}



/*--------TEXT STYLING----------*/
.Centered
{
	text-align:center;
}
.Bolder
{
	font-weight:bolder;
}

/*-------TEXT COLORING----------*/
.ColoredBlack
{
	color:#000000;
}
.ColoredWhite
{
	color:#FFFFFF;
}
.ColoredNavyBlue
{
	color:#31309C;
}

/*-------TEXT SIZING---------*/
.SmallText
{
	font-size:small;
}
.MediumText
{
	font-size:medium;
}
.LargerText
{
	font-size:large;
}

/*--------REGISTRATION BOX-------*/
.RegistrationBox
{
	border: #31309c 3px solid; 
	padding: 2%; 
	margin: 2%; 
	text-align: center;
	width:400px;
}

/*---------HIGHLIGHT BOX -------*/
.HighlightBox
{
	border: #000000 1px solid; 
	padding: 10px; 
	margin: 5px; 
	width: auto; 
	height: auto;
}

/*----------IMAGE----------*/
.RightFloater
{ 
	margin: 0 0 5% 5%;
	float: right;
}

/*-----------CONTENT----------*/
.Content
{
	margin:2%;
}

/*---------MENU----------*/
.Menu
{
	list-style-type:none;
	color:#31309C;
	margin:10px 0 10px 0;
	padding:0;
	width:100%;
	float:left;
	text-align:center;
}

.MenuItem
{
	display:block;
	border:solid 3px #31309C;
	margin-left:20px;
	margin-right:20px;
	padding:0;
	text-align:center;
	float:left;
}

/* unvisited menu links */ .MenuItem A     { display:block; padding:5px; color: #31309C; text-decoration:none; width:160px; height:60px; }    

.MenuFirst
{
	margin:0;
	padding:0;
}
.MenuLast
{
	margin:0;
	padding:0;
}


