BODY {
  margin: 0;
  padding: 0;
	background: #253C0A url(../images/background.gif) repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #575757;
}

IMG {
  border: 0;
}

A:link, A:visited  {
  color: #608854;
  text-decoration: none;
}
A:hover, A:active  {
  color: #223709;
}

#wrap {
  width: 785px;
  margin: 20px auto;
}

#header {
  width: 785px;
  height: 139px;
}

#content-wrap {
  background: url(../images/background_content.jpg) repeat-y;
  padding: 6px 13px 0px 13px;
}

#menu {
  height: 259px;
  width: 214px;
  background: url(../images/background_menu.jpg);
  float: left;
}

#menu A {
  display: block;
  height: 40px;
  width: 214px;
  text-decoration: none;
}

A.menu1, A.menu1:visited {
	background: url("../images/menu_mission.jpg") 0 0 no-repeat;
}
A.menu2, A.menu2:visited {
	background: url("../images/menu_history.jpg") 0 0 no-repeat;
}
A.menu3, A.menu3:visited {
	background: url("../images/menu_contact.jpg") 0 0 no-repeat;
}
A.menu1:hover, A.menu2:hover, A.menu3:hover {
  background-position: 0px -40px;
}

#content {
  width: 345px;
  margin: 0px 8px;
  float: left;
}

#flashcontent {
  width: 251px;
  height: 270px;
  float: left;
  position: relative;
  top: -5px;
  left: 14px;
}

* html #flashcontent {
  left: 3px;
}

/* Rounded Corners */
.ul {
  background: url(../images/gray_ul.gif) top left no-repeat;
}
.ur {
  background: url(../images/gray_ur.gif) top right no-repeat;
  padding: 10px;
}
.ll {
  background:  #F0EFF0 url(../images/gray_ll.gif) bottom left no-repeat;
  display: table;
  margin: 0 auto;
  width: 760px;
}
.lr {
  background: url(../images/gray_lr.gif) bottom right no-repeat;
}

.headline {
  color: #148457;
  font-size: 14px;
  font-weight: bold;
}

.bigheadline {
  color: #666666;
  font-size: 16px;
  font-weight: bold;
}

#rightcol {
  float: left;
  width: 184px;
  text-align: center;
}

#footer {
  width: 785px;
  height: 14px;
}

#copyright {
  float: left;
  padding-left: 13px;
}

#bottom-menu {
  float: right;
  padding-right: 13px;
  text-align: right;
}

#bottom-menu A:hover, #bottom-menu A:active  {
  color: #FFFFFF;
}

input	{
	font-size: 9px;
	border: 0;
	border-bottom: 1px solid #888;
	background-color: #fafafa;
}
