body {
	font-family:arial, helvetica, verdana;
	background:url("../imgs/bkgd-grad-7a.jpg") #ffc repeat-x top left;
	color:#333;
	margin:0;
	font-size:medium;
	text-align:center;
}

a:link {
	color:#06f;
}

a:visited {
	color:#69f;
}

a:active {
	color:#000;
}

a:hover {
	color:#333;
}

p, li, h2, h3, span, dd {
	line-height:130%;
}

h1, h2, h3, h4 {
	color:#06c;
}

a img {
	border:0;
}

ul {
	list-style-image: url('../imgs/list-dot.gif');
}
	

#frame {
	background-color:white;
	width:740px;
	margin:0 auto;
	padding:15px;
	border-left:4px solid #FFBD29;
	border-right:4px solid #FFBD29;
	border-bottom:4px solid #FFBD29;
}

h1#pageheading {
	display:none;
}

#top {
	margin-top:20px;
}

#main {
	text-align:left;
	width:700px;
	margin:5px auto;
}

#masthead {
	text-align:left;
	width:700px;
	margin:0 auto;
	border-bottom:10px solid #06f;
}

#leftcol {
	float:left;
	width:180px;
	padding-right:20px;
}

#maincol {
	margin-top:10px;
	float:left;
	width:500px;
}

/* NAVIGATION */

#nav {
	padding-top:19px;
}

#nav ul {
	/* width:100%; */
	border: 0;
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

#nav ul li {
	display: inline;
	text-align: left;
	margin: 0;
	font-weight:bold;
	}

#nav ul li a {
	padding: 0.3em;
	width:160px;
	background-color:white;
	text-decoration: none;
	display: block;
	border-bottom:1px dashed #999;
}

#nav ul li a:hover {
	background-color:#FFBD29;
	color:white;
}

#nav a:active {
	background: #ff0;
}
	
#nav li.active_section span {
	display: block;
	width:160px;
	text-align: left;
	background-color:#eee;
	color: #333;
	padding: 0.3em;
	border-bottom:1px solid #999;
}

/* NAVIGATION */

#footer {	
	clear:both;
	margin-top:20px;
	border-top:1px solid #06f;
	font-size:x-small;
	color:#666;
}

/* hr styling from http://www.saila.com/usage/tips/defn.shtml?hr */

hr {
	text-align: center;
	width: 100%;
	height: 1px;
	color: #ccc;
	border: none;
} /* For Internet Explorer */


html>body hr {
 	margin-right: 0;
 	width: 100%;
 	height: 1px;
 	background-color: #ccc;
 	border: none;
} /* For Gecko-based browsers */

html>body hr {
	margin-right: 0;
	width: 100%;
	height: 1px;
	background-color: #ccc;
	border: 0px solid #ccc;
} /* For Opera and Gecko-based browsers */

#bookingform {
	background-color:#eee;
}

#programme, #bookingform {
	width:100%;
	border:1px solid #06f;
}

#programme th, #bookingform th {
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid #06f;
	padding:0.3em;
	background-color:#06f;
	color:#fff;
}

#programme td, #bookingform td {
	vertical-align:top;
	border-bottom:1px dotted #ccc;
	padding:0.3em;
}

#programme td em {
	color:#98B1CD;
}

#programme .specialEvent {
	background-color:#ddd;
}

#programme .progTime {
	white-space: nowrap;
	background-color:#eee;
	color:#666;
}
	
.letters {
	font-size:9pt;
	/* color:#999; */
}

.profile_image {
	float:right;
	padding:4px;
	margin:0 0 8px 8px;
	border:1px solid #ccc;
	background-color:#fff;
}

#bookingform tfoot {
	background-color:#ccc;
}

.req {
	font-size:medium;
	color:#f90;
}

/*new style for associates table*/
#associates {
	width:100%;
	border:2px solid #648AB4;
}

#associates th {
	text-align:left;
	border-bottom:2px solid #CBD8E6;
	padding:0.3em;
	background-color:#2B5F99;
}

#associates td {
	border-bottom:0px dotted #CBD8E6;
	padding:0.3em;
}

#associates td em {
	color:#98B1CD;
}

.associates_profile_image {
	float:left;
	padding:6px 4px 4px 4px;
	margin:4px 0 4px 8px;
	border:1px solid #98B1CD;
	background-color:#648AB4;
}
/* associates styles end */

dt {
	font-weight:bold;
}

dd {
	margin-bottom:1em;
}

.rightfloatingbox {
	float:right;
	width:35%;
	border:1px solid #ccc;
}

.subtext {
	font: x-small Verdana, Arial, Sans-serif;
}

#textonly {
	clear:both;
}

.gold {
	color:#fc0;
	border-bottom:1px solid #f90;
}

.silver {
	color:#ccc;
	border-bottom:1px solid #999;
}

.bronze {
	color:#c60;
	border-bottom:1px solid #930;
}

.supporters {
	color:#999;
	border-bottom:1px solid #666;
}

#leftcol h4 {
	padding:2px;
}

.image_frame {
	padding:3px;
	background-color:white;
	border:1px solid #ccc;
}

#speakers li {
	padding:0.2em 0;
}

label {
	cursor:pointer;
}

input, select, textarea {
	font-family:arial, helvetica, verdana;
	color:#06c;
	font-size:small;
	border:1px solid #999;
}

input.submit {
	font-weight:bold;
}

input:focus, input:hover, textarea:focus, textarea:hover {
  border: 1px solid #FFBD29;
}