﻿body
{
    margin: 0px;
    background-color: #325FFD;
    font-size: 10pt;
    font-family: Verdana;
    color: #FFFFFF;
}

.Splash
{
	position: absolute;
	width: 647px;
	height: 400px;
	left: 50%;
	top: 50%;
	/*border: solid 1px #757575;*/
	margin: -200px auto auto -323px;
	display: block;
	background-image: url(Graphics/frontpage.jpg);

}
#SplashFooter
{
	position: absolute;
	width: 647px;
	height: 50px;
	left: 50%;
	top: 50%;
	/*border: solid 1px #757575;*/
	margin:  220px auto auto -323px;
	display: block;
	text-align:center;
}
#Canvas
{
	width:100%;
	height:100%;
	background-color :#325FFD;
	margin-bottom:0px;
	
}
#Header
{
	display:block;
	top:0px;
	width:100%;
	height:70px;
	background-image: url(Graphics/sand.jpg);
}
#Logo
{
	position:relative;
	display:block;
	top:0px;
	left:0px;
	width: 248px;
	height: 70px;
	background-image: url(Graphics/logo.jpg);
}
#Umbrella
{
	position:absolute;
	display:block;
	top:0px;
	left:250px;
	width: 140px;
	height: 70px;
	background-image: url(Graphics/umbrella.jpg);
}
#Language
{
	position:absolute;
	top:0px;
	width: 61px;
	margin-right:20px;
	right:0px;
	height: 75px;
}
#Shore
{
	width:100%;
	height:30px;
	background-image: url(Graphics/shorexl.jpg);
}
#Menu
{
	float:left;
	min-height:500px;
	width:180px;
	height:auto;
	border-right:solid 1px #707070;
	text-align:left;
}
#Content
{
	float:right;
	position:relative;
	min-height:500px;
	width:800px;
	height:auto;
	margin-top:10px;
	margin-left:30px;
}
#Footer
{
	float:left;
	left:0px;
	width:100%;
	min-height :10px;
	border-top:solid 1px #999999;
	text-align:center;
	margin-top :10px;
}
#Footer2
{
	font-size:8pt;
	float:left;
	left:0px;
	width:100%;
	min-height :10px;
	text-align:center;
	margin-top :0px;
	color:#003232;
}
#MasterTable
{
	
	width:100%;
	table-layout:fixed;
	min-height:600px;
	height:600px;
}
#LeftCell
{
	border-right:solid 1px #707070;
	min-height:600px;
	width:150px;
	vertical-align:top;
}
#RightCell
{
	vertical-align:top;
}
#LeftImage
{
	margin-left:-22px;
	width:150px;
	height:458px;
	background-image: url(Graphics/leftbar.jpg);
	margin-top:50px;
}

a
{
	color:Black;
}

.MenuClass
{
	
}

img
{
    border: 3px double #FFFFFF;
}


/*-------------------------------------------------------------*/
.StaticMenuStyle
{
	border:solid 1px #4593D1;
	
}
.DynamicMenuStyle
{
	border:solid 1px #4593D1;
	height:18px;
		z-index: 1000;
}
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
.StaticMenuItemStyle
{
	color:#ffffff;
	text-align:center;
	height:20px;
	background-image: url(Graphics/gradient.jpg);

}
.DynamicMenuItemStyle
{
	left:5px;
	color:#ffffff;
	height:20px;
	background-image: url(Graphics/gradient.jpg);
		z-index: 1000;
}
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
.StaticHoverStyle
{
	height:20px;
	background-image: url(Graphics/gradientlight.jpg);
}
.DynamicHoverStyle
{

	height:20px;
	background-image: url(Graphics/gradientlight.jpg);
}
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
.StaticSelectedStyle
{
	height:20px;
	background-image: url(Graphics/gradientselected.jpg);
}

.DynamicSelectedStyle
{
	height:20px;
	background-image: url(Graphics/gradientselected.jpg);
}
/*-------------------------------------------------------------*/
