body {
	background: #0A5391 URL(/images/water.jpg) top center repeat;
	font-family: verdana, arial, sans-serif;
	color: black;
	line-height: 110%;
	font-size: 10px;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

#container {
	width: 830px;
	min-width: 800px;
	margin: 12px auto;
	background-color: white;
	text-align: left;
}

#wrapper {
	position: relative;
	top: 0;
	left: 0;
}

#factsCopy {
	position: absolute;
	z-index: 2;
	top: 110px;
	left: 350px;
	width: 410px;
	color: #0B478F;
	font-size: 114%;
	line-height: 150%;
}

.usresidents {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

/********************************
TOP
********************************/

#top {
	overflow: hidden;
	margin: 0;
	height: 84px;
	background: transparent URL(/images/top.jpg) top center no-repeat;
}


/********************************
MID
********************************/

#mid {
	overflow: hidden;
}

#mid, 
#mid-Right,
#mid-Center,
#mid-Left {
	display: block;
} 

#mid-Right,
#mid-Left {
	margin: 0;
}

#mid-Right {
	padding: 0 15px 0 0;
	background: #0A5391 URL(/images/right.jpg) -2px 0 repeat;
}

#mid-Left {
	padding: 0 0 0 15px; 
	background:  #0A5391 URL(/images/left.jpg) top right repeat;
} 

#mid-Center {
	background: #3ABDE7;
	width: 100%;
	overflow: hidden;
}

/********************************
BOT
********************************/


#bot,
#hiwbot,
#factsbot,
#printbot {
	margin-top: -8px;
	overflow: hidden;
	margin: 0;
	height: 154px;
}
	
#bot {	
	background: #34B2DB URL(/images/bot.jpg) top center no-repeat;
}

#hiwbot {
	background: #34B2DB URL(/images/hiwbot.jpg) top center no-repeat;
}

#factsbot {
	background: #34B2DB URL(/images/factsbot.jpg) top center no-repeat;
}

#printbot {
	background: #34B2DB URL(/images/printbot.jpg) top center no-repeat;
}

/********************************
NAV & FOOTER
********************************/

#nav {
	position: absolute;
	font-family: trebuchet, helvetica, arial, sans-serif;
	top: 40px;
	left: 300px;
	width: 490px;
	color: #E9E9EA;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
}

#nav a {
	color: #E9E9EA;
	text-decoration: none;
}

#nav a:hover {
	color: #D4CF5A;
}

#footer {
	position: absolute;
	font-family: trebuchet, helvetica, arial, sans-serif;
	top: 600px;
	left: 0;
	width: 830px;
	color: #34B2DB;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: #34B2DB;
	text-decoration: none;
}

/********************************
CONTENT
********************************/

#content {
	padding: 0;
}

#content p {
	padding: 0;
	margin: 0 0 10px 0;
}

h1, h2, h3, h4, h5 {
margin: 0 0 6px 0;
}

img {
display: block;
}

a {
text-decoration: none;
color: white;
}


/********************************
MISC
********************************/

#clearBoth {
	clear: both;
}