body {
	
	font-family: Papyrus, "Century Gothic", "Footlight MT Light", "Lucida Handwriting", Georgia, Times, serif;
	
	font-size: 16px;
	background: #B1ABB9 url(images/field3.jpg) no-repeat fixed center center;/*#C0C7E3*/
	
  /* MSIE 5 doesn't center based on auto left/right margins, 
     but 'text-align:center' does center top-level divs: */
  text-align: center;
  /* Specify a min-width for the body as wide as the 'wrapper'
     element itself. This prevents negative (i.e. inaccessible)
     left-margins in narrow browser windows when using 
     Navigator 6+/Mozilla on Win32: */
  min-width: 700px;
}
a {
color:#660000;
text-decoration:none;
border:none;

}
a img{
border: none;
}
a:hover {
color:#FF6600;
text-decoration:none;
}
#holder {
  /* Reset alignment to compensate for 'text-align:center': */
  text-align: left;
  /* Specify the width of the element. This should be the same
     as 'body min-width': */
  width: 700px;
  min-height:400px;
  /* Set left and right margins to auto, thus centering the 
     element in the containing (body) tag: */
  margin-left: auto;
  margin-right: auto;  
}

#menu{
	float:left;
	margin:0;
	padding-right:1em;
	font-size:0.9em;
	margin-top: 0em;
}
#menu ul {
list-style-type: none;

}
#menu ul li {
	margin-top:13px;
	 
	}
#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active{
	display:list-item;	
	padding-left: 32px;
	text-decoration: none;
	color: #5C4159;/*#000099;*/
	list-style-type: none;
	background: transparent url(images/sunBullet.gif) left top no-repeat;
}
#menu ul li a:hover{
	display:list-item;
	padding-left: 32px;	 
	color: #750009;
	background: transparent url(images/sunBulletHover.gif) left top no-repeat;

}
#header {
	clear: both;
	float: none;
}
.mainParagraph {
	margin-top: 1em;
	padding-top: .5em;
	padding-left:1em;
	
	text-align:justify;
	margin-right:8px;
}
.mainParagraph p {
	font-family:  "Century Gothic", Geneva, Verdana, Arial,  Helvetica, sans-serif;/**/
	font-size:.9em;
	}
#footer{
	bottom:0;
	/*background: #B1ABB9 url(images/field.jpg) no-repeat fixed center center; #C0C7E3*/
	margin-left: auto;
	margin-right: auto;
	
	/*border-top:1px solid #333;*/
	  width: 700px;
	font-size:0.9em;
	/*border-color: #333333;
	border-width: 1px;
	border-style: solid;*/
	text-align:center;
	color:#5C4159;/*#000099;position:fixed;*/
	height:23px;
	padding-left:3px;
	padding-top:3px;
	
	z-index:50;
}
.map {
	/*vertical-align: text-top;*/
	float: right;
	border: black solid 1px;
	margin-left: 1em;
}
.alignTextRight {
	text-align: right;
}
