@charset "utf-8";
/* CSS Document */

body
{
	background: #66CCFD url(images/outer_bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	text-align: left;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#OuterContainer {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	font-size: 12px;
	font-weight: bold;
	height: 100%;
	border: medium ridge #006;
}
#OuterContainer #Content {
	padding-top: 50px;
	width: 900px;
	font: italic 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
}

#Header {
	height: 186px;
	width: 901px;
	position: relative;
}
#NavBar {
	height: 40px;
	width: 900px;
}
#NavBar a:link, #NavBar a:visited {
	color: #009;
}
#NavBar a:hover, #NavBar a:active, #NavBar a:focus {
	color: #FF0;

	
}
#OuterContainer #Content #table_1  {
	text-align: center;
	float: left;
	font-size: 16px;
	font-weight: normal;
}
#OuterContainer #Content #table_2 {
	text-align: center;
	float: left;
	font-size: 16px;
	padding-bottom: 50px;
}
#OuterContainer #Content #table_3 {
	text-align: center;
	float: left;
	font-size: 16px;
}

#OuterContainer #Content #table_4 {
	clear: both;
	text-align: center;
	color: #000;
}

#OuterContainer #Content #table_5 {
	clear: both;
	text-align: center;
	padding-top: 200px;
}
#OuterContainer #Content #table_6 {
	text-align: center;
	color: #000;
	font-size: 14px;
	float: left;
	width: 150px;
}

#Footer {
	height: 40px;
	width: 900px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	font-style: italic;
	color: #000;
	clear: both;
	overflow: visible;
	position: relative;
}

