
BODY {
  background-image: url(images/faded.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin: 0%;
}

.head {
	font-size: 24pt; font-family: Georgia, "Times New Roman", Times;
	color: #0033CC
}

.subhead {
	font-size: 18pt; font-family: Georgia, "Times New Roman", Times;
	color: #0033CC
}


a {
  	color: #191970;
  	text-decoration: none;
}

a:hover {
  	color: #1E90FF;
}

.menu a {
  	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#E6E6FA);
  	border-top: 1px #EBEBFB solid;
  	font-size: 10pt;
  	text-align: center;
  	width: 120px;
  padding-top: 1px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 1px;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-left: 1px #EBEBFB solid;
}

.menu a:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#E6E6FA,endColorStr=#FFFFFF);
  border-top: 1px #000000 solid;
  border-right: 1px #EBEBFB solid;
  border-bottom: 1px #EBEBFB solid;
  border-left: 1px #000000 solid;
}

.grad {
  background-color: #FFFFFF;
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#E6E6FA);
  width: 100%;
  padding-top: 1px;
  padding-left: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  border-top: 1px #FFFFFF solid;
  border-right: 1px #475869 solid;
  border-bottom: 1px #475869 solid;
  border-left: 1px #FFFFFF solid;
}

P {
	font-size: 10pt;
}

.small {
	font-size: 9pt;
}

.smaller {
	font-size: 8pt;
}

.smallest {
	font-size: 7pt;
}

UL.sda {
	list-style-image: url(images/sda16.png);
	list-style-position: outside;
}
UL.sda UL {
	font-size: 90%;
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
}

#float1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 100px;
	z-index: 500;
}

#float2 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 50px;
	height: auto;
	z-index: 100;
}
