@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div#footer{
	height:1.5em;
	clear:both;
}
div#footer ul{
	margin:0;
	padding:0;
	list-style:none;
}

.RegularText {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, cursive;
	font-size:12px
}

.BodyText {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, cursive;
	font-size:14px
}

.BodyTextBold {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, cursive;
	font-size:14px;
	font-weight:bold;
}
div#footer li{
    margin:0 40px 0 0;   
	word-spacing:140px;
	display:inline-block;
	text-align:center;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, cursive;
	font-size:12px
}
a.Menu {
    color: #000;
    text-decoration: none;
	font-weight:bold;
}
a.MenuSelected {
    color: #000;
    border-bottom: 2px solid red;
	font-weight:bold;
	
}

a.Menu:hover {
	text-decoration: none; 
	border-bottom: 2px solid red;
}
.SectionTitle {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:24px;
	font-weight:bold
}
.BoxTitle {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:18px;
	font-weight:bold
}
#apDiv1 {
	position: relative;
	left: 64px;
	top: 50px;
	width: 300px;
	height: 160px;
	z-index: 99;



  /* black for browsers which cannot support rgba */
  background-color: #FFF;



  /* 70% opacity for supported browsers */

  background-color: rgba(255, 255, 255, 0.7); 

  /* IE 5.5+ support #BB000000 is ~70% opacity on black */
  filter:progid:DXImageTransform.Microsoft.gradient(
    startColorstr=#BB000000, endColorstr=#BB000000
  );

  /* IE 8 support */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(
    startColorstr=#BB000000, endColorstr=#BB000000
  )";
}


.autoResizeTableImage {
    max-width: 100%;
    height: auto;
    width: auto;

	max-width:100%; 
	width:100%; 
	height:auto;
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	
	
}
.autoResizeNewsImage {
    max-width: 170px;
    height: auto;
    width: 100%;

	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	
	
}

.autoResizeRaffleImage {
    max-width: 500px;
    height: auto;
    width: 100%;

	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	
	
}
.autoResizeContactImage {
    max-width: 400px;
    height: auto;
    width: 100%;

	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	
	
}

/* CSS Document */

