/* CSS Document */

/* **************** PAGE + FONT STYLES **************** */

body {background-color: #C8E6E6}

.body {
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	color: #462D0A;
	text-align: left;

}

.bodybold {
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	color: #462D0A;
	text-align: left;
}
.bodysmaller {
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	color: #462D0A;
	text-align: left;
	
}
	
	.bodysmallerorange {
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	color: #E5772E;
	text-align: left;
}

.bodysmallerlessleading {
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #462D0A;
	text-align: left;

}
.bodyitaliclessleading {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	color: #462D0A;
	text-align: left;
	margin-left: 0px;

}

.bodysmall {
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	color: #462D0A;
	text-align: center;

}

.bodyextrasmallgray {
	font-family: verdana, arial, sans serif;
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	color: #999999;
	text-align: center;

}

.header {
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: 30px;
	color: #E5772E;
	text-align: left;

}
.headerbignewsletter {
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 28px;
	color: #E5772E;
	text-align: left;

}
.headersmallnewsletter {
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #E5772E;
	text-align: left;

}
.scheduleheading {
	font-family: verdana, arial, sans serif;
	font-size: 12px;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.scheduletext {
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #462D0A;
	padding: 5px;
	margin: 5px;

}
.scheduletextbold {
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #462D0A;
	padding: 5px;
	margin: 5px;	
	

}


/* **************** IMAGE + TABLE STYLES **************** */

.tablemaincontent {
	border: 1px solid #333333;
	background-color: #FFFFFF;
	background-position: center;
}
	
.tableheader {
	background-color: #E5772E;
	height: 30px;
	width: 780px;
	margin-left: 40px;
	margin-top: 15px;
}
.floatimageright {
	float: right;
	margin: 30px;
}
.floatimageleft {
	float: left;
	margin: 10px 20px 10px 0px;
}

.floatimagecenter {
	margin: 10px 145px;
}
.buttonpadding {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.left10pix {
	margin-left: 10px;
}
.left30pix {
	margin-left: 30px;
}.left40pix {
	margin-left: 40px;
}
.left50pix {
	margin-left: 50px;
}

/* **************** HYPERLINK STYLES **************** */

a:hover { 
		font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif; 
		color: #9AA017; 
		text-decoration: underline
		font-weight: bold;

		}


a:link {
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	color: #9AA017;
	text-decoration: underline
	font-weight: bold;

	}


a:visited {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #5E5E08;
	text-decoration: underline
	font-weight: bold;
	}
	
	
/* **************** DIV STYLES **************** */
.centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 25px;
  margin: auto;
  background-color: transparent;
  color: white;
}

