/* CSS Document */
body {
  background-color: #282A81;
  color: #000000;
  text-align:justify;
  font-size: 13px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
H2 {
  font-variant: normal;
  font-size: medium;
  letter-spacing: normal;
  color: white;  
}
div.header {
  background-color:transparent;
}
a.menuButton {
  background-color: transparent;  
  color: #ffffff;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 5px;
  text-decoration: none;
  width:70px;
  white-space:nowrap;
  display:block;
  border: 1px solid;
  border-color: #010354;

}
a.menuButtonActive,
a.menuButtonActive:hover {
  background-color: #a0a0a0;
  border-color: #909090 #f0f0f0 #f0f0f0 #909090;
  color: #ffffff;
  left: 1px;
  top: 1px;
}
.menubar {
	background-color: #010354;
	border-top: 1px ridge #FFFFFF;
 }
 .marquee {
	background-color:transparent;
	padding-left: 20px;
 }
  div.corp {
  background-color: white;
  position: absolute;
  left: 150px;
  top: 112px;
  width: 698px;
  height: 1046px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  background-image: url(logo.gif);
  background-position: center;
  background-repeat: no-repeat;
 }
 div.entree {
  background-color: white;
  position: absolute;
  left: 150px;
  top: 110px;
  width: 698px;
  height: 412px;
  
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  background-image: url(logo.gif);
  background-position: center;
  background-repeat: no-repeat;
 }
 div.events {
  background-color: white;
  position: absolute;
  left: 146px;
  top: 129px;
  width: 698px;
  height: 428px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  background-image: url(logo.gif);
  background-position: center;
  background-repeat: no-repeat;
 }
 div.hors {
  background-color: white;
  position: absolute;
  left: 150px;
  top: 110px;
  width: 698px;
  height: 482px;
  
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  background-image: url(logo.gif);
  background-position: center;
  background-repeat: no-repeat;
 }
 div.lbody {
  background-color: white;
  position: absolute;
  left: 150px;
  top: 131px;
  border: 1px #000000 ridge;
  width: 698px;
  height: 630px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 25px;
  background-image: url(logo.gif);
  background-position: center;
  background-repeat: no-repeat;
 }
  div.services {
  background-color: white;
  position: absolute;
  left: 150px;
  top: 111px;
  width: 698px;
  height: 364px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  background-image: url(logo.gif);
  background-position: center;
  background-repeat: no-repeat;
 }
 div.vegs {
  background-color: white;
  position: absolute;
  left: 150px;
  top: 110px;
  width: 698px;
  height: 334px;
  
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  background-image: url(logo.gif);
  background-position: center;
  background-repeat: no-repeat;
 }
 .bottom {
  padding-bottom: 3px;
  padding-top: 3px;
} 
 .main {
  width: 60%;
  background-color: white;
  background-image: url(logo.gif);
  background-position: center;
  background-repeat: no-repeat;
 }
 .main_body {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
 }

 .spacer {
  background-color: #FFFFFF;
  height: 15px;
} 

.tab_body {
  padding-right: 10px;
  padding-top: 10px;
 }
.headText {
   color: white;
   font-size: 18px;
   font-weight: 300;
   font-family: "Times New Roman", Times, serif;
}
 .footer {
  background-color: #010354;
  color:#FFFFFF; 
  text-decoration:none;   
  padding-top: 2px;
  padding-bottom: 5px;
  font-size:12px;
  text-align:center;
  font-family: "Times New Roman", Times, serif;
}
.link_1 {
	color: #000000;
	text-decoration: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
