body {
    margin: 3px;
    border: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: justify;
}

a:link {color: #A00000; text-decoration: None}
a:visited {color: #A00000; text-decoration: None}
a:active {color: #A00000; text-decoration: None}
a:hover {color: #000000; text-decoration: None}


.text {

  border-style: solid;
  border-width: 25px 10px 10px 10px;
  border-color: #84B819;
  padding: 0px 20px 20px 220px;
}

.menu_left {
  width: 150px;
}

.menu_bar {
  margin: 0px;
  padding: 2px;
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}

.menu_bar h1 {
  margin: 0px;
  color: #FFFFFF;
  font-size: 16px;
}

.menu_button {
  margin: 0px;
  padding: 3px;
  background-color: #e0e0e0; /*eeeeee*/
  color: #111111;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 550;
  text-align: left;
}

.menu_button_active {
  margin: 0px;
  padding: 3px;
  background-color: #eaeaea;
  color: #000044; /*111111;*/
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 550;
  text-align: left;
}

img {
  margin: 0px;
  padding: 0px;
  border-style: none;
}

img.topimg {
  position: relative;
  top: 20px;
}

h2 {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
} 
/*  */
h3 {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

h4 {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.full_title {
  text-align: center;
  color: #000000;
  font-variant: small-caps;
  font-weight: bold;
}

.full_title_ext {
  font-size: 70%;
  margin-top: 1em;
  display: block;
}

table.stext {
  margin: 0px;
  border-style: none;
  padding: 0px;
}

table.stext td,th {
  margin: 0px;
  padding: 0em 2em 0em 0em;
  text-align: left;
}

table.compact td, th {
  padding: 0em 0.5em 0em 0em;
  text-align: left;
}

.notice {
  margin: 2.5em 0em 2.5em 0em;
  text-align: center;
  font-weight: bold;
}

.noticetext {
  border-width: 1px;
  border-style: solid;
  border-color: #769620;
  padding: 0.5em 1em 0.5em 1em;
}

/* Hyperlinks */

.text a:link {
  color:#A00000;
  text-decoration: none;
  cursor: hand
}

.text a:visited {
  color: #A00000;
  text-decoration: none;
  cursor: hand
}

.text a:hover {
  color:#A00000;
  text-decoration: none;
  cursor: hand
}

.text a:active {
  color:#A00000;
  text-decoration: none;
  cursor: hand
}

.menu_button a:link,
.menu_button a:visited {
  background-color: #e0e0e0;
  color: #1c5a9a;
  text-decoration: none;
  cursor: hand
}

.menu_button a:active {
  background-color: #eeeeee;
  color: #aaaaaa; /*111111*/
  text-decoration: none;
  cursor: hand
}

.menu_button a:hover {
  background-color: #e0e0e0;
  color:  #0000ff; /*00a8ff 3299CC;*/
  text-decoration: none;
  cursor: hand
}

.committee {
	width: 650px;
	height: 0px;
	margin: 0px;
	padding: 0px 0px;
	background-image: url(divider.gif);
	background-repeat: repeat-y;
	background-position: 345px 0px;
}

#left {
width: 325px;
height: auto;
float: left;
padding: 0px; 
margin: 0px;
}

#right {
width: 325px;
height: auto;
float: left;
padding: 0px;
margin: 0px;
}

.clearer {
font-size: 0px;
height: 0px;
width: 100%;
display: block;
clear: both;
}

.item {
	padding : 0.2em 0em;
}



