#MainContainer {
	height: 100%;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#container {
	position:absolute;
	width:1020px;
	height:900px;
	z-index:1;
	border: thin solid #FF6633;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	border-radius: 20px;
	background-color: rgba(0,11,37,0.6);
}

#header {
	position:absolute;
	width:1020px;
	height:154px;
	z-index:1;
}

#logo {
	position:absolute;
	width:154px;
	height:154px;
	z-index:1;
	background-image: url(WWSAimages/globe%20wwsa.jpg);
	-webkit-border-radius: 20px 0px 0px 0px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#CompanyName {
	position:absolute;
	width:864px;
	height:154px;
	z-index:2;
	left: 155px;
	top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
}

#slogan {
	position:absolute;
	width:354px;
	height:26px;
	z-index:1;
	left: 75px;
	top: 127px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #999999;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}

#TopDecor {
	position:absolute;
	width:1020px;
	height:25px;
	z-index:2;
	left: 0px;
	top: 155px;
	background-image: url(WWSAimages/WWSAdecor1.jpg);
}

#navigation {
	position:absolute;
	width:1008px;
	height:55px;
	z-index:3;
	left: 1px;
	top: 182px;
	border: thick ridge #999999;
	-webkit-border-radius: 11px;
	border-radius: 10px;
}

#Bottomdecor {
	position:absolute;
	width:1018px;
	height:25px;
	z-index:800;
	top: 789px;
	background-image: url(WWSAimages/WWSAdecor2.jpg);
	font-family: Verdana, Geneva, sans-serif;
	visibility: visible;
	left: 0px;
}


#footer {
	position:absolute;
	width:1018px;
	height:80px;
	z-index:4;
	top: 816px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
	left: 0px;
	padding-bottom: 15px;
}






.SloganTwo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FF6633;
	text-align: left;
	font-style: italic;
}


.PageTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
}
a:link {
	color: #4C68A1;
}
a:hover {
	color: #FF6633;
}
a:active {
	color: #FF6600;
}

a:visited {
	color: #999999;
	font-weight: bold;
}


.TableOne {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	border: thin solid #999999;
	padding: 2px;
	margin: 2px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.FontColor {
	color: #FFFFFF;
}
