body, html {
    margin:0;
	padding:0;
	color:#000;
	width:100%;
}
body {
	font-family: sans-serif, georgia, Arial;
	font-size: 80%;
	text-align:center;
	background:left top url(/images/gradient_top.jpg);
	background-repeat: repeat-x;
}

H1 {font-size:2em}  
H2 {font-size:1.5em}  
H3 {font-size:1.25em}  
H4 {font-size:1.1em} 

#wrap {
    width: auto;
    min-width: 784px;
    width: expression(document.body.clientWidth < 796? "784px" : "auto");
	margin:0 auto;
    text-align:left;
}
#header {
	margin-bottom: 30px;
	width: 780px;
	margin: 0 auto;
	padding-top: 40px;
}
#top_logo {
    text-align: left;
    width: 333px;
    background-image: url(/images/logo2.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-top: 0px;
    float: left;
    background-color: #fff;
    height: 94px;
}
#top_images {
    text-align:center;
    height: 94px;
    overflow: hidden;
    margin-left: 0px;
}
#header h1 {
   	padding:5px;
    margin:0;
}
#topnav {
	padding:5px;
	padding-bottom: 0;
	text-align: center;
	font-size: 9pt;
	color: #333;
	letter-spacing: 1px;
}
#tag_line {
    text-align:center;
    font-size: 100%;
    font-weight: bold;
    font-style: italic;
    color: #000066;
    margin-top: 15px;
}
#navigator {
	position: absolute;
	top: 200px;
	left: 0px;
	width:250px;
	text-align: right;
	font-size: 1em;
}
#navigator a {
   color: #333333;
   font-weight:bold;
   font-size: 11pt;
   border: 0;
   letter-spacing: -.5px;
}
#navigator a:hover {
   color: #009933;
   border: 0;
}
#navigator h2, #navigator h3, #navigator p {
	padding:0 10px;
}

#navigator ul {
	list-style: none;
	margin:0px;
	padding: 0px;
	padding-left: 10px;
}
#navigator li {
    padding-bottom: 4px;
    overflow: hidden;
    padding-right: 10px;
}

#main {
	background:white;
	margin-left: 275px;
	padding: 20px;
	padding-left: 0px;
	padding-top: 0px;
    min-height: 550px;
    height: auto !important;
    height: 550px;
}
#main ul {
	margin-bottom:0;
   }
#main h3, #main p, #main h4 {
    padding:0 10px 0 10px;
}
#footer {
	background:center bottom repeat-x url(/images/gradient_bottom.jpg);
	clear:both;
    height: 53px;
}
#footer div {
	text-align: center;
	font-size: smaller;
	font-style: italic;
}

.centerimage {
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.speaker_exchange {
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
p {
    margin-left: 0;
    padding-left: 0;
}

.error {
	color: #ff0000;
	font-style: italic;
	display: none;
}
.show {
	display: block !important;
}
