/* NavMenu controls */

ul.navmenu { list-style-type: none; text-align: center; width: 200px;  }

a.link { color: #330066; text-decoration: none; font-family: impact; font-size: 18px;}
a.link:hover { color: #ffcc33; text-decoration: none; font-family: impact; font-size: 18px; }

a.activelink { color: #ffcc33; text-decoration: none; font-family: impact; font-size: 18px; }
a.activelink:hover { color: #ffcc33; text-decoration: none; font-family: impact; font-size: 18px; }

.blacklink { color: #000000; text-decoration: underline; font-family: impact; font-size: 18px; }



/* Site layout */

div.headerpic   {

    width: 300px;
    height: 120px;
    position: absolute;
    left: 5px;
    top: 5px;
  }

div.headerpic2   {

    width: 120px;
    height: 120px;
    position: absolute;
    left: 850px;
    top: 5px;
    }
    
    
div.logo {

    width: 500px;
    height: 120px;
    position: absolute;
    left: 320px;
    top: 0px;
  }


div.headertext {

    position: absolute;
    left: 500px;
    top: 120px;
    font-family: comic sans MS,sans-serif;
    font-size: 14px;
    font-weight: bold;
}


div.navbar {

    width: 200px;
    position: absolute;
    left: 0px;
    top: 160px;
}

div.pagecontent {

    width: 700px;
    position: absolute;
    left: 280px;
    top: 160px;
    font-family: comic sans MS,sans-serif;
    font-size: 14px;
    color: black;
    
}



div.gallerycontent {
    position:relative;
    width: 700px;
    }

div.otherbloodything {
position:absolute;
top: 0px;}

div.news          { border-collapse: collapse; background-color: #fdfcdc;  border: 5px solid #330066; padding:10px;}


a { color: #330066; text-decoration: underline; font-family: comic sans MS; font-size: 14px; }
a:hover { color:  #ffcc33; text-decoration: underline; font-family: comic sans MS,sans-serif; font-size: 14px; }


a.textlink { color: #ffcc33; text-decoration: none; font-family: comic sans MS; font-size: 14 }
a.textlink:hover { color: #ffff00; text-decoration: none; font-family: comic sans MS,sans-serif; font-size: 14 }

a.headerlinktext {font-family: comic sans MS,sans-serif; font-size: 14px; font-weight: bold; color: black;text-decoration:none;}

.texthead { font-family: impact; font-size: 28px; font-weight: bold; color: #330066; text-align: center; }

.subhead { font-family: comic sans MS,sans-serif; font-size: 16; font-weight: bold; color: #330066; }



table.pricing {text-align:left; vertical-align:top; color:black; margin:15px; font-family: comic sans MS,sans-serif; font-size: 14px; border-collapse:collapse; border: 2px solid black;  }  

table.pricing td {border: 1px solid black; padding: 5px 5px 5px 5px; }

table.pats {text-align:center; font-family: comic sans MS,sans-serif; font-size: 14px;}
table.pats tr {vertical-align: top;} 

.subsubhead { font-family: comic sans MS,sans-serif; font-size: 16; font-weight: bold; color: #000000 }

.impacthead { font-family: impact; font-size: 18; color: #330066; text-decoration: none }

.maintext { font-family: comic sans MS,sans-serif; font-size: 14; color: black } 

.arialtext { font-family: arial,sans-serif; font-size: 14; color: black }

BODY
{ 
background-color: #C187C4;
 font-family: comic sans MS,sans-serif;
 font-size: 14px;

}




