@charset "UTF-8";
* {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	text-decoration: none;
} 
body {
	background-image: url(images/back.png);
}
.black {
 	color: black;
}
#wrapper {
	width: 100%;
	text-align: center;
}
#main {
	background-color: white;
}
#footer {
	margin-top: 2em;
}
#main, #footer {
	width: 946px;
	margin-left: auto;
	margin-right: auto;
}
.topsection {
	width: 946px;
	background-color: white;
}
.update {
	width: 940px;
	text-align: center;
	padding: 0;
	background-image: url(images/update_top2a.jpg);
	background-repeat: no-repeat;
}
.updateTitle {
	padding-top: 1em;
	padding-bottom: 0.5em;
	text-align: left;
}
.updateText {
	float: left;
	font-weight: bold;
}
.updatecontent {
	background-color: white;
	margin: 0;
	padding: 0;
	width: 922px;
}
.agreeText {
	
}
.agree {
	font-weight: bold;
	font-size: 30pt;
	font-family: Arial, Helvetica, sans-serif;
	color: blue;
	text-align: center;
	margin-top: .5em;
}
.disagree {
	margin-top: .5em;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.agree a:link, .agree a:visited, .agree a:hover {
	color: blue;
}
.disagree a:link, .disagree a:visited, .disagree a:hover {
	color: black;
}
#warning {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	background-color: white;
}
#warning1 h3, #warning2 h3 {
	text-align: center;
}
#warning1 {
	overflow-y: hidden;
	height: 260px;
	border: 2px solid maroon;
}
#warning2 {
	overflow-y: scroll;
	height: 80px;
	border: 2px solid maroon;
}
#warning2 ol {
  margin-left: 25px;
  list-style-type: decimal;
}
#warning2 ol li {
 	margin-bottom: 10px;
}
.footerText {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.footerLinks {
	font-weight: bold;
	padding-top: 1em;
	font-size: 14px;
}
.footerRLinks {
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 1em;
    font-size: 14px;
}
.footerRLinks a {
    color: #0000ff;
}
.footerImages {
	padding-top: 1em;
}
