body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	background: #fff;
}
*html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
#container {
	min-width: 500px;
	max-width: 1400px;
}
#header {
	border-bottom: 3px solid #ccc;
	background: #000 repeat-x top left;
	height: 101px;
}
#header h1 {
	margin: 0;
	padding: 40px;
	background-color: #000;
	background-image: url(img/cfotitle.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header h2 {
	background-image: url(img/bannertext.gif);
	background-repeat: no-repeat;
	width:303px;
	height:75px;
	position: absolute;
	z-index: 3;
	left: auto;
	top: 0px;
	right: 5px;
	border: none;
}
#nav {
	background: #399 repeat-x top left;
	margin: 0;
	padding: 10px;
	font-size: 120%;
	_font-size: 110%; /* for IE 6 */
	text-align: left;
	height: 20px;
	font-weight: normal;
	border-bottom: 3px solid #ccc;
}
.message {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-top: 0px;
	font-size: 90%;
	color: #FFF;
}
#content {
	font-size: 120%;
	line-height: 1.5em;
	color: #000;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 35px;
	margin-left: 35px;
}
#content p {
	text-align: left;
	font-size: 100%;
	color: #000;
	text-indent: 1.5em;
}
#content p img {
	border: 2px solid #000;
}
#content h5 {
	margin-top: 0px;
}
#content h3 {
 	font-size: 115%;
	font-weight: bold;
}
#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 50px;
	list-style-position: outside;
	list-style-type: disc;
}
li span {
	font-style: italic;
	text-decoration: underline;
}
a:link {
	color:#0033CC ;
	font-style: italic;
	text-decoration: none;
}
a:visited {
	color: #0033CC;
	font-style: italic;
	text-decoration: none;
}
a:hover {
	font-style: italic;
	color:#666633; 
	text-decoration: underline;
}
a:active {
	color: #0033CC;
	font-style: italic;
	text-decoration: none;
}
/* Gallery Styles */
#imagegallery table {
	width: 200px;
	border: none;
	padding: 2px;
	margin: 20px;
}
#imagegallery table a {
  color: #c60;
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
  border: none;
}
#imagegallery table a img {
  border: 2px solid #000;
  margin-bottom: -5px;
}
#placeholder {
	border: 2px solid #000;
	width: 400px;
	height: 262px;
	margin: -8px 8px 8px -8px;
   _margin: 0px 8px 8px 0px; /*border fix for IE*/
}
#pictureWrapper {
  width: 400px;
  float: left;
  text-align: left;
  font-weight:normal;
  margin: 10px 20px 10px 0;
  }
#pictureWrapper p {
  margin:0;
  padding:0;
  }
#mainpic img{
  margin: -8px 8px 8px -8px;
  _margin: 0px 8px 8px 0px; /*border fix for IE*/
  border: 2px solid #000;
  }
/* Table Styles */
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	height: auto;
	width: 500px;
	border: 1px solid #ccc;
	text-align: center;
}
table caption {
	text-align: center;
	background-color: #399;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
	width: 500px;
}
.odd {
	background-color: #99ccff;
}
tbody td {
	padding: 3px 8px;
	border: 1px solid #ccc;
}
/* Speakers Sytles*/
#bio {
	padding: 10px;
	margin-right: auto;
	margin-bottom: auto;
}
#bio img {
	float: left;
	border: 2px solid #000;
	margin: 0 20px 0 0;
}
/* Footer Styles */
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	text-align: center;
	text-indent: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
}
hr {
	width: 500px;
	color:#0033CC;
	text-align: center;
	background-color:#0033CC;
} 
#footer h4 {
	font-weight: normal;
	font-size: 100%;
	_font-size: 120%;
}
/* misc styles */
.fill {
	width: 200px;
	height: 75px;
}
.clearfloats {clear:both;}
/* styles for random quote */
#content blockquote p{
	width: 350px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 1.2;
	color: #FF6600;
	font-style: italic;
}
#quote {
	margin: 0;
	padding: 20px 20px 10px 20px;
	color: #FF6600;
}
#verse {
	margin: 0;
	padding: 0 0 10px 175px;
	color: #660066;
	font-size: 80%;
}
/* styles for contact form */
span {
	color: red;
}
.form {
	margin: 5px 25px 0 150px;
}
#name, #email {
	width: 250px;
}
#message {
	width: 600px;
	height: 150px;
}
label, .warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.warning {
	color: #F00;
}
input:focus, textarea:focus {
	background: #ffc;
}
#form {
	font-size: 130%;
	font-weight: normal;
	_font-weight: bold;
	text-align: left;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 150px;
}
#formtext {
	font-size: 130%;
	color: #000;
	text-align: left;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 150;
}
#response {
	color: #000;
	text-align: center;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 150;
}