/* TEXT STYLES */
.FooterPara     { font-family: Arial; font-size: 9pt; font-style: italic; align: center; color: #00004F; }
.NewsHead       { font-family: Arial; font-size: 18pt; font-weight: bold; color: #00004F; align: center; }
.IndividualHead { font-family: Arial; font-size: 14pt; font-weight: bold; color: #00004F; align: center;}
.IndividualText { font-family: Arial; font-size: 12pt; align: left; color: #00004F; }


/*  Positioning Divs  */

.HeaderDiv       { position: relative; top: 0px; left: 0px; height: 210px;}
.MainDiv         { position: relative; top: 15px; left: 0px; z-index: -1;}
.FooterDiv       { position: relative; top: 0px; left: 0px; z-index: -1;}


/* Drop Down Menu Styles */
.MenuPara	     { padding-left: 10; padding-right: 5; padding-top: 3; padding-bottom: 3; width: 161px; }

.DDMCollection   { position: absolute; left: 2; top: 200; z-index: 2;			    
                   font-family: Arial; font-size: 10pt; font-weight: bold; text-align: left; background-color: #78FFDD;  color: #0000CC;
                   visibility: hidden; border:1px solid #000063;}

			    
.DDMAvailable    { position: absolute; left: 126; top: 200; z-index: 2;			    
                   font-family: Arial; font-size: 10pt; font-weight: bold; text-align: left; background-color: #00E8CB;  color: #E500CC;
                   visibility: hidden; border:1px solid #000063;}

.DDMUpdates      { position: absolute; left: 254; top: 200; z-index: 2;			    
                   font-family: Arial; font-size: 10pt; font-weight: bold; text-align: left; background-color: #00E1D6;  color: #0000CC;
                   visibility: hidden; border:1px solid #000063;}

.DDMHusbandry    { position: absolute; left: 407; top: 200; z-index: 2;			    
                   font-family: Arial; font-size: 10pt; font-weight: bold; text-align: left; background-color: #00D6E1;  color: #0000CC;
                   visibility: hidden; border:1px solid #000063;} 

.DDMReproduction { position: absolute; left: 512; top: 200; z-index: 2;			    
                   font-family: Arial; font-size: 10pt; font-weight: bold; text-align: left; background-color: #00CAE1;  color: #0000CC;
                   visibility: hidden; border:1px solid #000063;} 
                
.DDMArticles     { position: absolute; left: 636; top: 200; z-index: 2;			    
                   font-family: Arial; font-size: 10pt; font-weight: bold; text-align: left; background-color: #00BFE1;  color: #0000CC;
                   visibility: hidden; border:1px solid #000063;} 
               
                
                
                

/*  Pic Swap Styles  */
.DisplayPics    { display: none; }  



/*  Link Styles  */
a:link	    {color: #000079; text-decoration:none;}
a:hover	    {color: #0022FF; text-decoration:underline;}
a:active	{color: #0022FF; text-decoration:underline;}
a:visited	{color: #000079; text-decoration:none;}



/*  BODY STYLES  */
body {BACKGROUND-color: #FFFFFF;}