body,
html{
	margin:0;
	padding:0;
}
/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div#headerwrap {
	position:fixed;
}
div#header {
	width:720px;
	margin:0 auto;
}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#middlewrap {
/* set left margin and bottom padding for IE5/Win */
	margin:100px auto;
	margin-left:0;
	margin-bottom:0;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:16px;
	padding-bottom:0px;

}
/* set left margin for modern browsers */
body>div#middlewrap {
	margin-left:0;
	
}
div#middle {
	width:720px;
	margin:0 auto;
}
div#sidebar {
	width:180px;
	float:left;
}
div#content {
	padding:0 10px;
	margin-left:180px;
}
/* no positioning for IE5/Win - the whole page scrolls */
div#footerwrap {
	width:100%;
	position:relative;
	bottom:0;
	left:0;
}
body>div#footerwrap {
	position:fixed;
}
div#footer {
	width:720px;
	margin:0 auto;
}


body {
	min-width:720px; /* Prevent content from becoming unreachable in Gecko */
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #F8F8F8;
}

.title {
	font-size: xx-large;
	font-weight: bold;
	color: #99ff33;
	text-align: left;
	vertical-align: bottom;
	text-indent: 20px;
}
.header {
	font-size: larger;
	font-style: normal;
	text-align: center;
	vertical-align: bottom;
	color: #F8F8F8;
}
.home {
	font-size: larger;
	font-style: normal;
	text-align: left;
	text-indent: 268px;
	vertical-align: top;
	color: #F8F8F8;
}
.header-highlight {
	font-size: larger;
	font-style: normal;
	text-align: center;
	vertical-align: top;
	color: #66CCFF;
}
.footer {
	font-size: smaller;
	font-style: normal;
	color: #99ff33;
}
.header>a:link {
	text-decoration: none;
	color: #F8F8F8;
}
.header>a:visited {
	text-decoration: none;
	color: #F8F8F8;
}
.header>a:hover {
	text-decoration: underline;
	color: #F8F8F8;
}
.header>a:active {
	text-decoration: none;
	color: #F8F8F8;
}
.home>a:link {
	text-decoration: none;
	color: #F8F8F8;
}
.home>a:visited {
	text-decoration: none;
	color: #F8F8F8;
}
.home>a:hover {
	text-decoration: underline;
	color: #F8F8F8;
}
.home>a:active {
	text-decoration: none;
	color: #F8F8F8;
}
.header-highlight>a:link {
	text-decoration: none;
	color: #66CCFF;
}
.header-highlight>a:visited {
	text-decoration: none;
	color: #66CCFF;
}
.header-highlight>a:hover {
	text-decoration: underline;
	color: #66CCFF;
}
.header-highlight>a:active {
	text-decoration: none;
	color: #66CCFF;
}

a:link {
	text-decoration: none;
	color: #66CCFF;
}
a:visited {
	text-decoration: none;
	color: #66CCFF;
}
a:hover {
	text-decoration: underline;
	color: #66CCFF;
}

div.centerimg {
   position: relative;
   width: 90%;
   margin-left: 2%;
   margin-bottom: 0px;
}

.scroll {
	text-decoration: none;
	color: #F8F8F8;
}

#images .centerimg {
  text-align: center;
  }
#images .centerimg img {
  width: 90%;
  }