/* CSS Document */

body {
	background-image:url(Images/bg.jpg);
	font-family: Arial;
	font-size: 11px;
}


#nav, #nav ul {
  background-color: #73be1e;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  list-style: none;
  }


#nav li {
  float: left;
  margin-right: 0;
  position: relative;
  width: 8.5em;
  }


#nav a {
  background-color: #73be1e;
  text-decoration: none;
  text-indent: 0;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
  }


#nav a:hover {
  color: #f89838;
  background-color: #659e1b;
  text-decoration: none;
  display: block;
  }


#nav li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }


#nav li > ul {
	top: auto;
	left: auto;
	}


#nav li:hover ul, li.over ul{ display: block; }


#menubar {
	background-color: #73be1e;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	height: 36px;
	width: relative;
	border: 2px solid #f39738;
}


.h1 {
	color: #006699;
	font-weight: bolder;
	left: auto;
	font-size: 12px;
	font-family: Arial;
}

.style2 {color: #FF6600}

.text {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.textbold {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}


.orangebold {
	font-size: 11px;
	color: #FF6600;
	font-style: bold;
}

.italic {
	font-family: Arial; 
	font-size: 11px; 
	font-style: italic; 
	font-weight: normal; 
}

.italicbold {
	font-family: Arial; 
	font-size: 11px; 
	font-style: italic; 
	font-weight: bold;
}
 
.style7 {font-size: 11px; font-weight: normal; font-family: Arial;}

.footer {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 14px;
	background-color: #73be1e;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
	.footer a {
	color: #fff215;
	text-decoration: none;
}

.redtext {
	font-family:Arial;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	}
.h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bolder;
	color: #006699;
}
