div.header {
    clear: both;
    font-family: Georgia, Times, serif;
	color: #CCCC88;
}

div.topbar {
	position: absolute ; top: 165px; left: 220px;
    font-family: Georgia, Times, serif;
	color: #CCCC88;
}

div.topbar a:link {
	text-decoration: none;
	color: #CCCC88;
}

div.topbar a:hover {
	text-decoration: underline;
	color: #CCCC88;
}

div.topbar a:visited {
	text-decoration: none;
	color: #CCCC88;
}

div.navbar {
	position: absolute ; top: 200px;
	width: 190px;
    font-family: Georgia, Times, serif;
    color: #CCCC88;
}

div.navbar ul {
    margin-top: 2em;
    margin-left: 0px;
    margin-right: 3px;
}

div.navbar li {
    list-style-type: none;
    padding: 7px 0px 7px 0px;
}

div.navbar a:link {
	text-decoration: none;
    color: #CCCC88;
}

div.navbar a:hover {
	text-decoration: underline;
	color: #CCCC88;
}

div.navbar a:visited {
	text-decoration: none;
    color: #CCCC88;
}

div.main {
	position: absolute ; top: 200px; left: 200px;
    width: 75%;
}

div.welcome {
    width: 70%;
    padding-left: 20px;
    margin-bottom: 50px;
	font-family: Times, Georgia, serif;
	color: #101C00;
}

div.welcome a:link {
	text-decoration: none;
	color: #415C38;
}

div.welcome a:hover {
	text-decoration: none;
	color: #617C58;
}

div.welcome a:visited {
	text-decoration: none;
	color: #415C38;
}

div.welcome li {
	list-style: none;
	padding-top: 3px;
}

div.linksbar {
	position: absolute ; top: 10px; left: 77%;
	width: 20%;
	font-family: Helvetica, Arial, sans-serif;
	color: #667C26;
}

div.linksbar a:link {
	text-decoration: underline;
	color: #667C26;
}

div.linksbar a:visited {
	text-decoration: underline;
	color: #667C26;
}

div.linksbar p {
	margin-left: 0;
	margin-right: 0px;
}

div.textBox {
	border: 3px #667C26 ridge;
	padding: 0px 5px 0px 7px;
}

div.thumbnails {
	color: #415C38;
	font-size: smaller;
}

div.footer {
	clear: both;
	float: left;
	height: 30px;
	width: 100%;
}

html {
    margin-top: 0;
    padding-top: 0;
}

body {
	margin: 0;
	padding: 0;
    background-color: #E0FFFF;
    background-image: url("/images/background.gif");
    background-position: top left;
    background-repeat: no-repeat;
}

p {
    margin-left: 1em;
    margin-right: 1em;
}

h1 {
    background-color: #E0FFFF;
    color: #415C38;
    font-family: Georgia, Times, serif;
    font-size: 18pt;
}


h2 {
    background-color: #E0FFFF;
    color: #415C38;
    font-family: Georgia, Times, serif;
    font-size: 14pt;
}

h3 {
    margin-left: 2em;
    margin-right: 1em;
    width: 100%;
    background-color: #E0FFFF;
    color: #415C38;
    font-family: Georgia, Times, serif;
}

h4 {
	margin-left: 2em;
	margin-right: 2em;
	width: 100%;
	background-color: #E0FFFF;
	color: #415C38;
	font-family: Georgia, Times, serif;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: none;
	color: #617C58;
}

span {
	text-decoration: underline;
}
