body {
	background: rgb(229,229,229);
	font-family: Trebuchet MS, Helvetica;
	font-size: 14px;
}

a:link
{
  text-decoration: none;
}

a:visited
{
  text-decoration: none;
}

/*a:active
{
  color: red;
  text-decoration: underline;
}*/

a:hover {
  color: red;
  text-decoration: underline;
  /*font-weight: bold;*/ 
}

td {
    font-family: Trebuchet MS, Helvetica;
	  font-size: 14px;
}

h1 {
  font-size: 18pt;
}

.header
{
  font-family: Trebuchet MS;
  font-size: 18px;
  font-weight: bold;
  /*text-decoration: underline;*/
  color: rgb(0,0,153);
  margin-bottom: 5px;
}

.subheader
{
  font-family: Trebuchet MS;
  font-size: 14px;
  font-weight: bold;
  /*text-decoration: underline;*/
  color: rgb(0,0,153);
  margin-bottom: 5px;
}

.pageheader
{
  font-family: Trebuchet MS;
  font-size: 24px;
  font-weight: bold;
  /*text-decoration: underline;*/
  color: rgb(0,0,153);
  margin-bottom: 5px;
  text-align: center;
}

#red {
  color: red;
}

#orange {
  color: rgb(255,102,0);
}

#orangebold {
  color: rgb(255,102,0);
  font-weight: bold;
}

#green {
  color: rgb(0,102,0);
}

#greenbold {
  color: rgb(0,102,0);
  font-weight: bold;
}

#blue {
  color: blue;
}

#bluebold {
  color: blue;
  font-weight: bold;
}

#small {
  font-size: 12px;
  font-family: Arial;
  text-align: center;
}

#indent {
  margin-left: 2em;
}

#hang {
  text-indent: -3em; margin-left: 3em;
}

#smallhang {
  text-indent: -2em; margin-left: 2em;
}

#sddm
{
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 40px;
  padding: 0;
}

#sddm li
{ list-style: none;
	float: left;
	font: 14px Trebuchet MS;
	font-weight: bold;
}

#sddm li a
{ 
  display: block;
	width: auto;
	color: black;
	text-align: center;
	text-decoration: none;
	height: 19px;
  z-index: 1;
}

#sddm li a:hover
{
  background: rgb(69,207,255);
}

#sddm div
{ position: absolute;
	visibility: hidden;
	background: rgb(69,207,255);
	border: 1px solid rgb(0,86,121);
	z-index: 1;
}

#sddm div a
{ position: relative;
	display: block;
	padding: 5px 10px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: rgb(69,207,255);
	color: black;
	font: 14px Arial;}

#sddm div a:hover
{	background: rgb(0,86,220);}

#sponsors
{
  color: rgb(126,126,126);
}

#sponsors a
{
  color: rgb(126,126,126);
  text-decoration: underline;
}

/*#sponsors a:hover
{
  text-decoration: underline;
}*/

