@charset "UTF-8";

body {
 	font-family: "Trebuchet MS", tahoma, "sans-serif";
	font-size:14px;
 	color: #82FA58; 
	background-color: green;
	background-image:url('bkgrnd1.jpg');
	/* margin:5px;
	padding:5px; */
	line-height:1.75em;
	text-align:justify;
} 



header {
 	/* height: 150px; */
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	margin: 5px;
	padding: 5px;
	color:#82FA58;
	background-color: rgba(248,251,239, .2);
	/* background-image:url('stglasslg.jpg');
	background-repeat:no-repeat;
	background-position:left;
	border:4px solid #2E2E2E;
	border-radius:0.5em; */
}
header a{text-decoration:none;}

header a:link {color:#82FA58;}
header a:visited {color:#82FA58;}
header a:hover {color:#FFFF00;}
header a:active {color:#82FA58;}

footer {
	margin: 5px;
	padding: 1px 5px;
 	height: 60px; 
	width: 100%;
	font-size:12px;
	line-height: 0.2em;
	color: #0B3B0B;
	background-color: rgba(248,251,239, .3);
	/* background-image:url('stglasslg.jpg');
	background-repeat:no-repeat;
	border:4px solid #2E2E2E;
	border-radius:0.5em; */
	clear: both;
}

footer a:link {color:#243B0B;}
footer a:visited {color:#243B0B;}
footer a:hover {color:#FFFF00;}
footer a:active {color:#243B0B;}

aside {
	background-color: rgba(248,251,239, .2);
	float:right;
	width: 200px; 
	height: 700px;
	margin: 10px 0px 0px 0px;
	padding: 15px 5px 15px 5px;
	text-align:left;
}




article {
	margin: 5px;
	padding: 5px;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
}

section {
	/* clear: left; */
	line-height:1.2em;

}

section a {text-decoration:none;}

section a:link {color:#82FA58;}      /* unvisited link */
section a:visited {color:#82FA58;}  /* visited link */
section a:hover {color:#FFFF00;}  /* mouse over link */
section a:active {color:#82FA58;}  /* selected link */

section dl {padding: 1em;  }
section dt {text-align: left; color:#82FA58; float: left;}
section dd{margin: 0 0 0 0px;}



h1{
letter-spacing: 4px;

}

h2{
letter-spacing: 3px;
font-style: italic;
}

h3{
letter-spacing: 2px;
font-style: italic;
font-variant: small-caps;
}

h4{
letter-spacing: 2px;
font-style: bold;
font-variant: small-caps;
}

h5 {
letter-spacing: 2px;
font-variant: small-caps;
}

address a {
text-decoration:none;
color:#82FA58;
}

.mainnav {

	/*color: #D0F5A9; */
	letter-spacing: 2px;
	font-weight:900;
	line-height:1.8em;
}

.mainnav dl {
padding:0;
margin:0;
list-style-type:none;
}

.mainnav dt {
font-variant: small-caps;
font-style: italic;
font-size:105%;
}

.mainnav dd {
padding:0;
margin-left: 15px;
}

.mainnav a {
text-decoration:none;
color:#E1F5A9;

}

.mainnav a:hover { 
box-shadow: 1px 1px 2px #D8F781;
border:2px solid #D0F5A9;
}

li {display:inline;
}

.imageview-h {
/* float:left; */
margin: 2px 4px;
border:2px solid #0B3B0B;
box-shadow: 3px 3px 2px #298A08;
border-radius:0.5em;
width: 150px;
height: 110px;
}

.imageview-v {
/* float:left; */
margin: 2px 4px;
border:2px solid #0B3B0B;
box-shadow: 3px 3px 2px #298A08;
border-radius:0.5em;
height: 150px;
}

.imageview-bkc {
/* float:left; */
margin: 2px 4px;
border:2px solid #0B3B0B;
box-shadow: 3px 3px 2px #298A08;
border-radius:0.5em;
width: 100px;
float:left;
}

.drop {
float:left;
color: #2E2E2E;
font-family: "Book Antiqua", serif;
font-size:400%;
line-height: 0.8em;
margin: 2px 10px 10px 0;
padding: 2px 5px 2px 15px;
width:55px;
height:62px;
/* border:2px solid #2E2E2E;
border-radius:2px; */
background-image:url('sundial75.gif');
background-repeat:no-repeat;
}

#leftcol {
float:left;
width: 400px;
}

.boxes {
	background-color: rgba(36,59,11, .7);
		/* background-color: rgba(248,251,239, .3); */
	border:4px ridge #298A08;
	border-radius:0.25em;
	margin: 10px 5px;
	padding: 5px;
	text-align:left;

}

#rightcol {
margin-left: 400px;
width: 375px;
}

#topleft {
	height:100%;

}

#topright {
	height:100%;
	/* overflow-y:scroll; */
}

#topleft h5 {margin:5px 10px; clear:left;}

#bottomleft {

}

#bottomright {

}


#logo {
width: 100px;
float: left;
}


 