/* stylesheet */

/* Universal Style */
*{
margin:0;
padding:0;
}

/* page header style */

#wrapper{
width: 60em;
margin:0 ;
position:relative;
}

#branding{
width:100%;
position:relative;
text-align:left;
height:13em;
}

#branding h3{
color:#fff;
text-align:center;
line-height: 1.5em;
font-variant:small-caps;
}

#branding h4{
color:#fff;
text-align:center;
line-height: .75em;
font-variant:small-caps;
}

/* Page Footer style */

#footer{
width: 100%;
clear:both;
text-align:center;
}

/* Page Navagation */

#nav {
   margin: 0;
   padding: 0;
   list-style-type: none;
float: left;
font-size: 1.05em;
font-style: italic;
position:absolute;
top:12.25em;
left:0;
}

#nav li {
   margin-bottom: 0em;
list-style-type: none;
 }

#nav a {
   background-color: #3E766D;
   color: white;
   display: block;
   width:9em;
   line-height: 1.5;
   border-left: 15px solid #284942;
padding: 5px;
text-decoration: none;
}

#nav a:hover {
   background: #66CDAA;
   color: #8B0000 ;
   font-style: italic;
   border-left: 5px solid #284942;
   font-size: medium;
}

#nav li.selected a:link,
#nav li.selected a:visited{
background:#3E766D;
color:#8B0000 ;
}

/* page main content */

#main{
width:42em;
background-color: #FFF ;
margin-left: 11em;
padding:14px;
text-align: left;
top:12.25em;
border: solid .05em red;
}

 

#main ul{
color:#b22222;
font-style:italic;
margin-left:2em;
}

#main li{
margin-bottom:.75em;
}

.listhead{
color:#b22222;
font-weight:bold;
font-style:italic;
line-height:180%;
}

#main img{
padding: .75em;
}

#main h4{
color:#b22222;
}

td{
text-decoration: none;
font-style:italic;
padding:10px;
border:none;
width:7em;
font-size:.80em;
font-weight:bold;
}

a.contentlink:link { 
color: darkred ;
text-decoration: underline;
} 

a.contentlink:visited { 
color:#99001F  ; 
 text-decoration: underline;
}

a.contentlink:hover {
color:#99001F ;
}

a.contentlink:active {
color:#99001F ;
}

.text1 {
font-family: veranda, "Trebuchet MS", san-serif;
font-weight: bold;
font-style: italic;
font-size: 1em;
color:#99001F ;
text-decoration:underline;
}

/* Body text and background page */

body {
font-family: veranda, "Trebuchet MS", san-serif;
color: #000 ;
background-color: #A4DCD1;
background-image: url("pix/redfeather8.jpg");
background-repeat: repeat;
font-size: 1em;
margin:0;
padding:0;
}

h1 {
font-family: veranda, "Trebuchet MS", san-serif;
font-weight: bold;
font-style: italic;
font-size: 1.10em;
color: #397D02 ;
}



a.bottomlink:link { 
color: white;
text-decoration: none;
} 

a.bottomlink:visited { 
color:#8B0000; 
 text-decoration: none;
}

a.bottomlink:hover {
color: #FFF68F ;
}

a.bottomlink:active {
color: white;
}

hr{
align:center;
width:500px;
height: 5px;

background-color: #b22222; 
color:#b22222;
}

a2{
color:#CC3333;
text-align: center;
font-weight: bold;
font-size: 1.10em
}


#adv{
  margin: 0;
   padding: .25em;
   list-style-type: none;
float: left;
font-size: 1.05em;
font-style: italic;
position:absolute;
top:40em;
left:0;
width:9em;
}