.Container {
	width: 100%;
	min-width: 750px;
}
#Box {
	background-color: #FFFFFF;
	width: 750px;
	margin-top: 25px;
	height: 550px;
}
.Header {
	height: 205px;
}
.Left {
	background-color: #003366;
	background-image:url(../images/splash/left.jpg);
	height: 345px;
	width: 375px;
	float: left;
	text-align: left;
}
.Left .News {
	background-color: #FFFFFF;
	background-image:url(../images/splash/whatsNew.jpg);
	clear: both;
	margin: 13px 0 0 26px;
/*	position: absolute;
	left: 26px;
	top: 238px;*/
	width: 275px;
	height: 163px;
	border-bottom-width: 0px;
}
.Left .News .Stories {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #333333;
	text-align: left;
	padding: 35px 9px 9px 9px;
}
.Left .News .Stories a:link, .Left .News .Stories a:visited, .Left .News .Stories a:active {
	color: #666666;
	font-weight:normal;
	text-decoration:underline;
}
.Left .News .Stories a:hover {
	color: #333333;
	font-weight:normal;
	text-decoration:underline;
}
.Right {
	float: left;
	height: 345px;
	width: 375px;
	position: relative;
	background-image: url(../images/splash/thumbprint.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Right .Curve {
	float: left;
	height: 50px;
	width: 40px;
}
.Right .Menu {
	float: left;
	width: 125px;
	text-align: left;
}
.Right .Footer {
	background-color: #EFEFEF;
	clear: both;
	position: absolute;
	bottom: 0px;
	width: 375px;
	height: 105px;
	border-bottom-width: 0px;
}
.Right .Footer .Ftp {
	background-color: #e5e5e5;
	width: 375px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 8px;
	background-image:url(../images/splash/thumbprint_02.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:14px;
}
.Right .Footer .Ftp a:link, .Right .Footer .Ftp a:visited {
	color: #666666;
	margin-left: 40px;
}
.Right .Footer .Ftp a:active, .Right .Footer .Ftp a:hover {
	color: #333333;
	margin-left: 40px;
}
.Right .Footer .Grey  {
	text-align: left;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 6px;
	background-image:url(../images/splash/thumbprint_03.gif);
	background-position: right;
	background-repeat:no-repeat;
	height:71px;
	line-height:135%;
}
.Right .Footer .Grey a:link, .Right .Footer .Grey a:visited {
	color: #666666;
	font-weight: bold;
}
.Right .Footer .Grey a:active, .Right .Footer .Grey a:hover {
	color: #333333;
	font-weight: bold;
}
.Right .Footer .Grey .Copyright {
	padding-top: 6px;
	padding-left: 0px;
	font-size: 10px;
	color: #666666;
}
.Right .Menu img {
	margin-top: 7px;
}

