/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;	
}


/* Page CSS */
body {
	margin: 0px;
	padding: 0px;
}
.wrapper {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.content-holder {
	width: 772px;
}
.nav {
	width: 100%;
	text-align: left;
}
.nav-spacing {
	width: 10px;
}
.nav1 {
	margin: 0px;
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 14px;
	line-height: 14px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	text-align: left;
}
.nav1 a {
	font-weight: bold;
	color: #0073bc;
	text-decoration: none;
	text-shadow: 0 0 0 #FFFFFF;
}
.nav1 a:hover {
	color: #0a294f;
}
.nav1-selected {
	color: #0a294f;	
}
.nav1-spacer {
	background-image: url(../images/nav-spacer.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom: -1px;
}
.nav2 {
	margin: 0px;
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 12px;
	line-height: 12px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ebebeb;
	text-align: left;
}
.nav2 a {
	color: #0073bc;
	text-decoration: none;
}
.nav2 a:hover {
	color: #0a294f;
}
.nav2-selected {
	color: #0a294f;	
}
.nav2-spacer {
	background-image: url(../images/nav-spacer.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom: -2px;
}
.nav2-type2 {
	margin: 0px;
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 12px;
	line-height: 12px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ebebeb;
}
.nav2-type2 a {
	color: #62A407;
	text-decoration: none;
}
.nav2-type2 a:hover {
	color: #203b00;
}
.nav2-type2-selected {
	color: #203b00;
}
.content-frame {
	padding: 10px;
}
.content-title {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 22px;
	line-height: 22px;
	color: #0a294f;
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8494a7;
	text-align: left;
}
.content-title-type2 {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 22px;
	line-height: 22px;
	color: #62A407;
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8494a7;
	text-align: left;
}
.content-body {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 12px;
	line-height: 16px;
	color: #262626;
	text-shadow: 0 0 0 #262626;
	text-align: left;
	vertical-align: top;
}
.content-body .sub-heading {
	font-weight: bold;
	color: #0073bc;
	font-size: 14px;
	line-height: 16px;
}
.content-body strong {
	color: #0a294f;
}
.content-body p {
	margin-bottom: 14px;
}
.content-body .add-spacing {
	display: block;
	height: 14px;
}
.content-body a {
	font-weight: bold;
	color: #62A407;
	text-decoration: none;
}
.content-body a:hover {
	color: #203b00;
}
.content-body .caption {
	font-size: 11px;
	line-height: 15px;
}
.table-frame {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.table-header-1st {
	background-color: #bfdcee;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #64829e;
	border-left-color: #64829e;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #64829e;
	border-bottom-color: #64829e;
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #0a294f;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
.table-header {
	background-color: #bfdcee;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #64829e;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #64829e;
	border-bottom-color: #64829e;
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #0a294f;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
.table-content-1st {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c2c2c2;
	border-left-color: #c2c2c2;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #8494a7;
	border-bottom-color: #8494a7;
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 12px;
	line-height: 16px;
	color: #262626;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
.table-content {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c2c2c2;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #8494a7;
	border-bottom-color: #8494a7;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 12px;
	line-height: 16px;
	color: #262626;
}
.table-small {
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	vertical-align: top;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
}
.table-small-caption {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}
.footer {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 12px;
	line-height: 12px;
	color: #666666;
	padding-left: 3px;
	padding-top: 6px;
	text-shadow: 0 0 0 #666666;
	padding-right: 0px;
	padding-bottom: 14px;
}
.footer a {
	color: #666666;
	text-decoration: none;
	text-shadow: 0 0 0 #666666;
}
.footer a:hover {
	color: #262626;
}
.form-item {
	padding-bottom: 8px;
}
.register-table {
	border: 1px solid #D3D3D3;
	padding: 10px;
	background-color: #FAFAFA;
}
.register-under {
	padding-top: 8px;
}
.footer a:hover {
	color: #262626;
}
ul {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
	list-style-type: disc;
	list-style-position: outside;
}
li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
