body { margin:0; background-color:#FFFEF5;color:#000000;font-family:tahoma,arial,helvetica,sans-serif; font-size:10pt; }
h1 { color: #FFFFFF;font-family: Tahoma;font-size: 20pt;margin:0 }

.topnav { font-size: 10pt; color:#000000; }
a.topnav:link { text-decoration:none; }
a.topnav:visited { text-decoration: none; color: #7F7F7F; }
a.topnav:hover { text-decoration:underline; }
.logo { font-size: 20pt; color: #000000; }
.sigline {font-size: 14pt; color: #9D9D9D; font-style:italic; }
.caption { font-size: 12pt; color: #000000; font-family: tahoma ; }
a.caption:link { text-decoration:none; }
a.caption:visited {  text-decoration:none; color: #333333; }
a.caption:hover { text-decoration:underline; }
.caption2 { font-size: 12pt; color: #000000; font-family: tahoma ; font-style:italic; letter-spacing: 4px;}
.caption3 { font-size: 12pt; color: #000000; text-decoration:none; font-family: tahoma; }
.footer { font-size: 9pt; color: #000000; }
a.footer { font-size: 9pt; color: #000000; text-decoration:underline; }
.button { border: 2px inset #CCCCCC; width: 100px; padding: 3px 15px; color: #FFFEF5; background-color: #373737;
             font-family: tahoma; font-size: 12pt; font-weight: lighter; text-align: center; text-decoration:none; }
a.button:link { text-decoration:none; }
a.button:visited {  text-decoration:none; }
a.button:hover { color : #7F7F7F; border:2px outset #CCCCCC; }

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 480px; /*width of featured content slider*/
height: 600px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 460px; /*width of content DIVs within slider. Total width should equal slider's inner width (460+5+5=480) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 480px; /*Width of pagination DIV. Total width should equal slider's outer width (480+10+10=500)*/
text-align: right;
background-color: navy;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}