﻿body {
	text-align: center;
	padding: 10px;
	margin: 0px;
	background-image: url('');
	background-attachment: scroll;
}
#wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	background-color: #FFFFFF;
	border-bottom-style: ridge;
	font-size: small;
	height: 127px;
}
#heading {
	margin: 10px;
	text-align: center;
	z-index: 6;
	width: 423px;
}
#imageHolder {
	margin: 10px 10px 1px 10px;
	height: 1%;
	width: 190px;
	float: right;
	text-align: right;
}
#menuHolder {
	margin: 10px;
	padding-left: 15px;
}
#breadcrumbHolder {
	clear: right;
	background-color: #FFFFFF;
	padding-left: 10px;
	color: #E1E1E0;
	background-image: url('BreadCrumb.png');
}
#contentWrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	background-color: #FFFFFF;
	position: relative;
	top: 0px;
	left: 0px;
}
#textWrapper {
	background-position: 0px 0px;
	text-align: left;
	padding: 10px;
	height: auto;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-attachment: scroll;
	font-size: small;
}
#subParagraphText {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	padding-left: 40px;
	padding-right: 40px;
}
#centeredForm {
	text-align: center;
	border-style: groove;
}
#attentionText {
	font-size: small;
	font-weight: bolder;
	color: #FF0000;
	text-align: center;
}
#version {
	color: #C0C0C0;
	font-size: x-small;
}
#footer {
	border-top: thin ridge #C0C0C0;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 645px;
	border-left-color: #C0C0C0;
	border-left-width: thin;
	border-right-color: #C0C0C0;
	border-right-width: thin;
	border-bottom-color: #C0C0C0;
	border-bottom-width: thin;
	font-size: small;
}
