@charset "utf-8";
body {
	background-color: #FFFFFF;
	text-align: center;
	z-index: 0;
}
#container {
	background-color: #FFFFFF;
	height: auto;
	width: 1000px;
	position: relative;
	top: 10px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	border: 4px solid #96161a;
}
#header {
	position: relative;
	width:1000px;
	height:100px;
	z-index:2;
}
#logo {
	background-image: url(Images/logo.png);
	background-repeat: no-repeat;
	height: 140	px;
	width: auto;
	position: absolute;
	left: 10px;
	top: 10px;
}
#GlobalNav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	background-color: #FFFFFF;
	text-align: right;
	height: 10px;
	width: 650px;
	position: absolute;
	top: 70px;
	right: 20px;
}
#GlobalConnect {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	background-color: #FFFFFF;
	text-align: right;
	height: 30px;
	width: 650px;
	position: absolute;
	top: 30px;
	right: 20px;
}
#main {
	position: relative;
	width:980px;
	min-height: 500px;
	z-index:2;
	left: 0px;
	background-color: #FFFFFF;
	text-align: left;
	overflow: visible;
	margin: 10px;
}
#footer {
	position: relative;
	width:1000px;
	height:160px;
	z-index:100;
	background-color: #FFFFFF;
	background-image: url(Images/Wave.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footerstatement {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #FFF;
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 10;
	width: 980px;
	text-align: center;
}
#footerstatement2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
	position: absolute;
	bottom: 64px;
	font-weight: bold;
	right: 12px;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	font-weight: bold;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: normal;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
h1 {
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	font-family: Verdana, Geneva, sans-serif;
}
h2 {
	line-height: normal;	
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	font-family: Verdana, Geneva, sans-serif;	
}
h3 {
	line-height: normal;
	font-size: 12px;
	padding-left: 0px;
	color: #666666;
	font-family: Verdana, Geneva, sans-serif;
}
h4 {
	line-height: normal;
	font-size: 12px;
	padding-left: 10px;
	color: #666666;
	font-family: Verdana, Geneva, sans-serif;
}
li {
	font-size: 12px;
	color: #666666;
	list-style-type: square;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 18px;
}
sub { 
	position: relative; 
	bottom: 0; 
	left:.2ex; 
	font-size: 80%;
}
sup { 
	position: relative; 
	top: 0; 
	right:.2ex; 
	font-size: 80%;
}  


