@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #201D1E;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #666666;
	background-image: url(../Images/mainbackground.png);
}
.oneColFixCtrHdr #container {
	width: 745px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../../Images/background.jpg);
}
.oneColFixCtrHdr #header {
	background-image: url(../../Images/background.jpg);
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding-top: 10px;
}
.oneColFixCtrHdr #mainContent {
	background-repeat: repeat;
	background-image: url(../Images/mainbackground.png);
	padding-top: 1px;
	padding-right: 60px;
	padding-left: 50px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(../Images/bgrdfooter.png);
	background-repeat: repeat;
	color: #BEB170;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	height: 25px;
	vertical-align: baseline;
	padding-top: 5px;
}
.photoleft {
	float: left;
}
.bulletted {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	left: 100px;
	text-indent: 225px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #header #menubar #bar #MenuBar1 {
}
#swf {
	z-index: 4;
}
