<style type="text/css">

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #000000;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #000000;
	background-image: url(../i/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColElsCtr #container {
	width: 600px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.oneColElsCtr #mainContent {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColElsCtr #container #mainContent .emphasis a, .oneColElsCtr #container #mainContent .emphasis a:link, .oneColElsCtr #container #mainContent .emphasis a:visited, .oneColElsCtr #container #mainContent .emphasis a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CC0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.oneColElsCtr #container #mainContent .emphasis a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF3300;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
a:link  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
a img {
	border:none;
}
  .menulinks a, .menulinks a:link, .menulinks a:visited, .menulinks a:active {
	color: #FFFFFF;
	font-weight: normal;
	test-decoration: none;
	font-size: x-small;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #009999;
	letter-spacing: 5px;
   }

.menulinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: x-small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FF0000;
	letter-spacing: 5px;
  }
#apDiv1 {
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:500px;
	z-index:1;
}
.emphasis {
	color: #CC0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

</style>
