/* hyperlinks */

A:link {
	color:#805719; 
	text-decoration:none; }
A:visited { 
	color:#805719; 
	text-decoration:none; }
A:hover { 
	color:#FFB130; 
	text-decoration:underline; }

a img {
	border-style:none; }
  
/* text */  

h2 {
	font-size:20pt; 
	font-weight:bold; 
	color:#FFB130; 
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px; }

h3 {
	font-size:13pt; 
	font-weight:bold; 
	color:#805719; 
	padding:12px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	clear:both;
	border-width:0px 0px 1px 0px;
	border-color:#805719;
	border-style:solid; }

h4 {
	font-size:10pt; 
	font-weight:bold; 
	color:#FFB130; 
	padding:9px 0px 0px 0px;
	margin:0px 9px 0px 9px;
	clear:both;
	border-width:0px 0px 1px 0px;
	border-color:#FFB130;
	border-style:solid; }

p {
	padding:6px 0px 0px 0px;
	margin:0px 9px 0px 9px; }

ul {
	margin:6px 0px 0px 0px; 
	padding:0px 0px 0px 27px; 
	list-style-type:circle; }

ul li {
	margin:0px;
	padding:0px; }

address {
	margin:0px 0px 0px 0px; 
	padding:3px 0px 0px 21px;
	font-style:normal;
	font-size:8pt; }
  
blockquote {
  padding:15px 15px 0px 15px;
  margin:0px;
  font-style:italic; }

.author {
  padding:3px 0px 0px 0px;
  margin:0px;
  text-align:right; 
  font-size:8pt; 
 }

/* miscellaneous */

.oll {
	font-family:times; 
	font-variant:small-caps; 
  font-weight:bold; }

.unk {
	font-family:comic sans ms; 
	color:red;
	font-style:italic; 
	font-weight:bold; }
  
.popup {
  margin:0px; 
	padding:0px 12px 0px 0px;
	background-image:url(../img/win.png);
	background-repeat:no-repeat; 
	background-position:right; }
  
.mail {
  margin:0px; 
	padding:0px 12px 0px 0px;
	background-image:url(../img/mail.png);
	background-repeat:no-repeat; 
	background-position:right; }

/* right justified images */
  
.rimg {
	margin:0px 0px 0px 0px; 
	padding:9px 0px 9px 9px;
	float:right;
	clear:right; }
.rimg p { 
	width:200px;
	font-size:8pt;
	text-align:center;
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px; }
.rimg img {
	border:5px solid white; }
.rimg p img {
	border-style:none; }

/* left justified images */

.limg {
	margin:0px 0px 0px 0px; 
	padding:9px 9px 9px 0px;
	float:left; 
	clear:left; }
.limg p { 
	width:200px;
	font-size:8pt;
	text-align:center;
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px; }
.limg img {
	border:5px solid white; }
.limg p img {
	border-style:none; }

/* special event box */
  
#special {
	padding:0px 0px 9px 0px; 
	margin:0px 0px 0px 0px;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#5B1A93;
	background-color:#FFE5CC; }
  
/* schedule */

#schedule .head {
  width:500px; 
  font-weight:bold;
  border-style:solid;
  border-color:#FFB130; 
  border-width:0 0 1px 0; 
  clear:both;
  height:30px; }

#schedule .day {
  padding:6px 0 6px 0;
  font-size:13pt; 
	font-weight:bold; 
	color:#805719; 
	clear:both;
  text-align:center;
  width:500px; 
  border-style:solid;
  border-color:#805719; 
  border-width:0 0 1px 0; }
 
#schedule .row {
  width:480px; 
  margin:0 10px 0 10px;
  padding:3px 0 6px 0; 
  clear:both;
  height:30px; 
  border-style:solid;
  border-color:#FFB130; 
  border-width:0 0 1px 0; }
  
#schedule .end {
  width:480px; 
  margin:0 10px 0 10px;
  padding:3px 0 6px 0; 
  clear:both;
  height:30px; }
  
#schedule .time {
  text-align:center;
  float:left;
	width:100px; }

#schedule .item {
  text-align:center;
  float:left;
	width:190px; }

#schedule .meal {
  text-align:center;
  float:left;
  width:190px; 
	font-weight:bold;
	text-transform:uppercase; }

#schedule .artist {
  font-size:80%; 
	font-style:italic; } 


/* confirmation number */

.conf {
	margin:0px;
	padding:9px;
	font-size:13pt;
	font-weight:bold;
	text-align:center; }
