/*******************************
 * Top level logo and content setup
 *******************************/

.intro
{
   float: left;
   margin: 6px 0 0 0;
   padding: 0;
   width: 700px;
   height: 115px;
   position: relative;
   overflow: hidden;  
   text-align: center;
}

.intro span
{
   display:block;
   position:absolute;
   left:0px;
   top:0px;
   z-index:1;
   width:700px;
   height:115px;
   margin: 0px;
   padding: 0px;
   background:url("gerard.gif") top no-repeat;
}

.content 
{
	margin:0pt auto;
	position:relative;
	text-align:justify;
	width:650px;
	clear:both;
}

/* center the menu by manually sliding it over 50px */
.menu
{
	margin:0px 0px 0px 50px;
}

/* Content Styles */

.emphasisText
{
	font-weight:bold;
	font-size: 130%;
}

.headerrow
{
	background-color:#1FAF1F;
	color:White;
	text-align: center;
}

.headingTitle
{
   font-weight: bold;
   font-size: 115%;
}


pre{
	background-color:#FFF;
	border:1px solid #06C;
	padding: 3px;
	overflow: scroll;
}

.comment{
color:green;
}


.content a
{
   text-decoration:none;
   color:#1F1FFF;
}

.content a:link { color:#1F1FFF; }
.content a:visited { color:#1F1FFF; }
.content a:hover { text-decoration: underline; }
.content a:active { color:#1F1FFF; }

