@charset "utf-8";

body {

	line-height: 1.3em;

	font-family: Verdana, Geneva, sans-serif;

	font-size: 1em;

	background-color: #0099cc;

}



#container {

	width: 960px;

	margin: 0 auto;

}

#header {

	background-image: url(../Images/header.jpg);

	background-repeat: no-repeat;

	background-position: center;

	height: 198px;

}

#container #header  #address{

	font-size: 0.75em;

	color: #6ADAFF;

	text-align: center;

	margin-top: 0px;

	margin-left: 400px;

	position: absolute;

	top: 50px;

}

#container #header #FlashID {

	margin-left: 0px;

}

#container #header #mainNav {

	position: relative;

	left: 390px;

	top: -20px;

	width: 500px;

	font-weight: bold;

	font-size: 0.8em;

}

#container #header #mainNav ul {

	width: 700px;

}

#container #header #mainNav ul li {

	display: block;

	width: 105px;

	text-align: center;

	float: left;

}

#container #header #mainNav ul li a {

	text-decoration: none;

	color: #000;

}

#container #header #mainNav ul li a:hover {

	color: #0066CC;

}

#content {

	background-image: url(../Images/BG01.jpg);

	background-repeat: repeat-y;

	height: auto;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 25px;

	padding-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

}

#content img {

	float: left;

	padding-left: 75px;

	padding-right: 25px;

}

#content h2 {

	font-size: 1.4em;

	padding-left: 300px;

	padding-bottom: 20px;

}

#content p {

	font-size: 0.9em;

	padding-right: 50px;

	padding-left: 300px;

}

#container #content p .ital {

	font-style: italic;

}

#footer {

	background-image: url(../Images/footer.jpg);

	background-repeat: no-repeat;

	background-position: center;

	height: 162px;

}

#container #footer p {

	font-size: 0.7em;

	text-align: center;

	width: 960px;

	position: relative;

	left: 0px;

	top: 150px;

	color: #FFF;

}

