/* Adapted from OTC */

#container {
	width: 950px;
	margin: auto;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#header {
	height: 140px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;

}
#home_page_body {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#inside_page_body {

}

#lcol {
	width: 175px;
	float: left;
}
#mcol {
	float: left;
	width: 574px;
}
#mcol_home {
	float: left;
	width: 574px;
	padding-right: 15px;
	padding-left: 15px;
}
#inside_mcol {
	float: left;
}

#rcol {
	float: right;
	width: 171px;
}

/* ================================= */
/* HTML redefinition for defaults    */
/* ================================= */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
p, p.normal, ul {
	margin-bottom: 0.75em;
	margin-top: .5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #444;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
ul {
	padding-left: 0.75em;
	margin-left: 0.75em;
}
li {
	margin-bottom: .25em;
}
img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
/* Do not display hr - for printing/no CSS only */
hr {
	display: none;
}
div {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #163F79;
}
a:visited {
	color: #163F79;
}
a:hover {
	color: #993366;
}
a:active {
	color: #993366;
}

/* ================================== */
/* LEFT COLUMN                        */
/* ================================== */

.lcol_bdy {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#home_page_body #lcol {
	width: 175px;
}
#home_page_body .lcol_bdy {
	padding: 0px;
	margin: 0px;
}
/* ================================== */
/* RIGHT COLUMN                       */
/* ================================== */

.rcol_bdy {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 4px;
	padding-left: 4px;
	color: #444444;
}

/* ================================= */
/* Main content styles               */
/* ================================= */

#main_content {
	font-size: 90%;
	padding-top: 5px;
}
#div_halfcol {
	width: 250px;
	float: left;
	margin-left: 20px;
}
#div_halfcol2 {
	float: right;
	width: 250px;
	margin-right: 20px;
}

/* Try using unclassed defaults for now */
table {
	margin: 1.5em 0em 0.75em;
	border-collapse: collapse;	
}
table table, table.grid {
	margin-top: 0px;
}
table.grid h2 {
	margin-bottom: 0px;
	margin-top: .5em;
}

td {
	padding: 3px 10px 3px 3px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;	
}
th {
	padding: 3px 5px 3px 5px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	background: #a79d96;
}
table ul {
	margin: 0em 0em .3em;
	padding: 0em 0em 0em 1.5em;
}
table ul li {
	padding: 0em;
}
table p {
	margin-bottom: 5px;
	margin-top: 0px;
}
table.grid p {
	margin: 0px;
}
table h2 {
	margin-top: 0px;
}

/* Small grid for hotels, etc. ================================== */

.smallGrid {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	font-size: 11px;
}
.smallGrid td {
	margin: 0px;
	padding: 3px;
	text-align: center;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	vertical-align: top;
}
.smallGrid th {
	margin: 0px;
	padding: 3px;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background: #F3F3F3;
	font-size: 11px;
}
.smallGrid td.td_title {
	margin: 0px;
	padding: 3px;
	text-align: left;
}
.smallGrid tr.tr_alt {
	background: #D6EEFF;
}

/* ================================= */
/* FOOTER                            */
/* ================================= */

#footer {
	text-align: center;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 950px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer ul {
	line-height: 20px;
}

#footer p.copyright {
	margin: 0px;
	color: #CCCCCC;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 10px;
	line-height: 20px;
}
#footer a:hover {
	background: #f1f1e5;
	color: #c34e23;
	line-height: 20px;
}

/* ================================= */
/* GENERAL UTILITY                   */
/* ================================= */

.top_border {
	border-top: 1px solid #000000;
}

.note_box {
	clear: left;
	margin: 1em auto;
	padding: 0em 0.75em;
	border: 1px solid #405B6C;
	background: #FFFFFF;
	width: 75%;
}
.note_box h3 {
	margin-top: .5em;
	text-align: center;
}
.note_box ul {
	margin-bottom: .5em;
}
.txt_align_center {
	text-align: center;
}
.txt_align_left {
	text-align: left;
}
.txt_align_right {
	text-align: right;
}
.float_left {
	float: left;
}
.float_left_img {
	float: left;
	margin: 0px 10px 10px 0px;	
}
.float_right {
	float: right;
}
.float_right_img {
	float: right;
	margin: 0px 0px 10px 10px;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear: both;
}

/* ================================= */
/* Header and Footer links           */
/* ================================= */
/* See footer above for link and text colors */
/* IDs to position */
#div_ftr_links {
	padding: 3px 0px 2px;
	margin: 0px;
	text-align: center;
}
#login_links {
	padding: 10px 10px 0px 0px;
	margin: 0px;
	text-align: right;
	float: right;
}
/* Common classes - used in footers, top navigation, etc. - horizontal lists from ul */
.ul_horiz {
	margin-left: 0;
	padding-left: 0;
	font-size: 11px;
	display: inline;
}
.ul_horiz a {
	text-decoration: none;
	padding: 0px 8px;
}
.ul_horiz li {
	margin-left: 0px;
	padding: 0px 8px;
	border-left: 1px solid #FFFFFF;
	list-style: none;
	display: inline;
	line-height: 10px;
}
.ul_horiz li.li_first {
	border-left: none;
}
/* Added for this event */
.photos {
	text-align: center;
	clear: both;
}
.photos img {
	padding: 10px;
	vertical-align:text-top;
}
/* Figures ============================*/
/* Figures have smaller bold captions. P should contain both image and caption. One BR puts caption under the image. */
.p_fig_ctr {
	text-align: center;
	font-weight: bold;
	font-size: 95%;
}
.p_fig_ctr img {
	margin-bottom: 5px;
}
/* This floats the figure and caption to the left; the next paragraph wraps around it on the right. */
.p_fig_left {
	float: left;
	font-weight: bold;
	font-size: 95%;
	margin-right: 15px;
	margin-top: 1px;
}
.p_fig_left img {
	margin-bottom: 5px;
}
/* This floats the figure and caption to the right; the next paragraph wraps around it on the left. */
.p_fig_right {
	float: right;
	font-weight: bold;
	font-size: 95%;
	margin-left: 15px;
	margin-top: 1px;
}
.p_fig_right img {
	margin-bottom: 5px;
}

.p_fig_plain {
	float: none;
	font-weight: bold;
	font-size: 95%;
}
.p_fig_plain img {
	margin-bottom: 5px;
}
.div_note_box {
	clear: left;
	margin: 1em auto;
	padding: 0em 0.75em;
	border: 1px solid #405B6C;
	background: #FFFFFF;
	width: 75%;
}
.div_alert_box {
	clear: left;
	margin: 1em auto;
	padding: 0em 0.75em;
	border: 2px solid #CC0000;
	background: #FFFFFF;
	width: 75%;
}
.smallest_text {
	font-size: 85%;
}
.txt_align_center {
	text-align: center;
}
.txt_align_left {
	text-align: left;
}
.txt_align_right {
	text-align: right;
}
@media handheld {
    #header,
	#lcol,
	#rcol {
		display:none;
		visibility:hidden;
	}
	#footer, #div_ftr_links {
	text-align: left;
	color: #000000;
	background: #FFFFFF;
	border: none;
	}
	#footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
	color: #163F79;
	text-decoration: underline;
}
  }
#org_sponsors {
	background-color: #606a73;
}
#org_sponsors p {
	color: #FFFFFF;
}

