/**************** body and tag styles ****************/
	body {
	  margin-top: 0px;	  
	  margin-bottom: 30px;
   	  background-color: #FFFFFF;
	  }

	#container {
	  width: 780px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  }
	  
	#container2 {
	  width: 776px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  /*border-bottom: 2px solid #2763A5;*/
	  }
		
	h1 {
	  color: #2763A5;
	  font-size: 22px;
	  font-family: Arial, Helvetica, sans-serif;
	  background-color: #FFFFFF;
	  border-bottom: 2px solid #2763A5;
	  line-height: 155%;
	  }
		
	h2 {
	  color: #666666;
	  font-size: 16px;
	  font-family: Arial, Helvetica, sans-serif;
	  background-color: #FFFFFF;
	  border-bottom: 1px solid #DDDDDD;
	  line-height: 122%;
	  }
		
	a {
	  color: #6DA6E2;
	  background-color: #FFFFFF;
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  background-color: #FFFFFF;
	  color: inherit;
	  font-weight: bold;
	  text-decoration: underline;
	  }
	  
	  a:hover img.center {
	  	opacity: .9;
		filter: alpha(opacity=90);
	  }
	  
	  ul.unbulleted, ul.unbulleted li {
	  	list-style: none;
		margin: 0;
		padding: 0;
	  }

/**************** images styles ****************/		
	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	  }
	  
	  img.thumb { width: 200px; height: 267px; }

/**************** header styles ****************/
	#header {
	  width: 780px;
	  border: 0px;
	  padding-bottom: 10px;
	  padding-top: 10px;
	  clear: both;
	  }
	#header p { 
	  float:  right;  
	  color: #999999;
   	  width: 210px;
	  padding-left: 21px;
	  padding-right: 10px;
	  padding-top: 10px;
	  }
	#header p.keywords {
	  font-size:1.2em;
	  margin-right:20px;
	  line-height:1.8em;
	}
/**************** menu styles ****************/
    #tabs10 {
      float:left;
      width:780px;
      font-size:93%;
	  padding-bottom: 1px;
	  border-bottom:4px solid #2763A5;
      line-height:normal;
      }
    #tabs10 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    #tabs10 a span {
	  float:none;
	  }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

/**************** content styles ****************/
	#content {
	  width: 485px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 10px;
	  padding-bottom: 30px;
	  float: left;
	  }
		
	#content p {
	  padding-bottom: 0.5em;
	  }
	#content .speaker_image {
	  float:right;
	  border:1px solid #dddddd;
   	  width:200px;
	  padding:4px;
	  text-align:center;
	  margin:12px 0 12px 12px;
	  font-size:0.8em;
	  background: #fff;
	}
/**************** sidebar styles ****************/
	#sidebar {
	  width: 210px;
	  padding-left: 21px;
	  padding-right: 10px;
	  padding-top: 27px;
	  padding-bottom: 10px;
	  float: right;
	  }
		
	#sidebar p {
	  padding-bottom: 10px;
	  }
	
	#sidebar a.biglink {
		font-size: 1.4em;
		line-height:1.2em;
	}
	  
/**************** footer styles ****************/
	#footer {
	  margin-top: 15px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  clear: both;
	  width: 772px;
	  background-color:#2763A5;
	  }
		
	#footer p {
	  color:#FFFFFF;
	  padding: 5px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #FFFFFF;
	  background-color:#2763A5;
	  border-bottom: 1px dotted #FFFFFF;
	  }
		
	#footer p a:hover {
	  color: #FFFFFF;
	  text-decoration: none;
	  border-bottom: 0px dotted #FFFFFF;
	  }
	  
	  /*forms*/
	  
.contactus input.field {
	float: left;
	width: 210px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #666;
}

.contactus textarea {
	width: 100%;
	height: 150px;
	clear: both;
	color: #666;
}

.contactus label {
	display: block;
	clear: both;
	padding: 10px;
	font-weight: bold;
}

.contactus fieldset {
	border: none;
	overflow: hidden;
}

.submit {
	margin-top: 15px;
	clear: both;
	float: right;
}

#address {
	width: 300px;
	height: 120px;
}

h2.h1desc
{
    font-size: 12px;
    display: block;
	font-weight: normal;
	border: 0;
}

h3.h2desc
{
	margin-top: -8px;
	margin-bottom: -5px;
	font-size: 11px;
	font-weight: normal;
    display: block;
    color: #666;
	border: 0;
}


p.speakerdesc
{
	margin-top: -25px;
	margin-bottom: -15px;
    font-size: 10px;
    font-style: italic;
    display: block;
    color: #888;
	border: 0;
}
