@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
	background-color: #FFE8D9;
}
.oneColFixCtrHdr #container {
	width: 600px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #660099;
	text-align: center;
}
.oneColFixCtrHdr #header {
	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. */
	background-color: #FFF;
}
.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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	text-align: left;
}

.oneColFixCtrHdr #container #mainContent p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	text-align: left;
}

.oneColFixCtrHdr #container #mainContent ol li {
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container #mainContent table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #009;
	text-decoration: none;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #303f6b;
	text-decoration: none;
	text-align: left;
}
#signupwebfrom {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
}
#videotable {
	text-align: center;
	vertical-align: middle;
}
.FormButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #900;
	text-align: center;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
}
.FooterText {
	font-size: 10px;
	color: #000;
}
.TenPoint {
	font-size: 10pt;
}
.NinePoint {
	font-size: 9pt;
	text-align: left;
}
.EventDetailsSubHead {
	font-size: 14pt;
	font-weight: bold;
	color: #C03;
	text-align: left;
}
