/***************************************** BODY STYLES ******************************************/
html, body, #bodyWrapper {
	height:100%;
	margin: 0px;
	padding: 0px;
	border: none;
}
#bodyWrapper {
	text-align: left;
	vertical-align: middle;
	width: 100%;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FFFFFF;
}
body {
	background-color: #222222;
}

a 
{
	color: #FFFFFF;
}

a:hover 
{
	color: #CCCCCC;
	text-decoration: none;
}

/***************************************** CONTENT STLYES ******************************************/

.content {
	height: 323px;
	background-image: url(Images/bodyBackground.jpg);
	padding: 0px 0px 0px 40px;
}

.content .header 
{
	font-weight: bold;
}

.galleryImage 
{
	width: 80px;
	height: 80px;
	background-color: #000000;
	border: 1px solid #FFFFFF;
}
.galleryHeader
{
	background-image: url(Images/galleryLogo.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: right;
	height: 50px;
}

/***************************************** FOOTER STLYES ******************************************/

.footer {
	padding: 3px;
}
.footer td 
{
	font-size: 7.5pt;
}

/***************************************** MENU STLYES ******************************************/
#dropmenudiv {
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index:100;
	background-color: #A2A2A2;
	border-right: 1px solid #464646;
	border-bottom: 1px solid #464646;
	border-left: 1px solid #464646;
	padding: 5px 0px 5px 0px;
	background-image: url(Images/menuBackground.jpg);
}
#dropmenudiv a {
	display: block;
	padding: 6px 3px 6px 3px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
#dropmenudiv a:hover {
	background-color: #DEDEDE;
	border-top: 1px solid #464646;
	border-bottom: 1px solid #464646;
	color: #000000;
	padding: 5px 3px 5px 3px;
}

