
/* Subpage Style Sheet */

h1 {
    margin-top: 5px;
}

table {
    table-layout: auto;
}

td, #column_left {
    padding: 0;
}





/* speaker schedule rules */

table#schedule {
  table-layout: fixed;
}

table#schedule td {
  padding: 5px;
}





#logo {
    margin: 22px 0 0 17px;
}

#navigation {
    padding-top: 19px;
}

#column_left_subpage {
    width: 150px;
    background-image: url("../images/background_gear_full.gif");
    background-position: top left;
    background-repeat: no-repeat;
}

#column_left_subpage ol {
    margin: 0;
    padding: 0;
}

#column_left_subpage ol li {
    list-style-position: inside;
    margin-bottom: 3px;
}

#column_left_subpage p {
    padding-top: 139px;
}

#column_left_subpage p, #column_left_subpage h2, #column_left_subpage ol {
    padding-left: 19px;
}

#column_body_subpage {
	padding: 10px 20px 10px 15px;
}

#column_body_subpage th {
    text-align: left;
    font-size: 8pt;
}

#column_body_subpage1 {
    width: 250px;
	padding: 10px 20px 10px 15px;
}

#column_body_subpage2 {
    width: 250px;
	padding: 10px 20px 10px 15px;
}

.description {
    height: 150px;
}
/*
#column_body_subpage img {
    float: left;
    margin-right: 10px;
}
*/
/*
#column_body_subpage img {
    float: right;
    margin-left: 6px;
}
*/
/* Member Profiles Styles */

#list_members li {
    color: #006699;
}

#bodytable {
    width: 440px;
}

#bodytable td {
    padding: 5px;
}

#bodyimage {
    border: 1px solid #006699;
}
