@charset "utf-8";
body {
  margin: 0;
  padding: 0;
	background-image: url(../images/bkimage_green.jpg);
	background-repeat: repeat;
}
body {
  margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #333;
	font-weight: normal;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	line-height: 16px;
	background-color: #CCC;
}
.bodytextheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00C;
	background-color: #CCC;
	line-height: 26px;
	text-decoration: none;
}
a.link { text-decoration: none; border: none; }
a.visited { border: none;}
a img { border:none; }
#table_layout {
	border: 5px solid white;
}
#header {
  position: relative;
  width: 100%;
  height: 157px;
  background-color: black;

}
#FlashID2{
  position: absolute;
  background-color: #000;
  top: 5px;
  right: 4px;
}
td {
  text-align: left;
}
#main_content {
  padding: 10px;
  text-align: center;
}
#side_nav {
  width: 170px;
  border-right: 5px solid #666;
}
#top_nav {
  width: 100%;
  height: 30px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
ul.MenuBarVertical
{
	width: 100%;
  margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
}
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #DCCB95;
	color: #333;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
  height: 15px;
	top: auto;
	font-weight: normal;
	padding: 0.5em 0.75em 0.5em 0.75em;
	border-bottom: 1px solid white;
}
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #E2D4A7;
	color: #333;
}
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 719px;
}
#horizontalmenu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	color: #C99;
	background-color: #CC6;
	border: 1px solid #600;
  }
ul.MenuBarActive{ z-index: 2000; }
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 173.5px;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 2020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	width: 200px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li { width: 200px; }
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
	background-color: #900;
}
ul.MenuBarHorizontal li ul li{
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
}
ul.MenuBarHorizontal li ul{
  padding-top: 1px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
	width: 171px;
	
}
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #900;
	color: #CCC;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin-right: 5px;
	padding: 0.45em 0.75em 0.45em 0.75em;
	float: none;
	text-align: center;
	width: 178px;
}
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #900;
	color: #FFF;
}
.AccordionPanel.AccordionPanelOpen .AccordionPanelContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	padding-top: 15px;
	background-color: #ccc;
}
.AccordionPanel.AccordionPanelOpen .AccordionPanelTab {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #900;
	color: #ccc;
}
.AccordionPanel.AccordionPanelClosed .AccordionPanelTab {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 10;
	text-align: left;
	background-color: #900;
	color: #ccc;
}
.Welcome {
	font-family: arial;
	font-size: 30px;
	font-weight: bolder;
	color: #000;
	font-style: normal;
	line-height: 20px;
	text-align: center;
}
#page_flyer {
	text-align: left;
	width: 800px;
	padding: 15px;
	border: 1px solid black;
}
