@charset "utf-8";
.container {
	width: 98%;
	max-width: 320px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 100px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: ; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
	padding-left: 15px;
	color: #000000;
	padding-right: 15px;
	text-align: left;
	font-style:normal
}
 h1 {
     margin: 0;
     font-size: 20px;
	 text-align: center;
	 font-style:italic;
 }
 h2 {
	font-size: 15px;
	text-align: center;
	font-style:italic;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
 }
 h3 {
	font-size: 13px;
	font-style:italic;
	text-align: center;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
 }
 h4 {
	font-size: 10px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
 }
*/
.content {
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.centercontent {
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	overflow: hidden;
}
.headertext {
	color: #E85656;
	font-size: 8px;
	text-align:center
}
.headertextblack {
	color: #000;
	font-size: 10px;
	text-align:center;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding-top: 5px;
	height: auto;
	width: 100px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.smallfltrt { 
	float: right;
	padding-top: 5px;
	width: 100px;
	height: auto;
	padding-bottom: 2px;
	padding-left: 5px;
}
.hidefloatright {
	display: none;
	float: right;
	padding-top: 5px;
	height: auto;
	width: 100px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	padding-top: 5px;
	height: auto;
	width: 100px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.smallfltlft { 
	float: left;
	padding-top: 5px;
	width: 100px;
	height: auto;
	padding-bottom: 2px;
	padding-right: 5px;
}
.hidefloatleft {
	display: none;
	float: left;
	padding-top: 5px;
	height: auto;
	width: 100px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.fltctr {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: auto;
}
.hidefltctr {
	display: none;
}
.tablesfltctr {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: auto;
	overflow: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #000;
}
.captions {
	display: none;
	font-style: italic;
	font-size: 80%;
}
.centercaptions {
	font-size: 80%;
	font-style: italic;
	text-align: center;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	text-align: center;
}
.footerhiddentext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	background:#800000;
	color: #FFF;
}
.desktoponly {
	display: none;
}
.TimelineSpecials1 {
	color:#090;
	font-size: 17px;
}
.Menu {
	font-size: 40px;
	font-family:"MS Serif", "New York", serif;
	font-weight: bold;
	font-style:italic;
}
.MenuText {
	font-style:italic;
	font-size:7.5px;
}
.Menu2 {
	font-size: 15px;
	font-family:"MS Serif", "New York", serif;
	font-weight: bold;
	font-style:italic;
}
.HeaderTop {
	background-image:url(../VariousIcons/FlareSmallPhone.jpg);
	height: auto;
	width: 100%;
	background-color: #600;
	background-position: -60px -14px;
}
.westendthumb {
	float: right;
	height: auto;
	width: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
