body {
	margin:25px 0px 25px 0px;
	padding:0;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:center;
	background-color:#fff;
}


/* *********************************** */
/* LAYOUTS */
/* *********************************** */

#container {
	width:758px;
	border:1px solid #C30F2D;
	margin:auto;
	margin-top: 25px;
	text-align:left;
	min-height:525px;
}

#min650px {
    height:650px;
  }


#splash {
	width:660px;
	border:1px solid #C30F2D;
	margin:auto;
	margin-top: 25px;
	text-align:left;
}

/* *********************************** */
/* LAYOUTS header */
/* *********************************** */

#header {
	margin-bottom: 20px;
	height: 122px;
}

/* *********************************** */
/* LAYOUTS left navigation */
/* *********************************** */
#navigation {
	width: 155px;
	margin: 0px 10px 10px 13px;
	font-size:12px;

}

#navigation a{
	text-decoration: underline;
	font-weight:bold;
	color:#000;
}

#navigation a:link{
	text-decoration: underline;
	font-weight:bold;
	color:#000;
}

#navigation a:hover{
	text-decoration: underline;
	font-weight:bold;
	color:#C30F2D;
}

#navigation a:visited{
	text-decoration: underline;
	font-weight:bold;
}

/* *********************************** */
/* LAYOUTS content */
/* *********************************** */

#content {
	margin: 0px 10px 10px 0px;
	font-size:12px;
	line-height: 18px;
	text-align:left;
	width: 570px;
}

.speakersTable{
	width: 570px;
}

/* *********************************** */
/* GLOBAL styles */
/* *********************************** */

p, ul, table, td {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#000;
	font-size:12px;
}

h1 {
	color:#C30F2D;
	font-size:16px;
}

h2 {
	color:#C30F2D;
	font-size:14px;
}

h3 {
	color:#000;
	font-size:13px;
	font-weight:bold;
}
 
strong { font-weight: bold; }
b { font-weight: bold;}
em { font-style: italic;  }
i { font-style: italic; }
.bold{ font-weight: bold;}
.italic{ font-style: italic; }
.uppercase { text-transform:uppercase; }
.textBlue{ color: #0000FF;}

/* *********************************** */
/* styles for the sponsors table on sponsors.cfm */
/* *********************************** */

.sponsors  { 
border-left:1px solid #F0E9E9;
border-bottom:1px solid #F0E9E9;
border-right:1px solid #F0E9E9;
border-top:1px solid #F0E9E9;
 }
.sponsors td { 
border-left:1px solid #F0E9E9;
border-bottom:1px solid #F0E9E9;
border-right:1px solid #F0E9E9;
border-top:1px solid #F0E9E9;
 }


h1 a{
	text-decoration: underline;
	font-weight:bold;
	color:#C30F2D;
}

h1 a:link{
	text-decoration: underline;
	font-weight:bold;
	color:#C30F2D;
}

h1 a:visited{
	text-decoration: underline;
	font-weight:bold;
	color:#C30F2D;
}


