.body
{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color : #602165;
	font-size: 8pt;
	/* font-family: "Times New Roman", Times, serif; */
    font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #DFDFDF;
}

.titleLogo {
	float: right; /* since this element is floated, a width must be given */
	margin-top:70px;
	width:140px;
}

.titleResults {
	margin-top: 108px;
	margin-left: 353px;
    margin-right: 170px ;
	position:absolute;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.mainContent         
{ 
  v-align:top;
  background-color : #fff;
  margin-top:16px;
  margin-left:22px;
  margin-right:22px;
  margin-bottom:2px;
  padding:0;
  color: #000;
}

.caseP
{ 
  padding:0;
  margin-top:2px;
  margin-left:5px;
  margin-right:3px;
  margin-bottom:3px;
  line-height:110%;
  color: #000;
  font-size: 8pt;
}
.galleryHeader
{ 
  font-size: 19pt;
  margin-bottom:2px;
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  color: #602165;
  font-style:italic;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.galleryP
{ 
  padding:0;
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
  line-height:105%;
  color: #000;
  font-size: 9pt;
}

.galleryPicture
{ 
  margin-top:27px;
  margin-left:3px;
}

.mainP
{ 
  font-size: 10pt;
  padding:0;
  margin-top:0px;
  margin-left:22px;
  margin-right:22px;
  margin-bottom:14px;
  line-height:105%;
  color: #000;
}

.mainHeader
{ 
  font-size: 24pt;
  margin-bottom:16px;
  margin-top:16px;
  margin-left:22px;
  margin-right:22px;
  color: #602165;
  font-style:italic;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.leftImage
{
  margin: 0px;
  padding: 0px;
}

.mainMenu
{
	text-align: center;
	color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 9pt;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:0px;
	margin-left:0px;
}

a.mainLink:link      { color:#F99D1C; text-decoration: none;}
a.mainLink:active    { color:#F99D1C; text-decoration: none;}
a.mainLink:visited   { color:#F99D1C; text-decoration: none;}
a.mainLink:hover     { color:#fff; text-decoration:  none;}

a.emailLink:link      { color:#000; text-decoration: none;}
a.emailLink:active    { color:#000;text-decoration: none;}
a.emailLink:visited   { color:#000; text-decoration: none;}
a.emailLink:hover     { color:#F99D1C; text-decoration: none;}

a.pressLink:link      { color:#000; font-size: 9pt; text-decoration: none;}
a.pressLink:active    { color:#000; font-size: 9pt; text-decoration: none;}
a.pressLink:visited   { color:#000; font-size: 9pt; text-decoration: none;}
a.pressLink:hover     { color:#F99D1C; font-size: 9pt;  text-decoration: none;}