@charset "utf-8";
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bolded {
	font-weight: bold;
}


/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container #mainContent {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	width: 570px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
.oneColFixCtrHdr #container #mainContent h2 {
	text-align: center;
}

.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. */
}
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
}
.oneColFixCtrHdr #footer {
	background-color: #DDDDDD;
	background-image: url(../images/footer.jpg);
	text-align: center;
	color: #FFFFFF;
	height: 38px;
	padding-right: 10;
	padding-left: 10;
	vertical-align: middle;
}
.oneColFixCtrHdr #footer a {
	color: #CCCCCC;
	text-decoration: none;
	font-size: small;
}
.oneColFixCtrHdr #footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: small;
}

.oneColFixCtrHdr #footer p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
}
.oneColFixCtrHdr #container #rightbar {
	width: 190px;
	padding-right: 10px;
	float: right;
}
.oneColFixCtrHdr #container #breadcrumb {
	height: 20px;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: x-small;
	color: #999999;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 10px;
}
.oneColFixCtrHdr #container #breadcrumb a {
	color: #666666;
	text-decoration: none;
}
.oneColFixCtrHdr #container #breadcrumb a:hover {
	text-decoration: underline;
}

.oneColFixCtrHdr #container #navbar {
	height: 36px;
	background-color: #000000;
	background-image: url(../images/navback.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.smallText {
	font-size: x-small;
	color: #333333;
	text-align: center;
}
.subheader {
	letter-spacing: .1em;
	text-align: center;
	font-size: medium;
	font-style: italic;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul li ul li {
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-style: normal;
	list-style-type: circle;
	font-weight: normal;
}
.formatUl {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.caltext {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	text-align: left;
}
.calheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFFFF;
	background-color: #000000;
	font-variant: small-caps;
	letter-spacing: .15em;
}
.fltleft {
	float: left;
	vertical-align: text-bottom;
	color: #FFFFFF;
	width: 75px;
	font-size: medium;
	clear: none;
	margin-left: 0px;
	margin-top: 10px;
}
.fltleft a {
	color: #FFFFFF;
	text-decoration: none;
}
.fltleft a:hover {
	text-decoration: underline;
}

.fltright a:hover {
	text-decoration: underline;
}
.fltright a {
	color: #FFFFFF;
	text-decoration: none;
}

.fltright {
	float: right;
	vertical-align: text-bottom;
	color: #FFFFFF;
	width: 75px;
	font-size: medium;
	clear: none;
	margin-right: 0px;
	margin-top: 10px;
}
.fltrt {
	float: right;
	padding-left: 9px;
	clear: none;
}
.italicsLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #333333;
	font-variant: small-caps;
	text-align: center;
}
.formatUlCenter {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent2 {
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
.smallerUlFont {
	font-size: small;
}
.italics {
	font-style: italic;
}

