body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: arial,sans-serif;
	font-size: 1em;
	color: #000;	
	background: #FFF;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

#sidebar {
	position: fixed;
	left: 0; top: 5px;
	width: 50px; height: 200px;
	background: url(images/sidebar.gif) no-repeat;
	_position: absolute; /* hack for IE6 so that sidebar is not displayed at all */
}
#sidebar a {
	display: block;
	width: 100%; height: 100%;	
}
#sidebar a:hover {
	text-decoration: none;	
}

#container {
	position: relative;
	margin: 0 auto;
	width: 880px;
	background: #FFF;
}

#banner-spacer {
	padding-top: 210px;
	margin-left: 150px;
}
#banner-spacer hr {
	height: 3px;
}

#banner-wrapper {
	position: absolute;
	top: 0; left: 0; right: 0;
	_width: 880px; /* hack for IE6 */
	text-align: right;
}
#banner {
	font-family: arial,sans-serif;
	font-size: 80px;
	font-weight: bold;
	color: #008000;
	text-align: right;
	line-height: 100%;
	padding-top: 5px;
}
#banner a {
	color: #008000;
}
#banner a:hover {
	color: #008000;
	text-decoration: none;
}
#search {
	margin-top: 50px;
}
#left-column {
	position: absolute;
	top: 190px; 
	font-size: 0.8em;
}
#logo {
	width: 121px;
	text-align: center;
}
#main-nav {
	width: 130px;
	border-top: 3px solid #006400;
	margin: 10px 0 0 0;
}
#main-nav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
}
#main-nav a {
	display: block;
	width: 100%;
	color: #006400;
	padding: 5px 0;
	border-bottom: 1px solid #DCDCDC;
}
#main-nav a:hover {
	color: #808080;
	text-decoration: none;
	border-bottom: 1px solid #006400;
}
#main-nav #current a {
	font-weight: bold;
	color: #FF4500;
}

#right-column {
	float: right;
	font-size: 0.9em;
	*font-size: 14px; _font-size: 14px; /* hack for IE6 & IE7 */
	margin: 0;
	*margin-top: 10px; _margin-top: 10px; /* hack for IE6 & IE7 */
}
#right-column img {
	margin: 0 0 5px 5px;
}
#right-column ul {
	margin-left: 30px;
}
ul#quicklinks  {
	list-style-type: none;
	list-style-image: none;
	font-style: italic;
	margin-left: 0;
}
ul#quicklinks li {
	padding: 2px 0;
}

#main-content {
	max-width: 560px;
	margin: 10px 0 0 150px;
	min-height: 500px;
	_width: 510px; _height: 500px;  /* hack for IE6 */
}
#cal-content {
	max-width: 750px;
	margin: 10px 0 0 150px;
	min-height: 500px;
	_width: 720px; _height: 500px;  /* hack for IE6 */
}
.cal {
	float: left; 
	width: 175px; 
	margin: -20px 5px 0 0;
	_margin-top: 0; *margin-top: 0;  /* hack for IE6/IE7 */
}

#ticker {
	height: 30px;
}

#footer-wrapper {
	font-size: 0.8em;
	padding: 20px 0 20px 0;
	text-align: center;
}
#footer-nav {
	color: #808080;
	font-variant: small-caps;
	padding-bottom: 3px;
}

a { 
	color: #FF4500;
	text-decoration: none;
}
a:hover { 
	color: #808080;
	text-decoration: underline;
}
ul { 
	list-style-image: url(images/bullet.jpg);
	padding: 0;
	margin-left: 15px;
}
ol {
	list-style-type: lower-roman;	
	padding: 0;
	margin-left: 15px;
}
blockquote {
	padding: 0;
	margin-left: 15px;
}
hr {
	color: #006400; 	
	background: #006400; 
	border: 0;
	height: 1px;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #006400;
	margin: 0;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #006400;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
	color: #006400;
	padding: 3px 0;
	border-top: 1px solid #DCDCDC; border-bottom: 1px solid #DCDCDC;	
}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #006400;
	margin-bottom: -10px;	
}
p {
	line-height: 1.3em;
}

.subheader {
	font-size: 1.3em;
	font-weight: normal;
	color: #006400;
}
.boldtext {
	font-size: 1em;
	font-weight: bold;
	color: #006400;	
}
.greentext {
	color: #006400;
}
.smalltext {
	font-size: 0.8em;
}

form {
	margin: 0;
}
fieldset {
	border: none;
	margin-left: 0; 
	padding-left: 0;
}
.form_box label {
	float: left;
	width: 240px;
	padding-right: 5px;
}
.form_box input,select {
	margin-bottom: 5px;
}

table.artwork td {
	font: 12px arial,sans-serif;
	color: #FFF;
	background: #000;
	padding: 0 0 4px 4px;
}
table.artwork img.left {
	margin: 4px 0 0 0;
	border: 1px solid #FFF;
}
table.artwork img.right {
	margin: 4px 4px 0 0;
	border: 1px solid #FFF;
}
table.artwork img.full {
	margin: 4px 4px 0 0;
	border: 1px solid #FFF;
}
table.artwork td a {
	color: #DCDCDC;
	text-decoration: none;
}
table.artwork td a:hover {
	color: #F08080;
}
table.artwork td a.left img {
	border: 1px solid #FFF;
}
table.artwork td a img {
	border: 1px solid #FFF;
}
table.artwork td a:hover img {
	border: 1px solid #F08080;
}

#slideshow {
	font-size: 0.8em;
}
a.slideshow img {
	border: 3px solid #FFF;
}

a.slideshow:hover img {
	border: 3px solid #006400;
}

a.slideshow:hover {
	color: #DAA520; /* irelevant definition to overcome IE bug */
}

.textbox {
	margin: 5px 5px 5px 0;
	padding: 10px;
	border: 1px solid #2E8B57;
	background: #F0FFF0;
}
