body
{
	background-image: url(images/gradientSpacer.jpg);
	background-repeat: repeat-x;
	background-color: #034388;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	margin: 0px;
}

p, td, span, div, input, select
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

a:link 
{
	color: #DEDEDE;
	text-decoration: none;
}/*normal links in the text*/

a:visited 
{
	color: #DEDEDE; 
	text-decoration: none; 
}


a.ProjectLink
{
/*	color: #DEDEDE;*/
	text-decoration: none;
}/*normal links in the text*/

a.ProjectLink:hover
{
	/*color: #DEDEDE; */
	text-decoration: none; 
}


a.linkBottom
{
	color: #DEDEDE;
	text-decoration: none;
	font-size: 9px;
}
a.linkBottom:hover
{
	text-decoration: underline;
}
.textBottom
{
	color: #DEDEDE;
	font-size: 10px;
}

.textRed
{
	color: #CC0000;
}

.footerNav
{
}
.textBlue
{
	color: #185CA5;
}
.alignTop
{
	vertical-align: top;
}

.glowLeft
{
	background-image: url(images/leftGlowSpacer.jpg);
	background-repeat: repeat-y;
}
.glowRight
{
	background-image: url(images/rightGlowSpacer.jpg);
	background-repeat: repeat-y;
}

.glowBottom
{
	background-image: url(images/bottomGlowSpacer.jpg);
	background-repeat: repeat-x;
	height: 10px;
}
.italicText
{
	font-style: italic;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 50px
}

.textGreen
{
	color: #748D00;
}
.eventTitle2
{
	color: #185CA5;
	font-weight: bold;
}
.smallCaps
{
	font-size: 10px;
	font-variant: small-caps;
	color: #185CA5;
}
.answerText
{
	margin-bottom: 2px;
	margin-right: 50px; 
	margin-left:20px;
}
.textGreenStyled
{
	color: #748D00;
	font-weight: bold;
}
.textBlueStyled
{
	color: #185CA5;
	margin-bottom: 2px;
	font-weight: bold;
}
.eventTitle
{
	margin-bottom: 2px;
	margin-left: 20px;
	margin-right: 50px;
}
.eventText
{
	margin-bottom: 2px;
	margin-left: 20px;
	margin-right: 50px;
}
.item
{
	vertical-align: top;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	background-color: #E9F2F9;
}
.altItem
{
	vertical-align: top;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}
.mouseHand
{
	cursor: pointer; cursor: hand;
}