html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #084A08;
	background-color: black;
	text-align: center;
}
a:link { color: #002900; text-decoration: none; font-weight: bold }
a:visited { color: #002900; text-decoration: none; font-weight: bold }
a:active { color: #002900; text-decoration: none; font-weight: bold }
a:hover { color: #deab4b; text-decoration: none; font-weight: bolder }
a.popup:hover { color: #207b20; text-decoration: none; font-weight: bolder  }

hr {
	text-align: left;
	width: 100%;
	color: #084A08;
}

.tiny_grey {
	font-size: 9pt;
	color: grey;
}
.layout {
	background-image: url('images/background.gif');
	background-color: #F6F6F6;
	width: 800px;
    height: 600px;
	margin-left: auto;
	margin-right: auto;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.banner {
        background-image: url('images/banner2.gif');
        width: 800px;
        height: 74px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.links {
        width: 800px;
        height: 70px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
}
.link {
	position: relative;
	height: 25px;
	border: none;
	left: 5px;
}
.header {
    width: 620px;
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	padding: 15px 60px 5px 90px;
}
.content {
    width: 620px;
	text-align: left;
	font-size: 12pt;
    padding: 5px 60px 5px 90px;
}
img.small, img.small_right, img.small_left {
	height: 175px;
	border: thick inset #deab4b;
}
img.large, img.large_right, img.large_left {
	height: 300px;
	border: thick inset #deab4b;
}
img.small_right, img.large_right {
	float: right;
	margin: 0px 0px 5px 10px
}
img.small_left, img.large_left {
	float: left;
    margin: 0px 10px 5px 0px
}
img.large {
	float: none;
    text-align: center;
}
img.medium {
	height: 280px;
	border: thick inset #deab4b;
}
div.large {
	height: 320px;
	margin: 10px 0px;
}
#modal_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	background: #444444;
	opacity: 0.7;
	filter: alpha(opacity=70);
	border: none;
}
#modal_box {
	position: fixed;
	padding: 10px 0px 0px 0px;
	top: 80px;
	left: 30px;
	width: 650px;
	height: 500px;
	background: #deab4b;
	visibility: hidden;
}
