@charset "utf-8";
body  {
	font: 100% arial, verdana, lucida, helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	background-repeat: repeat-y;
	background-color: #FFF;
	background-image: url(images/background3.gif);
}
#container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding-bottom: 10px;
	font-family: arial, verdana, lucida, helvetica, sans-serif;
	text-align: left;
	color: #FFF;
	font-size: 11px;
	line-height: 2em;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: none;
	padding-left: 5px;
}


#sidebar1 p a {

}

#sidebar1 a:link, #sidebar1  a:visited  {
text-decoration: none; 
color: #fff; 
font-weight: bold;}	

#sidebar1 a:hover  {
text-decoration: none; 
color: #fff; 
font-weight: bold;}	

#mainContent {
	color: #000;
	font-family:  verdana, helvetica, arial, lucida, sans-serif;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	font-size: 11px;
	margin-left: 180px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFF;
} 

#mainContent  a:link, #mainContent  a:visited  {
text-decoration: none; 
color: #527394; 
font-weight: bold;}	

#mainContent  a:hover  {
text-decoration: none; 
color: #9ec3e9; 
font-weight: bold;}


#footer {
	font-size: xx-small;
	width: 800px;
	margin-left: 234px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	padding-top: 20px;
}

.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

/*========================
HEADERS
==========================*/
h1 {
	text-align: left;
	color: #1e4a77;
	font-family: georgia, verdana, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	height: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: none;
	padding: 10px 5px 5px 0px;
	margin: 0px;
}

h2 {		
text-align: left;
color: #1468bd;
font-family: arial, verdana, helvetica, sans-serif;
font-size: 13px;
font-style: normal;
height: 20px;
font-weight: bold;	
letter-spacing: 1px;
text-transform: none;
padding: 0px;
margin: 0px;}

h3 {		
text-align: left;
color: #16385a;
font-family: verdana, helvetica, sans-serif;
font-size: 15px;
font-style: normal;
height: 20px;
font-weight: bold;	
letter-spacing: 1px;
text-transform: none;
padding: 0px;
margin-bottom: 20px;
border-bottom: 1px solid #336699;}
.standout {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	color: #E41936;
	font-variant: normal;
	padding: 0px;
	font-style: normal;
	font-weight: bold;
}
.sid {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-variant: small-caps;
}
.presenter {
	font-weight: bolder;
}
.abstract {
	font-size: 9px;
}

.day {
	font-size: 13px;
	text-align: center;
	font-weight: bolder;
	text-decoration: underline;
}
