@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #666666;
	background-image: url(images/BearBackground.jpg);
}
.oneColFixCtrHdr #container {
	width: 751px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
}
.oneColFixCtrHdr #mainContent {
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-image: url(images/Background.jpg);
	float: left;
	width: 681px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #7700C6;
	padding-top: 10px;
	background-repeat: repeat-y;
	margin: 0px;
}
.oneColFixCtrHdr #footer {
	width: 751px;
	float: left;
	background-image: url(images/bottomgraphic.jpg);
	height: 60px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: left;
	background-image: url(images/bottomgraphic.jpg);
	height: 30px;
}
.oneColFixCtrHdr #menu {
	width: 751px;
	float: left;
	background-image: url(images/MenuBackground.jpg);
	height: 30px;
	
}
.TwoColumnTable {
	background-image: url(images/ResourceBackground.jpg);
	left: 0px;
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
.ImportTwoColumnTable {
	background-image: url(images/ImportTableBackground.jpg);
	left: 0px;
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
.BulletList {
	list-style-type: disc;
	font-size: 12pt;
	text-align: left;
	margin-left: 15px;
	line-height: 20px;
}
.oneColFixCtrHdr #container #footer {
	text-align: center;
	color: #FFF;
}
.GeneralText {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
}
.ImportTopTable {
	background-image: url(images/ImportTopBackground.jpg);
	left: 0px;
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}.oneColFixCtrHdr #container #mainContent #ImportTopTable {
	background-image: url(images/ImportTopBackground.jpg);
	padding-top: 10px;
}
