﻿*
{
	margin: 0;
	padding: 0;
	//*border: 0;*/
	font-size: 98%;
	font-family:Arial, Helvetica, sans-serif;	
}

ul, li{margin-left: 15px;}


A:hover { color:red; }
a 
{ color:black;
}
a:visited
{
color:gray;	
}
a:visited:hover{
	color:red;
}


#Main
{ padding: 0em 1em 1em 1em;
background-color: white;}


hr.d {border: none 0; 
	border-top: 1px solid #777474;
	width: 100%;
	height: 1px;
	margin: 0px auto 0 0;
	text-align: left;	
	background-color:#777474;
	}

.Box
{
	border: solid 1px #777474;
	margin-bottom: 5px;
	padding: 4px;
	margin-left: auto;margin-right: auto;
	/*font-size: .92em;*/
}


Body
{
	margin: 0px;
	background-color: #324C6A;	
	
}

.MainTable
{
	text-align: center;
	vertical-align: top;
}

.Content
{
	text-align: center;
	vertical-align: top;
}

.ContentJ
{
	text-align: justify;
}

.ContentL
{
	text-align: left;
}

.LeftColumn
{
	vertical-align: top;
	background-image:url('images/leftbarfill.jpg');
	
}

.RightColumn
{
	vertical-align: top;
	background-image:url('images/rightbarfill.jpg');
	background-position:right;
}






.menu1
{
	background-color: white;
margin-left:15px;
padding-left:10px;
padding-top:2px;
padding-bottom:2px;
display:block;
text-decoration: none;
color: black;
height: 20px;
cursor: hand;
}

.submenu
{

display: block;
height: 19px;
margin-left: 28px;
padding-top: 2px;
padding-left: 15px;
color: #333333;
}

.hide
{
display: none;
}

.show
{
display: block;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: gray;
padding: 2px;
left: -1000px;
border: 1px solid white;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 5px;
left: -295px; /*position where enlarged image should offset horizontally */

}


