/* css document */

/* html */

a {
	color: #006666;
	text-decoration: underline;
}
a:visited {
	color: #CC6666;
}
a:hover {
	color: #FFCC33;
	text-decoration: none;
}
body {
	background-color: #004D4D;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: .7em;
	line-height: 1.4em;
}
h1, h2, h3, h4 {
	line-height: normal;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.2em;
	padding-top: 1em;
}
h4 {
	font-size: 1em;
	padding-top: 1em;
}
input, select, textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.buttons { 
	font-size: .9em;
	line-height: 1.6em;
	text-transform: uppercase;
	background-color: #E5E7E2;
	border: 1px outset #ebebeb;
	vertical-align:baseline;
	}
td, th {
	vertical-align: baseline;
	padding: 4px 12px 4px 1px;
}
th {
	text-align: left;
	white-space: nowrap;
}
td.buttons {
	padding-top: 10px;
}
table.nopad th, table.nopad td {
	padding: 0px;
	padding-right: 1em;
}
td input, td select, td textarea { 
	font-size: 1em;
}
table.mbrcat {
	border: 1px solid black;
	border-collapse: collapse;
	width: 100%;
}
table.mbrcat td, table.mbrcat th {
	padding:.5em; 
	border: 1px solid black;
}
table.schchart {
	border: none;
	margin:1em 0;
}
table.schchart td, table.schchart th {
	padding:.2em .5em 0 0;
	vertical-align: top; 
}
.space li { 
	padding-bottom: 10px;
}
hr {
	border: none;
	border-top: 1px solid #006666;
	margin: 2em 0;
}
div.conference h2 {
	text-decoration:underline;
	padding-bottom: .5em;
}
div.conference h3 {
	padding: 0;
}
div.conference ul {
	margin-bottom: 0;
}
div.conference div {
	padding-bottom: 1em;
}

/* layout */

#skiplinks {
	display: none;
}
#index_page {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url(images/page_bkgnd.gif);
	background-repeat: repeat-y;
}
#page {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#flash {
	width: 760px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#index_content {
	width: 760px;
	padding-top: 1em;
}
#content {
	width: 760px;
	margin: 0px;
	padding-top: 1px;
}
#pagenav{
	float: right;
	width: 230px;
	margin: -12px -30px 10px 20px;
	padding: 0px;
	background-color: #F5F5F5;
	border-top: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
}
#sectionlinks{
	margin: 0px;
	padding: 0px;
}
#sectionlinks a:link, #sectionlinks a:visited {
	display: block;
	border-bottom: 1px solid #DCDCDC;
	padding: 4px 0px 4px 10px;
	color: #4D4D4D;
}
#sectionlinks a:hover {
	color: #000000;
	background-color: #FFF3DA;
	text-decoration: none;
}
#right_col {
	float: right;
	width: 320px;
	padding-right: 30px;
	color: #FFFFFF;
}
#right_col a {
	color: #99FFFF;
	font-weight: normal;
	text-decoration: underline;
}
#right_col a:hover {
	color: #d5ffff;
	text-decoration: none;
}
#right_col a.subhead {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#right_col a:hover.subhead  {
	color: #FFCC33;
}
#right_col div.asterisk {
	float: left;
	font-family: Georgia, Times, serif; 
	font-size: 3em;
	line-height: normal;
}
#right_col div.conference {
	float: left;
	font-size: 1.2em;
	font-weight: bold; 
	padding:.4em 0 1em .4em;
}
#right_col div.conference a {
	color: #80FFFF;
	font-weight: bold;
}
#news {
	padding-left: 30px;
	width: 316px;
}
#index_footer {
	width: 316px;
	margin-top: 30px;
	margin-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: smaller;
	line-height: normal;
	color: #999999;
}
#content_body {
	padding-left: 30px;
	padding-right: 30px;
}
#editors p {
	padding-bottom: 4px;
}
#footer {
	margin-top: 30px;
	margin-left: 30px;
	padding-top: 20px;
	padding-bottom: 20em;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: smaller;
	line-height: normal;
	color: #999999;
	margin-right: 30px;
}

/* styles */

.breadcrumbs {
	font-size: smaller;
}
.divide {
	clear: both;
}
.errorfield, .errorradio {
	background-color: #FFF3DA;
}
.errorradio {
	padding: 8px 6px 4px 4px;
}
.index_sub {
	color: #000000;
	font-weight: bold;
}
.message {
	line-height: normal;
	color: #990033;
	font-weight: bold;
	font-size: 1em;
	background-color: #ebebeb;
	padding: 8px;
}
.peachbox {
	background-color: #fff3da;
	border: 1px solid #cccccc;
	padding: 8px;
	margin-top: 10px;
}
.text_bold {
	font-weight: bold;
}
.text_bolditalic {
	font-weight: bold;
	font-style: italic;
}
.text_italic {
	font-style: italic;
}
.text_line {
	text-decoration: underline;
}
.formatTable {
border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	
}
.formatTableBack {
border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-weight:bold; 
	background-color: #669999;

}
.formatTableWhite {
border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color:#FFFFFF;
}

.formatTableYellow {
border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color:#FFFFF0
	
}
.tdScroll { vertical-align:top;
			height: 225px;
			text-align: left;
			overflow: auto;}
			
 .tdScroll_175 { vertical-align:top;
 			height: 175px;
			text-align: left;
			overflow: auto;}
.titleLink {font-size:12px;
text-decoration:none;
font-style:italic;}
			