body { font-family: verdana, sans-serif; font-size: 10pt; color: #000; background-color: #000; margin: 0px;}
h1,h2,h3,h4,h5,h6 {color:#FF7; margin: 0;}
a {color:#FFE; font-size: 10pt;}

/* PDF document links */
a[href$='.pdf'] {
background:transparent url(images/pdf.png) center left no-repeat;
display:inline-block;
padding-left:22px;
line-height:15px;
}
 
/* Excel Documents links */
a[href$='.xls'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'], a[href$='.xltx'] {
background:transparent url(images/excel.png) center left no-repeat;
display:inline-block;
padding-left:22px;
line-height:15px;
}
 
/* Word Document Links */
a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'], a[href$='.docx'] {
background:transparent url(images/word.png) center left no-repeat;
display:inline-block;
padding-left:22px;
line-height:15px;
}

/* PowerPoint Document Links */
a[href$='.ppt'], a[href$='.pps'], a[href$='.pot'], a[href$='.pptx'] {
background:transparent url(images/powerpoint.jpg) center left no-repeat;
display:inline-block;
padding-left:22px;
line-height:15px;
}

/* MS Access Document Links */
a[href$='.mdb'], a[href$='.ldb'], a[href$='.mdbx'] {
background:transparent url(images/access.gif) center left no-repeat;
display:inline-block;
padding-left:22px;
line-height:15px;
}

/* Archive Document Links */
a[href$='.zip'], a[href$='.lha'], a[href$='.tar'], a[href$='.gzip'], a[href$='.arj'], a[href$='.rar'] {
background:transparent url(images/zip.gif) center left no-repeat;
display:inline-block;
padding-left:22px;
line-height:15px;
}

 
/* mailto: links */
a[href^="mailto:"] {
background:transparent url(images/mailto.png) center left no-repeat;
display:inline-block;
padding-left:22px;
line-height:15px;
}



a:hover {color:#00F;}
p {margin: 0px; text-indent: 13px;}
p.byline {color:#d5d11f; font-variant: small-caps; font-size: 8pt}
table#West {background-color:#FFFFFF; border: solid #000 3px; width: 790px;}
table#West td {vertical-align:top; padding: 5px;border: solid #000 1px;}
.adopters {margin: 0px; text-align: center; background-color: #770;}
.address {font-size: 9pt; text-align: center; color: #000; background-color: #888;}
.announce {font-size: 9pt; text-align: justify; color: #fff; background-color: #770;}
.body {margin: 0px; text-align: justify; background-color: #994; color:#000;}
.info {margin: 0px; text-align: justify; background-color: #d5b11f;}
.links {font-size: 9pt; text-align: justify; color: #000; background-color: #a69b45;}
.white {font-size: 9pt; text-align: justify; color: #000; background-color: #fff;}

table#West2 {background-color:#FFFFFF; border: solid #000 3px; width: 790px;}
table#West2 td {vertical-align:top; padding: 5px;border: solid #000 1px;}
table#West3 {background-color:#FFFFFF; border: solid #000 3px; width: 790px;}
table#West3 td {vertical-align:top; padding: 5px;border: solid #000 1px;}

div.img{  margin: 2px;  height: auto;  width: auto;  float: left;  text-align: center;}
div.imgr{  margin: 2px;  height: auto;  width: auto;  float: right;  text-align: center;}

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: #a69b45 url(images/glossyback.png) repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(images/arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.png);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */