@charset "utf-8";
/* CSS Document */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	padding: 5px;
	margin-top: 170px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -180px;
left: 80px; /*position where enlarged image should offset horizontally */

}


/* CSS Document */

body {
	font-size: 100%;
	color: #000000;
	background-color: #000000;
}
#content {
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-left: 200px;
	margin-right: 150px;
}
#logo {
	background-color: #000000;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	font-size: 85%;
	list-style-type: none;
}
#nav a {
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav a:link, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
#nav a:hover, #nav a:active {
	color: #FFFFFF;
	background-color: #0066CC;
}

.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.leftimg {
	float: left;
	margin-right: 8px;
}
.rightimg {
	float: right;
	margin-left: 8px;
}

#nav {
	background-color: #000000;
	display: inline;
	float: left;
	width: 165px;
	margin-top: 5px;
	margin-left: 5px;
	color: #FFFFFF;
}
#extra {
	background-color: #FFFFFF;
}
#altnav {
	background-color: #000000;
	color: #7f7f48;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
}
#altnav ul {
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#altnav li {
	display: inline;
}
#altnav  a:link, #altnav  a:visited {
	font-size: 80%;
	color: #009933;
	margin: 5px;
	text-decoration: none;
}
#altnav  a:hover, #altnav  a:active {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}


#container {
	background-color: #000000;
	color: #FFFFFF;
}
#content {
	background-color: #000000;
	color: #FFFFFF;
	padding-right: 40px;
}
form {
	margin: 30px;
	padding: 15px;
	border: 5px double #FFFFFF;
}
textarea {
	margin-top: 5px;
	border: 1px solid #62655e;
	background-color: #CCCCCC;
	color: #0000FF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#Anchor a:link, #Anchor a:visited {
	color: #0033FF;
	background-color: #000000;
	text-decoration: none;
}
#Anchor a:hover, #Anchor a:active {
	color: #000000;
	background-color: #FFFFFF;
}
#side {
	float: right;
	width: 120px;
	padding-left: 10px;
	height: 580px;
	overflow: hidden;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ACACAC;
	border-left-color: #ACACAC;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
}
#side h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 16px;
	color: #2C54BE;
}
#side p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
	color: #EEC139;
}
#side a {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #0423B3;
}
#side a:hover {
	color: #F9F9F9;
}
#create a {
	text-decoration: none;
	color: #86021D;
}
#create a:hover {
	color: #0000FF;
	text-decoration: none;
}
#content h2 {
	font-family: "Berlin Sans FB Demi", "Arial Black", "Comic Sans MS";
	font-size: 45px;
	color: #000099;
}
#intro {
	text-align: center;
}

