body, html
{
	background-color: #000000;
	font-family: arial, sans serif;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	min-width: 800px;
	text-align: center;
}

div.container
{
	margin-left: auto;
	margin-right: auto;
	background: #000000 url(images/MicroBkgdNoLinks.jpg) no-repeat;
	width: 800px;
	height: 600px;
	vertical-align: top;
	border: solid 1px #ffffff;
}

div.links
{
	float: left;
	margin-left: 96px;
	margin-top: 0px;
	width: 77px;
	height: 600px;
	text-align: left;
	vertical-align: top;
}

div.content
{
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	width: 598px;
	height: 598px;
	text-align: left;
	vertical-align: top;
	padding-right: 8px;
}

h1
{
	text-align: justify;
	color: #ffffff;
	text-decoration: none;
	font-weight: 900;
	font-family: arial, sans serif;
	font-size: 18px;
}

imgHomePage
{
	border: solid 1px #ffffff;
}

body
{
background-color: #000000;
}

input.btn
{
color: #cccccc;
font-family: arial, sans serif;
font-size: 14px;
font-weight: 500;
border: 1px solid #00CC00;
background-color: #000000;
}

input.btnHover
{
color: #ffffff;
font-family: arial, sans serif;
font-size: 14px;
font-weight: 500;
border: 1px solid #ffffff;
background-color: #000000;
}

a:link.menu
{
color: #cccccc;
font-family: arial, sans serif;
font-size: 16px;
font-weight: 900;
text-decoration: none;
}

a:active.menu
{
color: #ffffff;
font-family: arial, sans serif;
font-size: 16px;
font-weight: 900;
text-decoration: none;
}

a:visited.menu
{
color: #cccccc;
font-family: arial, sans serif;
font-size: 16px;
font-weight: 900;
text-decoration: none;
}

a:hover.menu
{
color: #00CC00;
font-family: arial, sans serif;
font-size: 16px;
font-weight: 900;
text-decoration: none;
}

a:link img 
{ 
border: 1px solid #ffffff;
}

a:visited img 
{ 
border: 1px solid #ffffff;
}

a:visited:hover img 
{ 
border: 1px solid #ffffff;
}

a:link:hover img
{ 
border: 1px solid #00cc00;
}

a:link
{
color: #ffffff;
font-family: arial, sans serif;
font-size: 12px;
font-weight: 500;
text-decoration: none;
}

a:active
{
color: #ffffff;
font-family: arial, sans serif;
font-size: 12px;
font-weight: 500;
text-decoration: none;
}

a:visited
{
color: #ffffff;
font-family: arial, sans serif;
font-size: 12px;
font-weight: 500;
text-decoration: none;
}

a:hover
{
color: #00CC00;
font-family: arial, sans serif;
font-size: 12px;
font-weight: 500;
text-decoration: none;
}

/* green links */

a:link.green
{
color: #00CC00;
font-family: arial, sans serif;
font-size: 12px;
font-weight: 500;
text-decoration: none;
}

a:active.green
{
color: #00CC00;
font-family: arial, sans serif;
font-size: 12px;
font-weight: 500;
text-decoration: none;
}

a:visited.green
{
color: #00CC00;
font-family: arial, sans serif;
font-size: 12px;
font-weight: 500;
text-decoration: none;
}

a:hover.green
{
color: #ffffff;
font-family: arial, sans serif;
font-size: 12px;
font-weight: 500;
text-decoration: none;
}

/* Hover Image Gallery CSS */

.gallerycontainer{
position: relative;
/* Add a height attribute here and set to largest image's height to prevent overlaying content */
}

.thumbnail img
{
border: 1px solid white;
margin: 0 5px 5px 0;

}

.thumbnail:hover
{
background-color: transparent;
}

.thumbnail:hover img
{
border: 1px solid blue;
}

/* CSS for enlarged image */

.thumbnail span
{ 
position: absolute;
background-color: #000000;
padding: 0px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img
{ 
border-width: 0;
padding: 2px;
}

.thumbnail:hover span
{ 
visibility: visible;
top: 0; /* Vertical Offset */
left: 164px; /* Horizontal Offset  */
z-index: 50;
}
