/* -----------------------------------*/
/* ----->>> GLOBAL <<<-----*/
/* -----------------------------------*/

body {
  font-family: Arial;
  letter-spacing: -1px;
  margin: auto;
  width: 750px;
  height: 100%;
  padding: 0;
  border-left: 40px Solid #515558;
  border-right: 40px Solid #515558;
  text-align: center;  }

#committeetb {
  float: right;
  width: 25%;
  margin-top: 0;
  margin: 0px;
  padding: 0;  }

#content {

  width: 70%;
  margin: 0 0 0 7%;
  padding: 0;
  }

#wrapper {
  float: left;
   margin: 4px;
   width: 670px;
   text-align: left;
    }

  img {border:0;}

  div {  border: 0px;   margin: 2px;  padding: 4px;  }

  hr {  color: #acbb0a;  background-color: #000;  height: 4px;  }
  

/* -----------------------------------*/
/* ----->>> TEXT <<<-----*/
/* -----------------------------------*/


  h1, h2 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #acbb0a;
  letter-spacing: -2px;
  text-decoration: none;
  border: 0;
  font-style: normal;  }

  h3 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #acbb0a;
  letter-spacing: -1px;
  text-decoration: none;
  border: 0;
  font-style: normal;  }

  p { line-height: 140%;  color: #5e5e5a;  text-align: left; border:0;  line-height: 1.5em; 
  margin-top: 0;
  padding-top: 0;    }

  a { color: #acbb0a;}


/* -----------------------------------*/
/* ----->>> LOGO & NAVIGATION <<<-----*/
/* -----------------------------------*/


#menubar {background-image:url("../menubar.gif");background-repeat: no-repeat; height: 30px; width: 750px;
  padding:0;
  border: 0;
  margin-left: auto;
  margin-right: auto;
  overflow:auto;
  text-align:center;}

#logo img {border: 0;}

 ul {  list-style-type: none;  margin: 1px;  padding: 0;  }
  
 	li {  display: inline; padding:4px; }

 		li a { text-decoration: none; color:#201f20;}

 		li a:hover {color:#e6e5eb;}


 ol { list-style-type: circle; }
	#lists {line-height: 140%; color: #5e5e5a;}
		#lists li{  display:list-item;}
		#lists a {color: #acbb0a;}




/* -----------------------------------*/
/* ----->>> FORM SETTINGS <<<-----*/
/* -----------------------------------*/

.select input
{

border: 1px solid #5e5e5a;
}

.text input
{
border: 1px solid #5e5e5a;
}

 
/* -----------------------------------*/
/* ---------->>> TABLE <<<-----------*/
/* -----------------------------------*/

#committee
{

	
	margin-bottom:40px;
	width: 330px;
	text-align: left;
	border-collapse: collapse;
}

#committee td
{
	padding: 18px;
	font-size:10pt; 
	border-bottom: 0;
	color: #201f20;
	border-top: 0;
}

#committee img
{
	padding: 8px;

}

/* -----------------------------------*/
/* ----->>> IMAGES <<<-----*/
/* -----------------------------------*/

img.floatright { 
    float: right; 
    margin: 5px;
    margin-top: 20px;
}
  
.clear {
  clear: both;
  }

