@charset "utf-8";


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 30px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left;
	background-color: #FFFFFF;
}

.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-image: url(images/newheader.jpg);
	width: 780px;
	height: 200px;
	position: relative;
} 
/*Make the header image clickable */
#header a{    position: absolute;    top: 0;    left: 0;    width: 780px;    height: 200px;} 

#header a h1{    display: none;}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.6em;
}

} 
.twoColFixLtHdr #header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.4em;
}

.twoColFixLtHdr #headerbar {
	height: 20px;
	padding: 0 0 0 0;
	background-color: #848484;
	margin: 0;
	border: 1px;
	border-bottom-color: #848484;
	font-size: 0.8em;
	}
#faux {
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background-image: url(images/bkg.gif);
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 125px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0;
	background-repeat: repeat-y;
	background-color: #926013;
}

.twoColFixLtHdr #mainContent {
	margin: 0 10px 10px 135px;
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 0.9em;
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 1.2em;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 1.0em;
}
.twoColFixLtHdr #mainContent p {
	text-align: justify;
	font-size: 0.9em;
}
.twoColFixLtHdr #mainContent .date  {
	text-align: justify;
	font-size: 1.2em;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent .session  {
	text-align: justify;
	font-size: 1.1em;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent .tt  {
	text-align: justify;
	font-size: 1.0em;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent .chair {
	text-align: justify;
	font-size: 1.0em;
}
.twoColFixLtHdr #mainContent .pres {
	text-align: justify;
	font-size: 1.0em;
}
.twoColFixLtHdr #mainContent .abs {
	text-align: justify;
	font-size: 0.8em;
}

.twoColFixLtHdr #mainContent .update {
	font-size: 1.1em;
	text-align: left;
}

#mainContent a {
	color: #61400D;
	text-decoration: none;
	font-weight: bold;
	}
#mainContent a:hover {
	color: #926013;
	text-decoration: underline;
	font-weight: bold;
}
.twoColFixLtHdr #footer {
	background:#848484;
	height: 20px;
	color: #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
	text-align: center;
	vertical-align: middle;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	clear: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	clear: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img.framed {
	border: #926013 2px outset;
	clear: right;
}
img.top
{ 
vertical-align: text-top;
}  
img.tblimg {
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 5px;
	vertical-align: top;
}
/*Table properties*/
div.menu a:link {
	color: #FFFFFF;
	background-color: #926013;
	text-decoration: none;
	display: block;
	font-size: 0.8em;
}

div.menu a:visited {
	color: #FFFFFF;
	background-color: #926013;
	display: block;
	text-decoration: none;
	font-size: 0.8em;
}

div.menu a:hover {
	color: #FFFFFF;
	background-color: #61400D;
	display: block;
	text-decoration: none;
	border-color: #61400D;
	font-size: 0.8em;
}

div.menu a:active {
	color: #FFFFFF;
	background-color: #926013;
	display: block;
	text-decoration: none;
	font-size: 0.8em;
}
#button1 a:link {
	color: #FFFFFF;
	background-color: #926013;
	text-decoration: none;
	display: block;
	font-size: 1em;
	border: outset;
	border-color: #926013;
	text-align: center;
	padding: 5px;
}

#button1 a:visited {
	color: #FFFFFF;
	background-color: #926013;
	display: block;
	text-decoration: none;
	font-size: 1em;
	border: outset;
	border-color: #926013;
	text-align: center;
	padding: 5px;
}

#button1 a:hover {
	color: #FFFFFF;
	background-color: #61400D;
	display: block;
	text-decoration: none;
	border-color: #61400D;
	font-size: 1em;
	border: outset;
	text-align: center;
	padding: 5px;
}

#button1 a:active {
	color: #FFFFFF;
	background-color: #61400D;
	display: block;
	text-decoration: none;
	font-size: 1em;
	border-color: #61400D;
	text-align: center;
	padding: 5px;
	border: inset;
}

table.table1 {
	border: #926013 2px outset;
	border-collapse: collapse;
}
table.table1 th {
	border-width: 1px;
	border-color: #926013;
	background-color: #926013;
	font-size: 0.5em;
	display: block;
	border: ;
	-moz-border-radius: ;
}
table.table1 td {
	border-width: 1px;
	padding: 2px;
	border-style: ridge;
	border-color: gray;
	background-color: white;
	font-size: 0.6em;
	-moz-border-radius: ;
}
table.table2 {
	border-width: 2px;
	border-style: outset;
	border-color: #926013;
	border-collapse: collapse;
	background-color: #926013;
}
table.table2 th {
	border-width: 1px;
	padding: 2px;
	border-color: #926013;
	background-color: #926013;
	color: white;
	font-size: 0.9em;
	-moz-border-radius: ;
}
table.table2 td {
	border-width: 1px;
	padding: 2px;
	border-color: #926013;
	background-color: white;
	font-size: 0.9em;
	-moz-border-radius: ;
}
table.table3 td {
	font-size:0.9em;
	padding: 5px;
}
table.table4 {
	border-width: 1px;
	border-style: solid;
	border-color: #926013;
	background-color: #926013;

}
table.table4 th {
	border-width: 1px;
	padding: 2px;
	border-color: #926013;
	background-color: #926013;
	color: white;
	font-size: 0.1em;
	-moz-border-radius: ;
}
table.table4 td {
	border-width: 1px;
	padding: 5px;
	border-color: #926013;
	background-color: white;
	font-size: 0.75em;
	-moz-border-radius: ;
}

table.table5 td {
	border-width: 0px;
	font-size:1.0em;
}

</style>
