body {
  text-align: center;
  color: #fff;
}

body,td,th,input,textarea {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}

/**** HEADERS ****/
h1 {text-transform:uppercase;font-size: 20px}
h2 {text-transform:uppercase;}
h3 {}
/**** END HEADERS ****/

/**** LINKS ****/
a:link { 
	text-decoration: none; 
	font-weight:bolder;
	color: #246F4F; 
}
a:visited { 
	text-decoration: none; 
	font-weight:bolder;
	color: #246F4F; 
}
a:active { 
	text-decoration: underline; 
	font-weight:bolder;
	color: #246F4F; 
}
a:hover { 
	text-decoration: underline; 
	font-weight:bolder;
	color: #246F4F; 
}
div#copy_area a{
	text-decoration: underline;
}

#navigation a:link    {	color: #45535c;font-weight:normal;}
#navigation a:visited {color: #45535c;font-weight:normal;}
#navigation a:active  {color: #9a9997;font-weight:normal;}
#navigation a:hover   {color: #000000;font-weight:normal;}
/**** END LINKS ****/

img{
	border:none;
}
ul{
	list-style-type:none;
}
/**** LAYOUT ****/
#page {
  text-align: left;
  margin: 0;
  margin-left:auto;
  margin-right:auto;
  width: 780px;
  background: #FFF url(/images/left_column_background.png) repeat-y;
  color: black;
}

#header {
  position: relative;
  width: 780px;
  height: 151px;
  border-bottom: 5px solid #005c3f;
}

#navigation {
  float: left;
  width: 181px;
  display: inline;
  background-color: #f3e2a7;
}

#navigation ul {
  margin-left: 1em;
  padding: 0;
  list-style-type: none;
}

#navigation li {
  margin-bottom: 7px;
}

#content {
  float: left;
  width: 580px;
  margin-left: 15px;
  padding: 15px 0;
}

#copy_area{
	padding:15px;
	text-align:left;
	line-height:2em;
}
#schedule_left{
	float:left; 
	width:250px
}
#schedule_right{
	float:right;
	width:250px
}
#footer {
  clear: both;
  width:100%;
  text-align: right;
}
/**** END LAYOUT ****/
.committee_table td{
	padding:0px 15px 15px 0px;
}


