i {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic
}
.time {
	width: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	white-space: nowrap;
}
.session {
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.sc {
	font-variant: small-caps;
}
.normal {
	font-variant: normal;
}
ul {
	list-style-type: square;
}
em {
	color: #6B4126;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.color {
	color: #6B4126;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}
.underline {
	text-decoration:underline;
}
li {
}
hr {
	border-color: #6B4126;
	border-style: solid;
	border-width: 1px 0 0;
}
b {
	color: #15622C;
	font-weight: 700;
}
a:link {
	color: #15622C;
	outline-style: none
}
a:visited {
	color: #244B16;
	outline-style: none
}
a:hover {
	color: #77AA55;
	outline-style: none
}
a:active {
	color: #15622C;
	outline-style: none
}
a:link img, a:visited img, a:hover img, a:active img {
	border: 0px none;
}
html {
	margin: 0px;
	padding: 0px;
}
body {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	background-color: #fff;
	margin: 0;
	padding: 0;
	border:0;
}
table, col, colgroup, tbody, tr, td {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none
}

.checkforminputpersonvalid { /* avoild spam from forms */ visibility:hidden; display:none; }


.centerident {
	background-color: #F1EDE7;
	margin: 30px;
	padding: 0 15px;
	border: dotted 2px #5A8C40;
}
.sidebox {
	background-color: #F1EDE7;
	width: 35%;
	float: right;
	margin: 5px 0;
	padding: 0px 10px;
	border: dotted 2px #5A8C40;
}
.clearall {
	clear: both;
}
.formbutton {
	color: #15622C;
	background-color: #F1EDE7;
}
.button {
	width: 35%;
	margin: 5px auto 5px auto;
	padding: 5px;
	border: inset 2px #5A8C40;
	text-align: center;
}
.sessions {
	margin: 5px 40px;
	padding: 2px;
	border: dotted 2px #8E6D41;
}

.h3likestyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6B4126;
	font-size: 1.1em;
	line-height: 1.2;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

table.tabledata {
	border-collapse: collapse;
	width: 100%;
	border:1px solid #6B4126;
	margin: 5px auto 5px auto;
}
table.tabledata td {
	border:1px solid #6B4126;
	padding:4px;
}
.required {
	color:#CC6600
}
.center {
	text-align:center
}

.smaller {
	font-size: 12px
}

.frght {
	float:right;
	margin: 0px 0px 8px 8px;
}
	
#container {
	width: 778px;
	margin: 0px auto auto 0px;
	text-align: left;
}

 @media screen {
#banner {
	position:  absolute;
	top:  0px;
	left:  0px;
	height: 110px;
}
#sideframe {
	position:  absolute;
	top:  110px;
	left:  0px;
	width: 160px;
	overflow: hidden;
}
#sidebar {
	margin: 2px 20px 2px 2px;
	padding: 2px;
	border: dotted 2px #8E6D41;
	text-align: left;
	overflow: hidden;
}
#mainframe {
	position:  absolute;
	top:  110px;
	left:  160px;
	width: 618px;
	min-height:265px;
	height:auto !important;
	height:265px;  /* IE hack due to a bug handling float  right. */
}
#content {
	padding: 10px 5px 0px 0px;
	font-size: 0.90em;
	line-height: 1.3;
}
#footer {
	padding: 0px 5px 5px 5px;
	text-align: center;
	font-size: 0.82em;
	line-height: 1.3;
}
}
@media print {
#banner {
	display: none;
}
#sideframe {
	display: none;
}
#sidebar {
	display: none;
}
#mainframe {
	width: 100%;
	margin: 10px;
}
#footer {
	display: none;
}
}
#sidebar p {
	color: #6B4126;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	line-height: 14px;
	margin: 2px 0px;
	text-align: center;
}
#sidebar ul {
	margin: 4px 0px;
	padding: 0px;
	list-style: none;
}
#sidebar li {
	margin: 0px;
	padding: 2px 0px 0px 14px;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	background-image: url(coloreddot.jpg);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
#sidebar a {
	text-decoration: none;
}
#content td {
	font-size: .9em;
	line-height: 1.3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}
#content form {
	color: #000000;
	background-color: #F1EDE7;
	margin: 5px 0px;
	padding: 5px;
	border: dotted 2px #5A8C40;
}
#content input, textarea, select, option {
	color: #000000;
	font-size:.9em;
	line-height: 1.2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 2px 4px 2px 4px;
	padding: 0px;
	width: 65%;
	height: auto;
}
	
#content input.formbutton {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #F1EDE7;
	text-align: left;
	width: auto;
	white-space: normal;
}
#content label {
	color: #000000;
	display: block;
	float: left;
	text-align: right;
	margin: 0px;
	padding: 0px;
	white-space: normal;
	line-height: 1.2;
}

#content label.formtext {
	float: left;
	text-align: right;
	}

#content label.formcomment {
	text-align: left;
}

#content label.formcommentinline {
	display: inline;
	float: none;
	width: auto;
	text-align: left;
}

#content label.formbutton {
	text-align:left;
	display: block;
	float: left;
	margin: 2px 4px 2px 4px;
	padding: 0px;
	width: auto;
}

#content div.w50pct {
	float:left;
	width: 50%;
	margin: 0px;
	padding: 0px;
}

#content div.w66pct {
	float:left;
	width: 66%;
	margin: 0px;
	padding: 0px;
}

#content div.w33pct {
	float:left;
	width: 33%;
	margin: 0px;
	padding: 0px;
}

#content label.w33pct {
	width: 33%;
}

#content fieldset {
	padding: 4px;
	margin: 8px 4px 2px 4px;
	border: solid thin #CCCCCC;
	clear: both;
	text-align: left;
}

#content div.formsubmit {
	margin: 8px 4px 2px 0px;
}
#content input.formsubmit {
	width: auto;
}

#content legend {
	white-space: normal;
}

#content legend.h3style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6B4126;
	font-size: 1.1em;
	line-height: 1.2;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}


#content h1 {
	font-weight: bold;
	color: black;
	font-size: 1.5em;
	line-height: 1.0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 8px;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #6B4126;
	font-size: 1.1em;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6B4126;
	font-size: 1.1em;
	line-height: 1.2;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6B4126;
	font-size: .9em;
	line-height: 1.2;
	font-weight: bold;
	text-decoration: none;
	margin-top: 12px;
	margin-bottom: 3px;
}
