@charset "utf-8";
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: #FFFFFF;
	background-image: url(bg-fade2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.oneColFixCtrHdr #container {
	width: 1266px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0px;  /* 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: 0px;
	height: 165px;
	width: 1266px;
}
#navbar {
	height: 34px;
	width: 1266px;
	background-image: url(nav_bar.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.navbarText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	line-height: normal;
	font-weight: normal;
	color: #CD9F4B;
}



.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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	color: #400AB5;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	color: #2C237C;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
	color: #C50202;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
	color: #000000;
	font-weight: normal;
}


.oneColFixCtrHdr #mainContent {
	background-color: #DFDBD0;
	margin: 0px;
	padding: 20px;
	background-image: url(wizzie.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.oneColFixCtrHdr #mainContent2 {
	background-color: #DFDBD0;
	margin: 0px;
	padding: 20px;
	background-repeat: no-repeat;
	background-position: right top;
}

.oneColFixCtrHdr #footer {
	text-align: center;
	background-color: #2C237C;
	width: 1266px;
	height: 26px;
	padding-top: 8px;
}
.linksText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	color: #CD9F4B;
}
.textSmall1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.textSmall1Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.textMedium1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	color: #000000;
}
.textMedium1Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.textMedium2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
.textMedium2Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.textSubheadRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
	font-weight: bold;
	color: #C50202;
}
.textSubheadBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
	font-weight: bold;
	color: #2C237C;
}
.textSubheadBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
