@charset "utf-8";
/* CSS Document */


a
{
  outline: none;
}

* {margin:0; padding:0}

body { background-color: #2e84bc; text-align:center}

body {height:100%}

html { height: 100%; margin-bottom: 1px; }

#containerFoot {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:center;
		width:830px;
		clear:left;
		background-color:#FFFFFF;
		}
		
.logo {
	top: 44px;
	left: 65px;
	z-index: 2;
	position: absolute;
	width: 279px;
	height: 49px;
	margin:0px;
	padding:0px;
	text-align:center;
}

.FlashBox{
	top: 1px;
	left: 0px;
	z-index: 2;
	position: absolute;
	width: 830px;
	height: 222px;
	margin:0px;
	padding:0px;
	text-align:center;
}


#top { 
		width:100%;
		height:10px;
		background-color:#2e84bc;
		}
.Foot{
	width: 830px;
	height: 15px;
	margin:0px;
}
#footText{
	width: 830px;
	height: 15px;
	margin:0px;
	margin-left:0px;
	padding:0px;
	text-align:center;
}
.Footer{
	width: 825px;
	height: 20px;
	margin:0px;
	padding-left:5px;
	padding-top:5px;
	background-color:#2e84bc;
}

#footLinks{
	width: 900px;
	height: 25px;
	margin:0px;
	margin-left:16px;
	padding:0px;
	text-align:left;
}


#copyright{
	width: 110px;
	height: 15px;
	margin:0px;
	margin-left:0px;
	padding:0px;
	text-align:left;
}
.line3{
	top: 407px;
	left: 63px;
	z-index: 2;
	position: absolute;
	width: 704px;
	height: 3px;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url(../images/lineBreak.gif);
	background-repeat:repeat-x;
}

