body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000 url(images/sphere.jpg) no-repeat center;
	background-attachment: fixed;
	position: absolute;
	left: 50%;
	width: 760px;
	margin-left: -380px;
	font-size: small;
	color: #FFF;
  }

*html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
* {
	margin: 0;
	padding: 0;
}
#header {
	margin-top: 20px;
	margin-bottom: 25px;
	text-align: center;
}
#pageheader {
	margin-top: 20px;
	margin-bottom: 25px;
	text-align: left;
}
#content {
	text-align: left;
	margin-top: 50px;
	margin-right: 15px;
	margin-bottom: 50px;
	margin-left: 15px;
}
#content p {
	font-size: 130%;
	text-indent: 25px;
}
#menu {
	margin-bottom: 95px;
}
#footer {
	text-align: center;
	text-indent: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.clearfloats {
	clear:both;
}
#icons {
	display: inline;
}
a:link {
	color: #cfc;
	text-decoration: none;
}
a:active { 
	text-decoration: underline; 
	color: #cfc;
}
a:visited { 
	text-decoration: none;
	color : #cfc;
}
a:hover {
	color: #cc9;
	text-decoration: none;
}
#copy {
	font-size: 130%;
	text-align: left;
	text-indent: 25px;
	margin-top: 130px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 25px;
}
hr {
	background-color:#006600;
	color: #006600;
}
#search {
	float: right;
}
/* styles for display */
#display img {
	float: right;
	padding: 5px 5px;
}
/* styles for contact form */
span {
	color: red;
}
.form {
	margin: 10px 25px 0 50px;
}
#name, #email {
	width: 250px;
}
#message {
	width: 600px;
	height: 150px;
}
label, .warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-wieght: bold;
}
.warning {
	color: #F00;
}
input:focus, textarea:focus {
	background: #ffc;
}
#form {
	font-size: 130%;
	font-weight: normal;
	_font-weight: bold;
	text-align: left;
	margin-top: 65px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 25px;
}
#formtext {
	font-size: 130%;
	color: #FFF;
	text-align: left;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#response {
	color: #fff;
	text-align: center;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
/*styles for picture gallery*/
#pictureWrapper {
  width: 408px;
  float:right;
  text-align:center;
  font-weight:bold;
  margin: 10px 20px 10px 0;
  }
#pictureWrapper p {
  margin:0;
  padding:0;
  }
#mainpic {
  float:right;
}
#mainpic img{
  margin: -8px 8px 8px -8px;
  _margin: 0px 8px 8px 0px; /*border fix for IE*/
  border: 1px solid #fff;
  }
#thumbnails {
  min-height: 345px;
  }
#thumbnails img {
  margin: 0 2px;
  }
#thumbnails table {
  margin: 0 15px;
  }
#pageNav {
  width: 310px;
}
#picName {
	font-weight: bold;
	font-style: italic;
}
/* styles for links table */
#linkstable {
	border-collapse: separate;
	width: 100%;
	margin: 0 0 25px 0;
	border: 1px solid #ccc;
	background-color: #6e8362;
	color: #fff;
} 
#linkstable a{
	font-weight: bold;
}
#linkstable a:hover {
	color: #003300;
}
.odd {
	background-color: #4c654c;
	color: #fff;
}
#linkstable tr:hover {
	background-color: #b2c0aa;
	color: #000;
}
#linkstable tbody td {
	padding: 7px 8px;
}
/* style for XSLT */
.newsHeadlines h2 (
	padding: 3px 5px !important;
	font-size: 110% !important;
}