html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a, table, td, tr { 
	/* Set FONT defaults */
	font-family: verdana, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;

	/* Remove default margins */
	margin: 0; 
	padding: 0; 
	border: 0; 
}

/* Some default styles and background layout */

body {
	height: 100.01%;
	color: #000000;
	background: #ffffff repeat-x fixed 0em 0em;
}

body,table {
	font-size: 10px;
}

img {
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	text-align: center;
	margin: 0.2em auto 0.2em auto;
	font-size: 1.6em;
}

h2 {
	text-align: left;
	margin: 0.2em 1.2em 0.2em 1.2em;
	font-size: 1.2em;
}

h3 {
	text-align: left;
	margin: 0.2em 1.2em 0.2em 1.2em;
	font-size: 1.1em;
}

p {
	text-align:left;
	margin: 0.5em 0.2em 0.3em 0.4em;
}

/*linkie magic*/
a:link { 
	color: #990000; 
}
a:visited { 
	color: #770000; 
}
a:active { 
	color: #990000; 
}
a:hover { 
	color: #990000; 
	text-decoration: underline;
}

/* layout */
div#getahomepage {
  position: absolute;
  top: 5px;
  left: 5px;
}
div#siteSwitcher {
  position: absolute;
  top: 5px;
  right: 5px;
}
h1#header {
	margin: 1em auto;
	width: 50em;
}

div.button {
	position: absolute;
	top: 25em;
}
	div#buttonPrevious {
		left:1em;
	}

	div#buttonNext {
		right:1em;
	}

	div.button a {
	}

	div.button img {
	}

div#scroller {
	margin: 1em auto;
	width: 56em;
	height: 42em;
}
	div#scroller img {
		width: 56em;
		height: 42em;
	}

	div#scroller h2 {
		margin-left: 2em;
		margin-right: 2em;

    border-bottom: 1px solid #000000;
	}
	p.center {
		text-align: center;
	}

div#footer {
	margin: 0.3em auto;
  padding-top: 1em;
	width: 50em;
}

	div#footer p {
		font-size: 0.9em;
		font-style: italic;
	}

	div#footer p#d05note {
    font-size: 1em;
    font-style: normal;
		text-align: center;
	}
