@charset "UTF-8";
body {
	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: #525252;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #235ca3;
	background-position: center;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtr #container {
	width: 700px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(images/bg.gif);
}
.oneColFixCtr #mainContent {
	padding-top: 0;
˙
	padding-right: 38px;
	padding-bottom: 0;
	padding-left: 38px;
}
#footer   p  {
	font-size: 10px;
	line-height: 17px;
}
#flash {
	height: 214px;
	width: 700px;
	top: 0px;
	background-image: url(images/topbg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 6px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #010101;
	font-weight: normal;
	margin-bottom: 10px;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
}

hr.bottom {
	border: none 0;
	border-top: 1px dotted #666;/*the border*/
	width: 620px;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0;
}
#footer {
	background-image: url(images/bottombg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 700px;
	height: 50px;
	font-size: 10px;
	text-align: center;
	padding-bottom: 15px;
	bottom: 0px;
	position: relative;
}

#footer p {
	color: #525252;
	font: 10px/12px Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #010101;
	font-weight: normal;
	margin-bottom: 5px;
}
a:link {
	color: #010101;
	text-decoration: none;
}
a:visited {
	color: #010101;
	text-decoration: none;
}
a:hover {
	color: #235CA3;
	text-decoration: underline;
}
.accomTable {
	clip: rect(10px,auto,auto,-10px);
	margin-left: -10px;
}
table {
	margin-top: 5px;
}
ul {
	list-style-position: outside;
	list-style-type: square;
}
.instructions {
	font-size: 9px;
}
.rightTablePadding {
	padding-left: 20px;
}
.bodytextheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
