		body {
			background-color: #f5f5f5;
			background-attachment: fixed;
			font-family: tahoma, sans-serif;
			color: #4d4d4d;
			margin-bottom: 0px;
			margin-top: 0px;}
		
		tr, td {
			color: #4c4c4c;
			font-family:  tahoma, sans-serif;
			line-height: 18px;
			text-align: justify;
			font-size: 12px;}

                th {
                        color: #333333;
			font-family: georgia, serif;
			line-height: 15px;
			text-align: left;
			font-size: 18px;}
		
		a {
			color: #49a5be;
			text-decoration: none;
                        border: 0;}

		a:hover { 
			text-decoration: underline;}

		a:visited {
			color: #49a5be;
                        borde: 0;}

		a.link {
			color: #5d5c50;
			border: 0;}


		.fullname {
			color: #333333;
			font-family: georgia, serif;
			text-transform: uppercase;
			text-align: right;
			font-size: 12px;}

		.title {
			color: #333333;
			font-family: georgia, serif;
			line-height: 15px;
			text-align: left;
			font-size: 18px;}

		.date {
			color: #49a5be;
			font-family: tahoma, sans-serif;
			margin-bottom: 10px;
			text-align: left;
			font-size: 10px;}

                .subheading {
                     	color: #78AB46;
			font-family: tahoma, sans-serif;
			margin-bottom: 10px;
                        margin-top: 10px;
			text-align: left;
			font-size: 14px;
                        font-weight: bold; }

                .subtitle {
                     	color: #49a5be;
			font-family: lucida, sans-serif;
			margin-bottom: 0px;
			text-align: left;
			font-size: 11px; }

		hr {
  			border: 0;
  			width: 97%;
			color: #ff00;
			background-color: #e0e0e0;
			height: 1px;
			margin-bottom: 30px;
			margin-top: 30px;}

		.copyright-title {
			color: #a3a3a3;
			font-family: tahoma, sans-serif;
			text-transform: uppercase;
			text-align: left;
			line-height: 12px;
			font-size: 9px;
			margin-top: 25px;}

		.copyright {
			color: #a3a3a3;
			font-family: tahoma, sans-serif;
			text-transform: uppercase;
			text-align: right;
			line-height: 12px;
			font-size: 9px;
			margin-top: 25px;}


		.captioncentered {
			background-color: #fff;
  			border: 0;
  			margin: 5px;
			padding: 5px;

			display: block;
			text-align: center; /*centers text & image*/
			margin: 5px auto; /*centers the whole div*/
			padding-bottom: 1px; /*this depends of your design*/
			margin-top: 18px;
			margin-bottom: 18px;}

		.captioncentered p {
  			text-align: right;
			color: #cccccc;
			font-family: tahoma, sans-serif;
			font-size: 9px;
			margin-top: 0px;
			margin-bottom: 0px;}

                  ul {
                         margin: 0;
                         padding: 0;
                         list-style-type:none; 
                         list-style-position: outside; 
                         text-align: left;
                         font-weight: bold; }
    
                  ul ul {
                         margin-left: 30px;
                         text-align: left; 
                         font-weight: normal; }

                  ul.navbar {
			font-family: tahoma, sans-serif;
			margin-bottom: 0px;
			text-align: left;
			font-size: 12px; 
                        font-weight: normal;
                           }

                  ul li.navbar {
                        display: inline; }

                  ul.navbar a {
			color: #49a5be; }
 
	  	  img.scaled {
			 width: 100%;
                         margin-bottom: 0px;
                         margin-top: 0px; }

	  	  img.scaled2 {
			 height: 250px;
                         width: 100%;
                         margin-bottom: 0px;
                         margin-top: 0px; }

                  img.floatLeft {
                         float: left;
                         width: 200px;
                         height: auto;
                         margin-right: 10px; }

                  img.speakers {
                         float: left; 
                         clear: left;
                         margin-right: 5px;
                         margin-top: 5px;
                         margin-bottom: 5px; }

                  img.floatRight {
                         float: right; }

                  img.resize {
                         width: auto;
                         height: 150px; }

                  img.centerLogo {
                         position: relative;
                       top: -150px;
                       left: 250px }

                  img.rightLogo {
                         position: relative;
                       top: -300px;
                       left: 400px; }

.gallery {
  padding:0; 
  margin:0 auto 5em auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:750px; 
  height:185px; 
  border:1px solid #f5f5f5; 
  background:#fff url(/photos/gallery/gallery.png);
  }

.gallery li {
  float:left;
  }

.gallery li a {
  display:block; 
  height:185px;
  width:49px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #f5f5f5; 
  cursor:default;
  }

.gallery li a img {
  width:48px; 
  height:185px; 
  border:0;
  }

.gallery li a:hover {
  background:#fff; 
  width:296px;
  }

.gallery li a:hover img {
  width:296px;
  }