/* Started 3/5/09 by Nora for Event pages */

body
{
  margin: 10px 0 0 0;
  padding: 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

#Content
{
  position: relative;
  margin: 0 auto;
  width: 800px;
  border: 1px solid #cccccc;
  border-bottom: 0;
}

#ShortImageBar
{
	position: relative;
	height: 80px;
	top: 0px;
	left: 0px;
	width: 800px;
	z-index: 2;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}


#ShortNameDate
{
  width: 780px;
  height: 80px;
   /* 7/24/09 Color changed to match logo */
  background-color:#475834;
  padding: 10px;
  border-bottom: 10px solid #B4BEA3; 
}


#BodyArea
{
  /*
  position: relative;
  top: 195px;
  left: 0;
  */
  padding: 5px;
  width: 786px;
  border: 2px solid #da8f29;
  background-color: #ffffff;
}

/* TEXT STYLES */

.Title
{
  font-style:italic;
  font-weight: bold;
  font-size: 36px;
  text-align:right;
  color: #ffffff;
}

.Subtitle
{
  font-style:italic;
  font-size: 24px;
  text-align:left;
  color: #ffffff;
} 

.WhereWhen
{
  font-style:italic;
  font-weight: bold;
  font-size: 18px;
  text-align:center;
  color: #FFFFFF;
}

.WhereWhenSmall
{
  font-style:italic;
  font-weight: bold;
  font-size: 12px;
  text-align:left;
  color: #000000;
}

.BodyText
{
  font-size: 12px;
  text-align:justify;
  color: #000000;
  font-style: normal;
}

.BodyTextBlue
{
  font-size: 12px;
  text-align:justify;
  color: #264B92;
}


.BodyText10
{
  font-size: 10px;
  text-align:justify;
  color: #000000;
  font-style: normal;
  font-weight: normal;
}

.White12
{
  font-weight: bold;
  font-size: 12px;
  text-align:left;
  color: #ffffff;
}

a.White12
{
  font-weight: bold;
  font-size: 12px;
  text-align:left;
  color: #ffffff;
}

a.White12:hover
{
  font-weight: bold;
  font-size: 12px;
  text-align:left;
  color: #FFFFCC;
}

.Red10
{
  font-weight: bold;
  font-size: 10px;
  text-align:left;
  color: #CC0000;
}

.Red12
{
  font-weight: bold;
  font-size: 12px;
  text-align:left;
  color: #CC0000;
}

.AddRed
{
  color: #CC0000;
}
 
.AddOrange
{
  color: #da8f29;
}
