* { margin: 0; padding: 0; }
body {
	background-repeat: no-repeat;
	background-color: white;
	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 */


}

#container {
	position: static;
	height: 100%;
	width: 100%;
	background-color: white;
	text-align: left;
}

a img {
	border-width: 0px;
	border-style: none;
}

a {
	text-decoration: none;
	color: #4c4c4c;
}
#content {
	border-style: none;
	color: #666666;
	font-size: 14px;
	font-family: Calibri, "Lucida Grande", Verdana, Arial, sans-serif;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: white;
}

#content_headline {
	font-weight: bold;
	padding-bottom: 12px;
	color: black;
	font-family: Calibri, "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 18px;
}#content_text_margin {
	margin-right: 25px;
	margin-left: 25px;
	width: 750px;
}
#footer {
	width: 800px;
	height: 43px;
}


// This is all the menu stuffs //


.preload1 {background: url(images/three0.png);}
.preload2 {background: url(images/three1.png);}

#nav { font-style: normal; font-weight: normal; padding:0; margin:0; list-style:none; height: 38px; background: url(images/three0.png) repeat-x; position:relative; z-index: 2; font-family:arial, verdana, sans-serif;}
#nav li.top {font-style: normal; font-weight: normal; font-size: 12px; display:block; float:left;}
#nav li a.top_link {font-variant: small-caps; font-weight: normal; font-style: normal; font-family: "Lucida Grande", Verdana, Arial, sans-serif; display:block; float:left; height:35px; line-height:33px; color: white; text-decoration:none; font-size: 12px; padding:0 0 0 12px; cursor:pointer;background: url(images/three0.png);}
#nav li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:35px; background: url(images/three0.png) right top no-repeat;}
#nav li a.top_link span.down {padding-left: 0px; padding-bottom: 0; padding-right: 12px; padding-top: 0; float:left; display:block; height:35px; background: url(images/three0.png) no-repeat right top;}

#nav li:hover a.top_link {color:#fff; background: url(images/three1.png) no-repeat;}
#nav li:hover a.top_link span {background:url(images/three1.png) no-repeat right top;}
#nav li:hover a.top_link span.down {background:url(images/three1.png) no-repeat right top; padding-bottom:3px;}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{ color: #191919; left:1px; top:38px; background: #e6e6e6; padding:3px; border:1px none #0b4d97; white-space:nowrap; width: 150px; height:auto; z-index:300;}
#nav li:hover ul.sub li
{ display:block; height:20px; position:relative; float:left; width: 150px; font-weight:normal;}
#nav li:hover ul.sub li a
{display:block; font-size: 10px; height:18px; width: 150px; line-height:18px; text-indent:5px; color: #191919; text-decoration:none;border:1px none #50b5d0;}
#nav li ul.sub li a.fly
{color: white; background:#e6e6e6 url(arrow.gif) 80px 6px no-repeat;}
#nav li:hover ul.sub li a:hover 
{ border-style: none; background:#b3b3b3; color:#fff; border-color:#fff;}
#nav li:hover ul.sub li a.fly:hover
{ background:#666666 url(arrow_over.gif) 80px 6px no-repeat; color:#fff;}

#nav li b {display:block; font-size:11px; height:18px; width:88px; line-height:18px; margin-bottom:3px; text-indent:6px; border-bottom:1px solid #ff6; cursor:default;}

#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{margin-left: 20px; left:90px; top:-4px; background: #666666; padding:3px; border:1px none #0b4d97; white-space:nowrap; width: 112px; z-index:400; height:auto;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{border-style: none; background:#666666 url(arrow_over.gif) 80px 6px no-repeat; color:#fff; border-color:#fff;} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{border-style: none; background:#666666 url(arrow.gif) 80px 6px no-repeat; color:#000; border-color:#50b5d0;}

#footer
{ font-size: 9px; color: #cccccc; padding-top: 10px; padding-bottom: 10px; float: left; padding-right: 10px; padding-left: 10px; height: 20px; background-repeat: repeat; width: 740px; }

#header
{ width: 760px; }

#PanelContainer
{ color: #4c4c4c; font-size: 12px; font-family: Arial, "Lucida Grande", Verdana, sans-serif; padding-right: 10px; padding-left: 10px; width: 740px; }

h1
{ font-weight: bold; font-family: Arial, "Lucida Grande", Verdana, sans-serif; line-height: 30px; }

h2
{ font-size: 14px; font-family: Arial, "Lucida Grande", Verdana, sans-serif; }

h4
{ font-size: 12px; color: #004080; }

#floatleft
{ padding-right: 5px; float: left; }

#floatright
{ padding-bottom: 10px; font-weight: bold; height: auto; width: 170px; padding-left: 20px; float: right; }

#MenuLeft
{ background-color: white; padding-bottom: 10px; padding-top: 10px; padding-right: 10px; padding-left: 10px; position: absolute; font-family: Arial, "Lucida Grande", Verdana, sans-serif; top: 300px; left: 0px; border-left-style: none; border-bottom-style: dotted; border-right-style: dotted; border-top-style: dotted; border-bottom-width: 1px; border-top-width: 1px; border-right-width: 1px; height: auto; width: 150px; }

#Agenda
{ border-style: none; height: auto; width: 550px; }

h5
{ width: 800px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; font-weight: bold; line-height: 13px; font-size: 13px; }

td
{ padding: 5px; }

.registration
{ border-width: .2px; margin-right: -10px; border-color: #cccccc; border-style: dashed; font-weight: bold; color: #333333; }

#speaker
{ width: 300px; margin-bottom: 10px; margin-right: 10px; float: left; }

#SpeakerList
{ border-style: none; margin-right: auto; margin-left: auto; float: none; height: auto; width: 620px; }

#clear
{ clear: both; }

#right
{ width: 740px; right: 0px; text-align: right; }

h3
{ font-size: 12px; }

h6
{ font-style: normal; font-weight: normal; text-decoration: none; font-size: 13px; }

/* for IE, with IE5/Mac backslash filter \*/
/* end filter */

<!--[if IE 6]>
<![endif]-->