.chromestyle {
width: 99%;
font-weight: bold;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul {
border: 2px solid #888;
width: 100%;
/* background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE */
background: #FFFFCC center center repeat-x;
padding: 4px 0;
margin: 0;
text-align: center; /* set value to "left", "center", or "right" */
}

.chromestyle ul li {
display: inline;
}

.chromestyle ul li a {
color: #000000;
/* padding: 4px 4px 0px -2px; */
padding: 4px 7px;
margin: 0;
font:normal 14px Arial; /* 12px Verdana; */
font-weight: bold;
text-decoration: none;
/* border-right: 1px solid #666; */
}

.chromestyle ul li a:hover {
background: url(chromebg-over.gif) center center repeat-x; /* THEME CHANGE HERE */
color: #A7A786;
}

.chromestyle ul li a[rel]:after { /* HTML to indicate drop down link */
/* content: " v"; */
content: " " url(downimage.gif); /* uncomment this line to use an image instead */
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top: 0;
border: 1px solid #888; /* THEME CHANGE HERE */
border-bottom-width: 0;
font:normal 14px Arial; /* 12px Verdana; */
line-height:18px;
z-index:100;
background-color:#FFFFCC;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#B3B396,direction=135,strength=4); /* Add Shadow in IE. Remove if desired */
}

.dropmenudiv a {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #888; /* THEME CHANGE HERE */
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #000000;
}

* html .dropmenudiv a { /* IE only hack */
width: 100%;
}

.dropmenudiv a:hover { /* THEME CHANGE HERE */
background-color: #FFFFCC;
color: #9B9B81;
}

.sixteenpt_bold
{
  color:black;
  font: bold 16pt Arial, Verdana, Geneva;
}

.fourteenpt_bold
{
  color:black;
  font:bold 14pt Arial, Verdana, Geneva;
}

.fourteenpt_bold_pad
{
  padding-left:100px;
  color:black;
  font:bold 14pt Arial, Verdana, Geneva;
}

.twelvept_bold 
{
  color:black;
  font: bold 12pt Arial, Verdana, Geneva;
}

.twelvept_bold_ctr 
{
  color:black;
  font: bold 12pt Arial, Verdana, Geneva;
  text-align: center;
}

.twelvept_bold_ctr_lnk
{
  color:blue;
  font: bold 12pt Arial, Verdana, Geneva;
  text-align: center;
}

.twelvept_bold_ctr_lnk a 
{
  color:blue;
  text-decoration:none;
}

.twelvept_bold_ctr_lnk a:hover
{
  color:black;
}

.twelvept_bold_lnk
{
  color:blue;
  font: bold 12pt Arial, Verdana, Geneva;
  padding:0px 0px 5px 150px;
}

.twelvept_bold_lnk a 
{
  color:blue;
  text-decoration:none;
}

.twelvept_bold_lnk a:hover
{
  color:black;
}

.twelvept_bold_inln_lnk
{
  color:blue;
  font: bold 12pt Arial, Verdana, Geneva;
  display:inline;
}

.twelvept_bold_inln_lnk a 
{
  color:blue;
  text-decoration:none;
}

.twelvept_bold_inln_lnk a:hover
{
  color:black;
}

.tenpt_bold 
{
  color:black;
  font: bold 10pt Arial, Verdana, Geneva;
}

.tenpt_bold_ctr
{
  color:black;
  font: bold 10pt Arial, Verdana, Geneva;
  text-align: center;
}

.tenpt_bold_ctr_lnk 
{
  color:blue;
  font: bold 10pt Arial, Verdana, Geneva;
  text-align: center;
}

.tenpt_bold_ctr_lnk a 
{
  color:blue;
  text-decoration:none;
}

.tenpt_bold_ctr_lnk a:hover
{
  color:black;
}

.tenpt_bold_inln_lnk 
{
  color:blue;
  font: bold 10pt Arial, Verdana, Geneva;
  display:inline;
  padding:25px;
}

.tenpt_bold_inln_lnk a 
{
  color:blue;
  text-decoration:none;
}

.tenpt_bold_inln_lnk a:hover
{
  color:black;
}

.tenpt_bold_right_lnk 
{
  color:blue;
  font: bold 10pt Arial, Verdana, Geneva;
  text-align:right;
}

.tenpt_bold_right_lnk a 
{
  color:blue;
  text-decoration:none;
}

.tenpt_bold_right_lnk a:hover
{
  color:black;
}

.tenpt_inln_lnk 
{
  color:blue;
  font: normal 10pt Arial, Verdana, Geneva;
  display:inline;
}

.tenpt_inln_lnk a 
{
  color:blue;
  text-decoration:none;
}

.tenpt_inln_lnk a:hover
{
  color:black;
}

.participants
{
  margin-left:25px;
  padding-bottom:10px;
}

.participants_p
{
  text-indent:30px;
  margin-left:25px;
  padding-bottom:10px;
}

.participants_l
{
  text-indent:35px;
  margin-left:25px;
}

body, form, input, option, select, textarea, p, td, li 
{
  font: normal 10pt Arial;
  letter-spacing:0px;
}

.footer {
font:normal 8pt Arial; /* 8pt Arial; */
text-align:center;
}

.footer A:link {
color: #6785FF;
text-decoration: none;
}
 
.footer A:visited {
color: #6785FF;
text-decoration: none;
}
   
.footer A:hover {
color: gray;
text-decoration: none;
}
   
.footer A:active {
color: #6785FF;
text-decoration: none;
}