body {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #ffffff;
}
p {
	margin: 0px;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	text-align: justify;
}
p, li {
	line-height: 1.5em;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #0033cc;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0033cc;
	font-style: normal;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1.0em;
	padding-bottom: 0px;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: #0033cc;
	font-style: normal;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1.0em;
	padding-bottom: 0px;
}
h3 em {
	font-style: italic;
	font-weight: normal;
}
h3.sub-heading {
	padding-top: 0.5em;
	padding-bottom: 1.0em;
}
a, a:link, a:visited, a:hover, a:active {
	color: #0033cc;
}
strong {
	font-weight: bold;
/*	color: #0033cc;*/
}
div#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	border: 0px solid #000000;
	padding: 0px;
	width: 821px;
	text-align: left;
}
div#top {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 130px;
	width: 844px;
	margin: 0px;
	border: 0px solid #000000;
	padding: 0px;
	background-image: url("../arcimages/page-top-3.jpg");
	background-position: 0px;
	background-repeat: no-repeat;
}
div#page-title {
	font-size: 1.7em;
	font-weight: bold;
	position: relative;
	top: 40px;
	left: 240px;
	width: 560px;
	color: #ffffff;
	background-color: transparent;
}
img#arc-lozenge {
	position: absolute;
	top: 24px;
	left: 38px;
	height: 102px;
	width: 132px;
	margin: 0px;
	border: 0px solid #000000;
	padding: 0px;
}
div#main {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 844px;
	margin: 0px;
	border: 0px solid #000000;
	padding: 0px;
	background-image: url("../arcimages/page-middle.jpg");
	background-position: top;
	background-repeat: repeat-y;
	background-color: transparent;
}
div#middle {
	position: relative;
	width: 844px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 100%;
}
div#middle-left {
	position: relative;
	width: 160px;
	margin: 20px;
	border: 1px solid #000000;
	float: left;
	padding: 5px;
	border-color: #cccccc;
	background-color: #f2f2f2;
}
div#middle-left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#middle-left ul ul {
	margin-left: 10px;
	font-size: 0.8em;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
div#middle-left li {
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 1.2em;
}

.left-pad {
	padding-left: 32px;
}

div#middle-left a {
	margin: 0px;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #f2f2f2;
	text-decoration: none;
}
div#middle-left a:hover {
	border: 1px solid #cccccc;
	text-decoration: underline;
}
div#middle-main {
	position: relative;
	width: 560px;
	margin-left: 240px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#middle-main h1 {
	padding-top: 0.9em;
}
div#left-box {
	position: absolute;
	visibility: visible;
	bottom: 50px;
	left: 30px;
	height: 100px;
	width: 160px;
	margin: 0px;
	border: 1px solid #0033cc;
	background-color: #ffffff;
	font-size: 0.8em;
}
div#bottom {
	position: relative;
	height: 41px;
	width: 844px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-image: url("../arcimages/page-bottom.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #ffffff;
	clear: both;
}
.letters {
	font-size: 0.7em;
}
.footer {
	font-size: 0.7em;
	color: #999999;
	padding-top: 3.0em;
}
ul.bullet-list {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
/*	list-style-image: url(../arcimages/bullet.gif);
removed due to IE bug, and replaced with background property*/
}
ul.bullet-list li {
	list-style: none;
	/* The background property below was used to vercome a bug with IE positioning the bullet with line-height at 1.5em */
	background: url(../arcimages/bullet.gif) no-repeat 0px 0.7em; 
	margin-top: 0px;
	margin-bottom: 0px;
/*	padding-left: 0px;
removed due to IE bug, and replaced with background property
new padding used to artificially indent from bullet*/
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 12px;
}
ul.bullet-list a {
	margin: 0px;
	padding: 0px;
	display: inline;
}
div#time-stamp {
	position: absolute;
	top: -28px;
	right: -16px;
	color: #000000;
	background-color: transparent;
	font-size: 0.8em;
}

p.form-thanks, p.form-error {
	border: 1px solid;
	padding: 1em;
	background-color: #ffffcc;
	font-weight: bold;
	margin: 2em;
}
p.form-thanks {
	border-color: #0033cc;
	color: #0033cc;
}
p.form-error {
	border-color: #ff0000;
	color: #ff0000;
}
.small-text {
	font-size: 0.8em;
}
.grey {
       color: #666666;
       font-size: 0.8em;
}
table#home3 {
	margin: 0px;
	border: medium none black;
	padding: 0px;
	border-spacing: 7px;
}
table#home3 th {
	font-size: 1.0em;
	font-weight: bold;
	background-color: #0033cc;
	color: #ffffff;
}
table#home3 th, table#home3 td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: medium none black;
	width: 33%;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
table#home3 td p {
	text-align: left;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 1.0em;
}
table#home3 th a {
	background-color: #0033cc;
	color: #ffffff;
	text-decoration: none;
}
table#home3 th a:hover {
	text-decoration: underline;
}
table#home3 td {
	background-color: #c0d7ec;
	font-size: 0.8em;
}
img#rssgif {
	border: medium none #000000;
	height: 14px;
	width: 36px;
}
