/* CSS Document */

body {
	SCROLLBAR-FACE-COLOR: #006354; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #5e8983; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
	BACKGROUND-COLOR: #fffec8;
  margin: 0px;
  color:#000000;
  font-family:tahoma;
}


.heading
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 13px;
	font-weight: bold;
	text-transform: lowercase;

}
.caption
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;

}

.caption2
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 11px;
	font-weight: bold;

}
.topnav
{
	font-family:tahoma;
	color:#F6F7F7;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;

}
.topnav:hover
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;

}

.button
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.button:hover
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}

.top
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.top:hover
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}

.right
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.right:hover
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}
.boardName {
  font-size: 12px;
/* font-weight:bold;*/
  margin-left:10px;
  margin-top:20px;
}
.boardPosition {
  font-size:12px;
  font-style:italic;
  margin-left:10px;
}
.boardTitles{
  font-size:12px; 
  margin-left:5em;
}
#content{
  margin:2em;
	font-size: 12px;
}

#pageTD{  
  background-image:url(gradient.png);
  background-repeat: repeat-x;
  background-color:#ffdb4a;
}
#content td{
	font-size: 12px;
}
h1{
  font-size: 20px;
	font-weight: bold;
	color: #006754;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #006754;
}
h3 {
  font-size: 15px;
  font-weight: bold;
  color: #006754;
}
h4 {
	font-size:12px;
  font-weight: bold;
	font-style:italic;
	margin-bottom:0em;
}
td.color1{
  background-color:#005350;
  /*006754*/
}
p.color1{
  color:#005350;
}
td.color2{
  background-color:rgb(94,137,130);
  /*(94,137,130) == 5e8982*/
}
p.color2{
  color:rgb(94,137,130);
}
td.color3{
  background-color:#669999;
  /*669999*/
}
p.color3{
  color:#669999;
}
td.sidebar{
  height:30px;  
  text-align:center;
}
.sidebarTagline {
	color: #FFFFFF;
	font-weight: bold;
  font:20px Georgia, serif;
}
.highlight1{
  border:solid 2px #ffcd90;
  background-color:#fffec8;
}


/*Cheri's color*/
.searchButton {color: #003333}
.sidebar {
	font-size: 14px;
}