html {
	font-size: 100%;
}

body {
	background-color: #ffffff;
	width: 830px;
	margin: 10px auto;
	text-align: center;
	font-size: 1em;
	color: #000000;
	font-family: verdana, helvetica, arial, sans-serif;
}

p, ul, dl, label, input {
	font-size: 0.8em;
}

#main {
	width: 830px;
	margin: 0 auto;
	text-align: left;
}

#nav, h1, h2, h3, .sponsored_by, #find_member label {
	font-family: times new roman, serif;
}

#nav, h1, h2, h3, p.main, #footer, .sponsored_by, #find_member label {
	color: #666666;
	font-weight: normal;
}

h1 {
	margin: 10px 0px 20px;
	font-size: 1.3em;
}

h2, #find_member label {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
	margin: 5px 0px;
}

h4 {
	font-size: 0.8em;
	margin: 5px 0px 0px;
}

#find_member select {
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 10px;
	height: 100px;
	width: 300px;
}

option.optclass {
	background-color: #e7f4fc;
}

#header, #nav {
	text-align: center;
}

#nav {
	width: 824px;
	margin: 0 auto;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px;
	font-size: 0.9em;
}

#nav li {
	border-left: 1px solid #30309d;
	display: inline;
	padding: 0px 10px;
}

#nav li.first {
	border: none;
	padding-left: 0px;
}

#nav li.last {
	padding-right: 0px;
}

a {
	color: #30309d;
	text-decoration: none;
	font-weight: bold;
}

#nav a, #footer a {
	font-weight: normal;
}

#nav a.selected, a:hover {
	color: #b12f2f;
}


#content {
	margin: 10px 5px;
}

#content .col_l, #content .col_r {
	width: 400px;
	float: left;
}

#content .col_l {
	padding-right: 10px;
	margin-right: 10px;
}

#content .vdiv {
	background: transparent url( "./../images/dashed.gif" ) center top repeat-y;
}

#content .col_r {
}

#content ul {
	color: #009aff;
}

div.data {
	background-color: #e7f4fc;
	padding: 20px;
}

div.data h2 {
	margin-top: 0px;
}

div.div_blue, div.div_grey {
	clear: both;
	font-size: 1px;
}

div.div_blue {
	margin: 0px 5px;
	border-bottom: 1px dashed #30309d;
	padding-top: 10px;
}

div.div_grey {
	padding-top: 10px;
	border-bottom: 1px dashed #c6c6c6;
	margin-bottom: 10px;
}

#footer p {
	margin: 5px;
}

.sponsored_by {
	font-size: 1.3em;
	margin: 10px 0px;
}

img {
	border: none;
}

/*
#find_member label {
	color: #666666;
	
}
*/

#memberform {
}

#memberform label, #memberform input {
	display: block;
}

#memberform input {
	margin-bottom: 10px;
}

.clear {
	font-size: 1px;
	clear: both;
}

.invisible {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.courses {
	list-style: none;
	padding: 0px;
	margin-left: 0px;
}

.courses li {
	color: #000000;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dashed #c6c6c6;
}

.courses li.nb {
	padding-top: 0px;
	border-top: 0px;
}

.courses li h2 {
	margin-bottom: 0px;
	font-size: 1.5em;
}

.courses li p.speaker {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

li p {
	font-size: 100%;
}

dl {
	margin-top: 0px;
}

dl.multi {
	margin-bottom: 30px;
}

dd {
	float: left;
	width: 150px;
	margin-left: 0px;
}

dt {
	margin-left: 150px;
}

h4 .subheading {
	font-weight: normal;
	color: #666666;
}

form.cmsform {
	font-size: auto;
	margin-left: 20px;
	display:inline;
}

form.cmsform label {
	display: block;
	float: left;
	width: 150px;
	margin-bottom: 10px;
}

form.cmsform input, form.cmsform select {
	float: left;
	margin-bottom: 10px;
}

form.cmsform .submit {
	clear: both;
	text-align: center;
}

form.cmsform_cb label {
	width: 300px;
}
.alignimage {
	vertical-align:middle;
}