﻿body
{
    font-family: Arial;
    color: #000000;
    font-weight: Normal;
    margin: 0px 0px 10px 0px;
    background-image: url('/images/background.gif');   
    background-repeat: repeat-x;
    background-color: #d1d1d1;
    font-size: 12px;
}

h1  { font-size: x-large; color: #639684;}
h2  { font-size: large; color: #000000;}
h3  { font-size: medium; color: #5271a5;}

a:active    { text-decoration: underline; font-style: normal; font-weight: normal; color: #094294; }
a:link		{ text-decoration: underline; font-style: normal; font-weight: normal; color: #094294; }
a:visited	{ text-decoration: underline; font-style: normal; font-weight: normal; color: #094294; }
a:hover		{ text-decoration: underline; font-style: normal; font-weight: normal; color: #7e97c1; }

a.nav:active    { text-decoration: none; font-style: normal; font-weight: normal; font-size: 12px; color: #000000; padding-left: 5px; }
a.nav:link      { text-decoration: none; font-style: normal; font-weight: normal; font-size: 12px; color: #000000; padding-left: 5px; }
a.nav:visited   { text-decoration: none; font-style: normal; font-weight: normal; font-size: 12px; color: #000000; padding-left: 5px; }
a.nav:hover		{ text-decoration: none; font-style: normal; font-weight: normal; font-size: 12px; color: #990033; padding-left: 5px; }

a.news:active	    { text-decoration: none; font-style: normal; font-weight: normal; font-size: 12px; color: #990033; }
a.news:link		    { text-decoration: none; font-style: normal; font-weight: normal; font-size: 12px; color: #990033; }
a.news:visited	    { text-decoration: none; font-style: normal; font-weight: normal; font-size: 12px; color: #990033; }
a.news:hover		{ text-decoration: none; font-style: normal; font-weight: normal; font-size: 12px; color: #990000; }

.form                   {border-collapse: collapse; border: 1px solid #999999; font-size: 9px;}
.form td a              {text-decoration: none;}
.form td a:hover        {text-decoration: underline;}
.form td                {padding: 5px; padding-left: 10px; border: 1px solid #999999; vertical-align: top;}
.form img               {border: 0px;}


/* ######### Left column ######### */

.ddmarkermenu{
list-style-type: none;
margin: 0;
margin-bottom: 8px;
padding: 0;
}

.ddmarkermenu li{
padding-bottom: 2px;
}

.ddmarkermenu li a{
color: #aa2716;
display: block;
padding: 2px 0;
padding-left: 19px;
text-decoration: none;
font-weight: bold;
border-bottom: 1px dashed #dadada;
font-size: 90%;
}

.ddmarkermenu li a:visited{
color: #aa2716;
}

.ddmarkermenu a:hover{
background-color: #F3F3F3;
color: #aa2716;
}

/* ######### News Scroller ######### */
.sliderwrapper {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 768px; /*width of featured content slider*/
height: 15px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 768px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
}

.pagination a{
text-decoration: none; 
font-style: normal; 
font-weight: normal; 
font-size: 12px; 
color: #000000;
}

.pagination a:hover, .pagination a.selected{
text-decoration: none; 
font-style: normal; 
font-weight: normal; 
font-size: 12px; 
color: #000000;
}