
body
{
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#25588f;
}

.divSplashContainer
{
	background-color:#25588f;	
}


.divSideContainer
{
	position:relative;
	z-index:1;
}

.divMainContainer
{

	z-index:100;	
}


.divSplashLeft
{
	background-image: url(splashleft.jpg);
	background-repeat: repeat-x;
	height:749px;
	width:40%;
	position:absolute;
	left:0px;
	top:0px;
}

.divSplashRight
{
	background-image: url(splashright.jpg);
	background-repeat: repeat-x;
	height:749px;
	width:40%;
	position:absolute;
	right:0px;
	top:0px;
}


.divSplashBG
{
	background-image: url(splashmiddle.jpg);
	background-repeat: no-repeat;
	width:750px;
	height:749px;
	margin-left:auto;
	margin-right:auto;
	background-position:center top;
	z-index:10;
	position:relative;
}


.divMainText
{
	color:White;
	font-family:Arial;
	font-size:10pt;
	position:absolute;
	width:450px;
	top:70px;
	left:280px;
}

.divMainText h1
{
	margin:0px;
	font-size:14pt;
}


.divMainText h3 a
{
	font-size:11pt;
	color:White;
	text-decoration:none;
}

.divMainText h3 a:hover
{
	text-decoration:underline;
}

.divLeftMenu
{

	width:235px;

}
