/* CSS Document */
body {
	background-image:url('../images/bg.jpg');
	background-repeat:repeat-x;
	background-color:#007DC3;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#container {width:980px; margin:0 auto;}

#header {float:left; width:980px; height:170px; min-height:170px;}
#header #logo {float:left; padding:35px 0 0 0;}
#header #banner {float:right; padding:35px 0 0 0;}

p {
	margin-top:0;
	padding-top:0;
	margin-bottom:8px;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	outline: none;
}

img { border:0px;}

/* Naviagtion */
#nav {float:left; width:250px; }
#nav ul { float:left;  width:250px; margin:0px; padding:0px;}
#nav ul li { width:250px; height:36px; list-style-type:none; line-height:36px; min-height:36px; border-bottom:1px dotted #FFFFFF; font-size:14px; font-weight:bold; color:#FFFFFF; display:block;}
#nav ul li.double { width:250px; height:48px; list-style-type:none; line-height:16px; padding:14px 0 0px 0; min-height:48px; border-bottom:1px dotted #FFFFFF; font-size:14px; font-weight:bold; color:#FFFFFF; display:block;}
#nav ul li a { color:#FFFFFF; text-decoration:none;}
#nav ul li a:hover { text-decoration:underline;}


table#conference
{
	border-collapse:collapse; width:100%;
}

#conference th
{
text-align:left;  color:#FFFFFF; height:20px; background-image:url(../images/conference-topic-bg.jpg); background-repeat:repeat-x;  font-size:12px; font-weight:bold; padding:0 0 0 7px;  
}

#conference tr
{

}

#conference td
{
text-align:left;
border-top:1px solid #FFFFFF;
background-color:#E7E7E8;
height:20px;
min-height:20px; 
line-height:20px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
padding:0 0 0 7px;

}

#conference td.cellright
{
text-align:left;
border-top:1px solid #FFFFFF;
background-color:#E7E7E8;
height:20px;
min-height:20px; 
line-height:20px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
padding:0 0px 0 7px;
}

/* Footer */
#footer {
float:left; width:980px; color:#FFFFFF; padding:10px 0 40px 0;
}

#footer a { font-weight:bold; color:#FFFFFF;}
#footer a:hover { text-decoration:underline;}

#footer #left {
float:left; width:250px;
}
#footer #right {
float:right; width:700px;
}

