body
{
	margin: 0px;
	color:#333333;
	font-family:Verdana,Arial;
	font-size:11px;
	/*line-height:20px;*/
}

hr {
  border: none;
  background-color: #CCCCCC;
  color: #CCCCCC;
  height: 1px;
}

p, ul, li, td {
	line-height: 180%;
	font-size:13px;
}

#header
{
	/* ... */
}

h1 { 
	font-size: 1.7em;
}
h2 { 
	font-size: 1.5em; 
	border-bottom: solid 2px #EEE; 
	margin-bottom: 20px; 
	padding-bottom: 10px; 
}

#menu {
	margin-left: 5px;
	font-size: 12px;
	padding:0;
}



#menu li
{
	list-style-type:none; 
	border-bottom: 1px solid #CCC;
	display: block;

	/* ... */
}


#menu li a
{
	padding: 5px;
	text-decoration: none;
	color: #444;
	display: block;
	
}
#menu li a:hover
{
	/*
	background-color: #F0F0F0;
	color: #111;
	*/
}
#menu li a.active
{
	font-weight: bold;
	
}

#content
{
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	padding: 0px 20px;
	/*width: 780px;*/

	vertical-align: top;
}

#content h1 { margin-top: 14px; }

#footer
{
	margin: 20px;
	text-align: left;
	font-size: 11px;
	width: 1000px;
}
#footermenu ul
{
	/*text-align: center;*/
	padding-left: 0px;
}
#footermenu ul li
{
	margin-right: 10px;
	padding-right: 10px;
	border-right: solid 1px black;
	display: inline;
}
#footermenu ul li:last-child
{
	border-right: none;
}

#footermenu ul li a
{
	color: #444;
	text-decoration: none;
}

#rightcolumn {
	width: 140px;
	padding: 10px;
	vertical-align: top;
}






/* Makes tables Nice */
table.nicetable
{
	font-family: Arial;
	border: solid 2px black;
	border-collapse: collapse;
}
table.nicetable th
{
	padding: 6px;
	border: solid 1px black;
	vertical-align: top;
}
table.nicetable td
{
	padding: 6px;
	border: solid 1px black;
	text-align: left;
}
/*******************/



#contactform th
{
	text-align: left; vertical-align: top; padding-right: 20px; padding-bottom: 10px;
}
#contactform td
{
	padding-bottom: 10px;
}




div.speaker {
	padding-bottom: 15px;
	border-bottom: solid 1px #CCC;
	margin-top: 15px;
	clear: both;
}
div.speaker img {
	float: right;
	margin: 0px 20px 20px;
}
div.sponsor {
	margin-top: 15px;
	border-bottom: solid 1px #CCC;
	padding-bottom: 15px;
	clear: both;
}
div.sponsor img {
	float: right;
	margin: 0px 20px 20px;
}



table.myProgram {
	border: solid 1px #CCCCCC;
	padding: 4px;
	border-collapse: collapse;
}
table.myProgram th {
	border: solid 1px #CCCCCC;
	padding: 4px;
	background-color: black;
	color: white;
}
table.myProgram td {
	border: solid 1px #CCCCCC;
	padding: 4px;
	background-color: white;
}

td.superCell {
	color: red;
	font-weight: bold;
	vertical-align: top;
	width: 118;
	vertical-align: top;
}


.smallText {
	font-size: 10px;
}
.defaultTextSize {
	font-size: 13px;
}

.logClick {
	/* Just need it to show in TinyMCE */
	border: none;
}